Shades of Havelock Blue #667EC9
Tints of Havelock Blue #667EC9
RGB
CMYK
RGB Variations
Color information
#667EC9 (or 0x667EC9) is known color: Havelock Blue. HEX triplet: 66, 7E and C9. RGB value is (102,126,201). Sum of RGB (Red+Green+Blue) = 102+126+201=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #667EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EC9 is #998136. Grayscale: #7F7F7F. Windows color (decimal): -10060087 or 13205094. OLE color: 13205094.
HSL color Cylindrical-coordinate representation of color #667EC9: hue angle of 225.45º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #667EC9 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 126 | 201 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.21 |
| HSL | 225.45º | 0.48% | 0.59% | - |
| HSV(B) | 225.45º | 0.49% | 0.79% | - |
| XYZ | 23.48 | 21.96 | 58.26 | - |
| YUV | 127.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 201 | 0.49 | 0.37 | 0 | 0.21 | 225.45 | 0.48 | 0.59 |
| Hex | 66 | 7E | C9 | 31 | 25 | 0 | 15 | E1 | 30 | 3B |
| Octal | 146 | 176 | 311 | 61 | 45 | 0 | 25 | 341 | 60 | 73 |
| Binary | 1100110 | 1111110 | 11001001 | 110001 | 100101 | 0 | 10101 | 11100001 | 110000 | 111011 |
Color Harmonies of #667EC9
Complementary color
Monochromatic Colors of #667EC9
Black with #667EC9
Text Example
Text Example
White with #667EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EC9; }
p { color: rgb(102,126,201); }
H1.HeaderClassName
{
color: #667EC9;
}
.AnyTagClassName
{
color: #667EC9;
}
</style>
background-color css
<style>
a { background-color: #667EC9; }
a { background-color: rgb(102,126,201); }
div.DivClassName
{
background-color: #667EC9;
}
.BgClassName
{
background-color: #667EC9;
}
</style>
border-color css
<style>
span { border-color: #667EC9; }
span { border-color: rgb(102,126,201); }
td.TdClassName
{
border-color: #667EC9;
}
.TagClassName
{
border-color: #667EC9;
}
</style>