Shades of Havelock Blue #667BCF
Tints of Havelock Blue #667BCF
RGB
CMYK
RGB Variations
Color information
#667BCF (or 0x667BCF) is known color: Havelock Blue. HEX triplet: 66, 7B and CF. RGB value is (102,123,207). Sum of RGB (Red+Green+Blue) = 102+123+207=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #667BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BCF is #998430. Grayscale: #7D7D7D. Windows color (decimal): -10060849 or 13597542. OLE color: 13597542.
HSL color Cylindrical-coordinate representation of color #667BCF: hue angle of 228º 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 #667BCF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 123 | 207 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.19 |
| HSL | 228º | 0.52% | 0.61% | - |
| HSV(B) | 228º | 0.51% | 0.81% | - |
| XYZ | 23.82 | 21.5 | 61.92 | - |
| YUV | 126.3 | 173.54 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 207 | 0.51 | 0.41 | 0 | 0.19 | 228 | 0.52 | 0.61 |
| Hex | 66 | 7B | CF | 33 | 29 | 0 | 13 | E4 | 34 | 3D |
| Octal | 146 | 173 | 317 | 63 | 51 | 0 | 23 | 344 | 64 | 75 |
| Binary | 1100110 | 1111011 | 11001111 | 110011 | 101001 | 0 | 10011 | 11100100 | 110100 | 111101 |
Color Harmonies of #667BCF
Complementary color
Monochromatic Colors of #667BCF
Black with #667BCF
Text Example
Text Example
White with #667BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BCF; }
p { color: rgb(102,123,207); }
H1.HeaderClassName
{
color: #667BCF;
}
.AnyTagClassName
{
color: #667BCF;
}
</style>
background-color css
<style>
a { background-color: #667BCF; }
a { background-color: rgb(102,123,207); }
div.DivClassName
{
background-color: #667BCF;
}
.BgClassName
{
background-color: #667BCF;
}
</style>
border-color css
<style>
span { border-color: #667BCF; }
span { border-color: rgb(102,123,207); }
td.TdClassName
{
border-color: #667BCF;
}
.TagClassName
{
border-color: #667BCF;
}
</style>