Shades of Cornflower Blue #6690E8
Tints of Cornflower Blue #6690E8
RGB
CMYK
RGB Variations
Color information
#6690E8 (or 0x6690E8) is known color: Cornflower Blue. HEX triplet: 66, 90 and E8. RGB value is (102,144,232). Sum of RGB (Red+Green+Blue) = 102+144+232=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #6690E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6690E8 is #996F17. Grayscale: #8D8D8D. Windows color (decimal): -10055448 or 15241318. OLE color: 15241318.
HSL color Cylindrical-coordinate representation of color #6690E8: hue angle of 220.62º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6690E8 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 144 | 232 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.09 |
| HSL | 220.62º | 0.74% | 0.65% | - |
| HSV(B) | 220.62º | 0.56% | 0.91% | - |
| XYZ | 30.02 | 28.6 | 80.28 | - |
| YUV | 141.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 232 | 0.56 | 0.38 | 0 | 0.09 | 220.62 | 0.74 | 0.65 |
| Hex | 66 | 90 | E8 | 38 | 26 | 0 | 9 | DD | 4A | 41 |
| Octal | 146 | 220 | 350 | 70 | 46 | 0 | 11 | 335 | 112 | 101 |
| Binary | 1100110 | 10010000 | 11101000 | 111000 | 100110 | 0 | 1001 | 11011101 | 1001010 | 1000001 |
Color Harmonies of #6690E8
Complementary color
Monochromatic Colors of #6690E8
Black with #6690E8
Text Example
Text Example
White with #6690E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690E8; }
p { color: rgb(102,144,232); }
H1.HeaderClassName
{
color: #6690E8;
}
.AnyTagClassName
{
color: #6690E8;
}
</style>
background-color css
<style>
a { background-color: #6690E8; }
a { background-color: rgb(102,144,232); }
div.DivClassName
{
background-color: #6690E8;
}
.BgClassName
{
background-color: #6690E8;
}
</style>
border-color css
<style>
span { border-color: #6690E8; }
span { border-color: rgb(102,144,232); }
td.TdClassName
{
border-color: #6690E8;
}
.TagClassName
{
border-color: #6690E8;
}
</style>