Shades of Havelock Blue #667CCC
Tints of Havelock Blue #667CCC
RGB
CMYK
RGB Variations
Color information
#667CCC (or 0x667CCC) is known color: Havelock Blue. HEX triplet: 66, 7C and CC. RGB value is (102,124,204). Sum of RGB (Red+Green+Blue) = 102+124+204=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #667CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CCC is #998333. Grayscale: #7E7E7E. Windows color (decimal): -10060596 or 13401190. OLE color: 13401190.
HSL color Cylindrical-coordinate representation of color #667CCC: hue angle of 227.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667CCC is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 124 | 204 | - |
| CMYK | 0.5 | 0.39 | 0 | 0.2 |
| HSL | 227.06º | 0.5% | 0.6% | - |
| HSV(B) | 227.06º | 0.5% | 0.8% | - |
| XYZ | 23.59 | 21.6 | 60.05 | - |
| YUV | 126.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 204 | 0.5 | 0.39 | 0 | 0.2 | 227.06 | 0.5 | 0.6 |
| Hex | 66 | 7C | CC | 32 | 27 | 0 | 14 | E3 | 32 | 3C |
| Octal | 146 | 174 | 314 | 62 | 47 | 0 | 24 | 343 | 62 | 74 |
| Binary | 1100110 | 1111100 | 11001100 | 110010 | 100111 | 0 | 10100 | 11100011 | 110010 | 111100 |
Color Harmonies of #667CCC
Complementary color
Monochromatic Colors of #667CCC
Black with #667CCC
Text Example
Text Example
White with #667CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CCC; }
p { color: rgb(102,124,204); }
H1.HeaderClassName
{
color: #667CCC;
}
.AnyTagClassName
{
color: #667CCC;
}
</style>
background-color css
<style>
a { background-color: #667CCC; }
a { background-color: rgb(102,124,204); }
div.DivClassName
{
background-color: #667CCC;
}
.BgClassName
{
background-color: #667CCC;
}
</style>
border-color css
<style>
span { border-color: #667CCC; }
span { border-color: rgb(102,124,204); }
td.TdClassName
{
border-color: #667CCC;
}
.TagClassName
{
border-color: #667CCC;
}
</style>