Shades of Havelock Blue #667BCC
Tints of Havelock Blue #667BCC
RGB
CMYK
RGB Variations
Color information
#667BCC (or 0x667BCC) is known color: Havelock Blue. HEX triplet: 66, 7B and CC. RGB value is (102,123,204). Sum of RGB (Red+Green+Blue) = 102+123+204=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #667BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BCC is #998433. Grayscale: #7D7D7D. Windows color (decimal): -10060852 or 13400934. OLE color: 13400934.
HSL color Cylindrical-coordinate representation of color #667BCC: hue angle of 227.65º 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 #667BCC is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 123 | 204 | - |
| CMYK | 0.5 | 0.40 | 0 | 0.2 |
| HSL | 227.65º | 0.5% | 0.6% | - |
| HSV(B) | 227.65º | 0.5% | 0.8% | - |
| XYZ | 23.46 | 21.35 | 60.01 | - |
| YUV | 125.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 204 | 0.5 | 0.40 | 0 | 0.2 | 227.65 | 0.5 | 0.6 |
| Hex | 66 | 7B | CC | 32 | 28 | 0 | 14 | E4 | 32 | 3C |
| Octal | 146 | 173 | 314 | 62 | 50 | 0 | 24 | 344 | 62 | 74 |
| Binary | 1100110 | 1111011 | 11001100 | 110010 | 101000 | 0 | 10100 | 11100100 | 110010 | 111100 |
Color Harmonies of #667BCC
Complementary color
Monochromatic Colors of #667BCC
Black with #667BCC
Text Example
Text Example
White with #667BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BCC; }
p { color: rgb(102,123,204); }
H1.HeaderClassName
{
color: #667BCC;
}
.AnyTagClassName
{
color: #667BCC;
}
</style>
background-color css
<style>
a { background-color: #667BCC; }
a { background-color: rgb(102,123,204); }
div.DivClassName
{
background-color: #667BCC;
}
.BgClassName
{
background-color: #667BCC;
}
</style>
border-color css
<style>
span { border-color: #667BCC; }
span { border-color: rgb(102,123,204); }
td.TdClassName
{
border-color: #667BCC;
}
.TagClassName
{
border-color: #667BCC;
}
</style>