Shades of Havelock Blue #667ECB
Tints of Havelock Blue #667ECB
RGB
CMYK
RGB Variations
Color information
#667ECB (or 0x667ECB) is known color: Havelock Blue. HEX triplet: 66, 7E and CB. RGB value is (102,126,203). Sum of RGB (Red+Green+Blue) = 102+126+203=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #667ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ECB is #998134. Grayscale: #7F7F7F. Windows color (decimal): -10060085 or 13336166. OLE color: 13336166.
HSL color Cylindrical-coordinate representation of color #667ECB: hue angle of 225.74º degrees, saturation: 0.49, 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 #667ECB is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 126 | 203 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.20 |
| HSL | 225.74º | 0.49% | 0.6% | - |
| HSV(B) | 225.74º | 0.5% | 0.8% | - |
| XYZ | 23.72 | 22.06 | 59.51 | - |
| YUV | 127.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 203 | 0.50 | 0.38 | 0 | 0.20 | 225.74 | 0.49 | 0.6 |
| Hex | 66 | 7E | CB | 32 | 26 | 0 | 14 | E2 | 31 | 3C |
| Octal | 146 | 176 | 313 | 62 | 46 | 0 | 24 | 342 | 61 | 74 |
| Binary | 1100110 | 1111110 | 11001011 | 110010 | 100110 | 0 | 10100 | 11100010 | 110001 | 111100 |
Color Harmonies of #667ECB
Complementary color
Monochromatic Colors of #667ECB
Black with #667ECB
Text Example
Text Example
White with #667ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ECB; }
p { color: rgb(102,126,203); }
H1.HeaderClassName
{
color: #667ECB;
}
.AnyTagClassName
{
color: #667ECB;
}
</style>
background-color css
<style>
a { background-color: #667ECB; }
a { background-color: rgb(102,126,203); }
div.DivClassName
{
background-color: #667ECB;
}
.BgClassName
{
background-color: #667ECB;
}
</style>
border-color css
<style>
span { border-color: #667ECB; }
span { border-color: rgb(102,126,203); }
td.TdClassName
{
border-color: #667ECB;
}
.TagClassName
{
border-color: #667ECB;
}
</style>