Shades of Cornflower Blue #6690EC
Tints of Cornflower Blue #6690EC
RGB
CMYK
RGB Variations
Color information
#6690EC (or 0x6690EC) is known color: Cornflower Blue. HEX triplet: 66, 90 and EC. RGB value is (102,144,236). Sum of RGB (Red+Green+Blue) = 102+144+236=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #6690EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6690EC is #996F13. Grayscale: #8D8D8D. Windows color (decimal): -10055444 or 15503462. OLE color: 15503462.
HSL color Cylindrical-coordinate representation of color #6690EC: hue angle of 221.19º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6690EC is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 144 | 236 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.07 |
| HSL | 221.19º | 0.78% | 0.66% | - |
| HSV(B) | 221.19º | 0.57% | 0.93% | - |
| XYZ | 30.59 | 28.83 | 83.31 | - |
| YUV | 141.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 236 | 0.57 | 0.39 | 0 | 0.07 | 221.19 | 0.78 | 0.66 |
| Hex | 66 | 90 | EC | 39 | 27 | 0 | 7 | DD | 4E | 42 |
| Octal | 146 | 220 | 354 | 71 | 47 | 0 | 7 | 335 | 116 | 102 |
| Binary | 1100110 | 10010000 | 11101100 | 111001 | 100111 | 0 | 111 | 11011101 | 1001110 | 1000010 |
Color Harmonies of #6690EC
Complementary color
Monochromatic Colors of #6690EC
Black with #6690EC
Text Example
Text Example
White with #6690EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690EC; }
p { color: rgb(102,144,236); }
H1.HeaderClassName
{
color: #6690EC;
}
.AnyTagClassName
{
color: #6690EC;
}
</style>
background-color css
<style>
a { background-color: #6690EC; }
a { background-color: rgb(102,144,236); }
div.DivClassName
{
background-color: #6690EC;
}
.BgClassName
{
background-color: #6690EC;
}
</style>
border-color css
<style>
span { border-color: #6690EC; }
span { border-color: rgb(102,144,236); }
td.TdClassName
{
border-color: #6690EC;
}
.TagClassName
{
border-color: #6690EC;
}
</style>