#66A6FF

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

Shades of Cornflower Blue #66A6FF

Tints of Cornflower Blue #66A6FF

Color information

#66A6FF (or 0x66A6FF) is unknown color: approx Cornflower Blue. HEX triplet: 66, A6 and FF. RGB value is (102,166,255). Sum of RGB (Red+Green+Blue) = 102+166+255=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #66A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A6FF is #995900. Grayscale: #9C9C9C. Windows color (decimal): -10049793 or 16754278. OLE color: 16754278.

HSL color Cylindrical-coordinate representation of color #66A6FF: hue angle of 214.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A6FF is Cyan = 0.6, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102166255-
CMYK0.60.3500
HSL214.9º100%70%-
HSV(B)214.9º60%100%-
XYZ37.1737.3299.85-
YUV157.01183.388.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.50%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 255 (100% from 255) = 48.76%
R=19.50%
G=31.74%
B=48.76%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021662550.60.3500214.910070
Hex66A6FF3C2300d76446
Octal146246377744300327144106
Binary11001101010011011111111111100100011001101011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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