#66A6FC

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

Shades of Cornflower Blue #66A6FC

Tints of Cornflower Blue #66A6FC

Color information

#66A6FC (or 0x66A6FC) is unknown color: approx Cornflower Blue. HEX triplet: 66, A6 and FC. RGB value is (102,166,252). Sum of RGB (Red+Green+Blue) = 102+166+252=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #66A6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A6FC is #995903. Grayscale: #9C9C9C. Windows color (decimal): -10049796 or 16557670. OLE color: 16557670.

HSL color Cylindrical-coordinate representation of color #66A6FC: hue angle of 214.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A6FC is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102166252-
CMYK0.600.3400.01
HSL214.4º96.15%69.41%-
HSV(B)214.4º59.52%98.82%-
XYZ36.6937.1397.33-
YUV156.67181.889.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=19.62%
G=31.92%
B=48.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021662520.600.3400.01214.496.1569.41
Hex66A6FC3C2201d66045
Octal146246374744201326140105
Binary11001101010011011111100111100100010011101011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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