#66A6F9

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

Shades of Cornflower Blue #66A6F9

Tints of Cornflower Blue #66A6F9

Color information

#66A6F9 (or 0x66A6F9) is unknown color: approx Cornflower Blue. HEX triplet: 66, A6 and F9. RGB value is (102,166,249). Sum of RGB (Red+Green+Blue) = 102+166+249=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #66A6F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A6F9 is #995906. Grayscale: #9B9B9B. Windows color (decimal): -10049799 or 16361062. OLE color: 16361062.

HSL color Cylindrical-coordinate representation of color #66A6F9: hue angle of 213.88º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66A6F9 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102166249-
CMYK0.590.3300.02
HSL213.88º92.45%68.82%-
HSV(B)213.88º59.04%97.65%-
XYZ36.2136.9494.84-
YUV156.33180.389.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 249 (97.66% from 255) = 48.16%
R=19.73%
G=32.11%
B=48.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021662490.590.3300.02213.8892.4568.82
Hex66A6F93B2102d65c45
Octal146246371734102326134105
Binary110011010100110111110011110111000010101101011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A6F9; }

 p { color: rgb(102,166,249); }

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

<style>
 a { background-color: #66A6F9; }

 a { background-color: rgb(102,166,249); }

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

<style>
 span { border-color: #66A6F9; }

 span { border-color: rgb(102,166,249); }

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