Shades of Cornflower Blue #66A2E6
Tints of Cornflower Blue #66A2E6
RGB
CMYK
RGB Variations
Color information
#66A2E6 (or 0x66A2E6) is known color: Cornflower Blue. HEX triplet: 66, A2 and E6. RGB value is (102,162,230). Sum of RGB (Red+Green+Blue) = 102+162+230=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #66A2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A2E6 is #995D19. Grayscale: #979797. Windows color (decimal): -10050842 or 15114854. OLE color: 15114854.
HSL color Cylindrical-coordinate representation of color #66A2E6: hue angle of 211.88º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66A2E6 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 162 | 230 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.10 |
| HSL | 211.88º | 0.72% | 0.65% | - |
| HSV(B) | 211.88º | 0.56% | 0.9% | - |
| XYZ | 32.68 | 34.38 | 79.78 | - |
| YUV | 151.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 230 | 0.56 | 0.30 | 0 | 0.10 | 211.88 | 0.72 | 0.65 |
| Hex | 66 | A2 | E6 | 38 | 1E | 0 | A | D4 | 48 | 41 |
| Octal | 146 | 242 | 346 | 70 | 36 | 0 | 12 | 324 | 110 | 101 |
| Binary | 1100110 | 10100010 | 11100110 | 111000 | 11110 | 0 | 1010 | 11010100 | 1001000 | 1000001 |
Color Harmonies of #66A2E6
Complementary color
Monochromatic Colors of #66A2E6
Black with #66A2E6
Text Example
Text Example
White with #66A2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A2E6; }
p { color: rgb(102,162,230); }
H1.HeaderClassName
{
color: #66A2E6;
}
.AnyTagClassName
{
color: #66A2E6;
}
</style>
background-color css
<style>
a { background-color: #66A2E6; }
a { background-color: rgb(102,162,230); }
div.DivClassName
{
background-color: #66A2E6;
}
.BgClassName
{
background-color: #66A2E6;
}
</style>
border-color css
<style>
span { border-color: #66A2E6; }
span { border-color: rgb(102,162,230); }
td.TdClassName
{
border-color: #66A2E6;
}
.TagClassName
{
border-color: #66A2E6;
}
</style>