Shades of Cornflower Blue #66A3FF
Tints of Cornflower Blue #66A3FF
RGB
CMYK
RGB Variations
Color information
#66A3FF (or 0x66A3FF) is known color: 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
| RGB | 102 | 163 | 255 | - |
| CMYK | 0.6 | 0.36 | 0 | 0 |
| HSL | 216.08º | 1% | 0.7% | - |
| HSV(B) | 216.08º | 0.6% | 1% | - |
| XYZ | 36.63 | 36.24 | 99.67 | - |
| YUV | 155.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 255 | 0.6 | 0.36 | 0 | 0 | 216.08 | 1 | 0.7 |
| Hex | 66 | A3 | FF | 3C | 24 | 0 | 0 | D8 | 64 | 46 |
| Octal | 146 | 243 | 377 | 74 | 44 | 0 | 0 | 330 | 144 | 106 |
| Binary | 1100110 | 10100011 | 11111111 | 111100 | 100100 | 0 | 0 | 11011000 | 1100100 | 1000110 |
Color Harmonies of #66A3FF
Complementary color
Monochromatic Colors of #66A3FF
Black with #66A3FF
Text Example
Text Example
White with #66A3FF
Text Example
Text Example
HTML Codes & Css Web 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>