#6996F2

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

Shades of Cornflower Blue #6996F2

Tints of Cornflower Blue #6996F2

Color information

#6996F2 (or 0x6996F2) is unknown color: approx Cornflower Blue. HEX triplet: 69, 96 and F2. RGB value is (105,150,242). Sum of RGB (Red+Green+Blue) = 105+150+242=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #6996F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6996F2 is #96690D. Grayscale: #929292. Windows color (decimal): -9857294 or 15898217. OLE color: 15898217.

HSL color Cylindrical-coordinate representation of color #6996F2: hue angle of 220.29º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6996F2 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105150242-
CMYK0.570.3800.05
HSL220.29º84.05%68.04%-
HSV(B)220.29º56.61%94.9%-
XYZ32.7631.2388.31-
YUV147.03181.5998.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 242 (94.92% from 255) = 48.69%
R=21.13%
G=30.18%
B=48.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051502420.570.3800.05220.2984.0568.04
Hex6996F2392605dc5444
Octal151226362714605334124104
Binary1101001100101101111001011100110011001011101110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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