#6996FA

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

Shades of Cornflower Blue #6996FA

Tints of Cornflower Blue #6996FA

Color information

#6996FA (or 0x6996FA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 96 and FA. RGB value is (105,150,250). Sum of RGB (Red+Green+Blue) = 105+150+250=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #6996FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6996FA is #966905. Grayscale: #939393. Windows color (decimal): -9857286 or 16422505. OLE color: 16422505.

HSL color Cylindrical-coordinate representation of color #6996FA: hue angle of 221.38º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6996FA is Cyan = 0.58, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105150250-
CMYK0.580.400.02
HSL221.38º93.55%69.61%-
HSV(B)221.38º58%98.04%-
XYZ33.9931.7294.77-
YUV147.94185.5997.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=20.79%
G=29.70%
B=49.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051502500.580.400.02221.3893.5569.61
Hex6996FA3A2802dd5e46
Octal151226372725002335136106
Binary110100110010110111110101110101010000101101110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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