#6996E4

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

Shades of Cornflower Blue #6996E4

Tints of Cornflower Blue #6996E4

Color information

#6996E4 (or 0x6996E4) is unknown color: approx Cornflower Blue. HEX triplet: 69, 96 and E4. RGB value is (105,150,228). Sum of RGB (Red+Green+Blue) = 105+150+228=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #6996E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996E4 is #96691B. Grayscale: #919191. Windows color (decimal): -9857308 or 14980713. OLE color: 14980713.

HSL color Cylindrical-coordinate representation of color #6996E4: hue angle of 218.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6996E4 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105150228-
CMYK0.540.3400.11
HSL218.05º69.49%65.29%-
HSV(B)218.05º53.95%89.41%-
XYZ30.7430.4277.65-
YUV145.44174.5999.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=21.74%
G=31.06%
B=47.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051502280.540.3400.11218.0569.4965.29
Hex6996E436220Bda4541
Octal1512263446642013332105101
Binary11010011001011011100100110110100010010111101101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6996E4; }

 p { color: rgb(105,150,228); }

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

<style>
 a { background-color: #6996E4; }

 a { background-color: rgb(105,150,228); }

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

<style>
 span { border-color: #6996E4; }

 span { border-color: rgb(105,150,228); }

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