#66A3FF

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

Shades of Cornflower Blue #66A3FF

Tints of Cornflower Blue #66A3FF

Color information

#66A3FF (or 0x66A3FF) is unknown color: approx Cornflower Blue. HEX triplet: 66, A3 and FF. RGB value is (102,163,255). Sum of RGB (Red+Green+Blue) = 102+163+255=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #66A3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A3FF is #995C00. Grayscale: #9A9A9A. Windows color (decimal): -10050561 or 16753510. OLE color: 16753510.

HSL color Cylindrical-coordinate representation of color #66A3FF: hue angle of 216.08º 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 #66A3FF is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102163255-
CMYK0.60.3600
HSL216.08º100%70%-
HSV(B)216.08º60%100%-
XYZ36.6336.2499.67-
YUV155.25184.2990.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 255 (100% from 255) = 49.04%
R=19.62%
G=31.35%
B=49.04%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021632550.60.3600216.0810070
Hex66A3FF3C2400d86446
Octal146243377744400330144106
Binary11001101010001111111111111100100100001101100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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