Shades of Havelock Blue #667ECF
Tints of Havelock Blue #667ECF
RGB
CMYK
RGB Variations
Color information
#667ECF (or 0x667ECF) is known color: Havelock Blue. HEX triplet: 66, 7E and CF. RGB value is (102,126,207). Sum of RGB (Red+Green+Blue) = 102+126+207=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #667ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ECF is #998130. Grayscale: #7F7F7F. Windows color (decimal): -10060081 or 13598310. OLE color: 13598310.
HSL color Cylindrical-coordinate representation of color #667ECF: hue angle of 226.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #667ECF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 126 | 207 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.19 |
| HSL | 226.29º | 0.52% | 0.61% | - |
| HSV(B) | 226.29º | 0.51% | 0.81% | - |
| XYZ | 24.2 | 22.25 | 62.05 | - |
| YUV | 128.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 207 | 0.51 | 0.39 | 0 | 0.19 | 226.29 | 0.52 | 0.61 |
| Hex | 66 | 7E | CF | 33 | 27 | 0 | 13 | E2 | 34 | 3D |
| Octal | 146 | 176 | 317 | 63 | 47 | 0 | 23 | 342 | 64 | 75 |
| Binary | 1100110 | 1111110 | 11001111 | 110011 | 100111 | 0 | 10011 | 11100010 | 110100 | 111101 |
Color Harmonies of #667ECF
Complementary color
Monochromatic Colors of #667ECF
Black with #667ECF
Text Example
Text Example
White with #667ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ECF; }
p { color: rgb(102,126,207); }
H1.HeaderClassName
{
color: #667ECF;
}
.AnyTagClassName
{
color: #667ECF;
}
</style>
background-color css
<style>
a { background-color: #667ECF; }
a { background-color: rgb(102,126,207); }
div.DivClassName
{
background-color: #667ECF;
}
.BgClassName
{
background-color: #667ECF;
}
</style>
border-color css
<style>
span { border-color: #667ECF; }
span { border-color: rgb(102,126,207); }
td.TdClassName
{
border-color: #667ECF;
}
.TagClassName
{
border-color: #667ECF;
}
</style>