#698BDC

Color #698BDC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #698BDC

Tints of Cornflower Blue #698BDC

Color information

#698BDC (or 0x698BDC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8B and DC. RGB value is (105,139,220). Sum of RGB (Red+Green+Blue) = 105+139+220=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #698BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BDC is #967423. Grayscale: #898989. Windows color (decimal): -9860132 or 14453609. OLE color: 14453609.

HSL color Cylindrical-coordinate representation of color #698BDC: hue angle of 222.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698BDC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105139220-
CMYK0.520.3700.14
HSL222.26º62.16%63.73%-
HSV(B)222.26º52.27%86.27%-
XYZ27.9826.6471.38-
YUV138.07174.24104.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=22.63%
G=29.96%
B=47.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051392200.520.3700.14222.2662.1663.73
Hex698BDC34250Ede3e40
Octal151213334644501633676100
Binary1101001100010111101110011010010010101110110111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698BDC; }

 p { color: rgb(105,139,220); }

 H1.HeaderClassName
 {
   color: #698BDC;
 }
 .AnyTagClassName
 {
   color: #698BDC;
 }
</style>
background-color css

<style>
 a { background-color: #698BDC; }

 a { background-color: rgb(105,139,220); }

 div.DivClassName
 {
   background-color: #698BDC;
 }
 .BgClassName
 {
   background-color: #698BDC;
 }
</style>
border-color css

<style>
 span { border-color: #698BDC; }

 span { border-color: rgb(105,139,220); }

 td.TdClassName
 {
   border-color: #698BDC;
 }
 .TagClassName
 {
   border-color: #698BDC;
 }
</style>