Shades of Havelock Blue #667EBC
Tints of Havelock Blue #667EBC
RGB
CMYK
RGB Variations
Color information
#667EBC (or 0x667EBC) is known color: Havelock Blue. HEX triplet: 66, 7E and BC. RGB value is (102,126,188). Sum of RGB (Red+Green+Blue) = 102+126+188=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #667EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EBC is #998143. Grayscale: #7D7D7D. Windows color (decimal): -10060100 or 12353126. OLE color: 12353126.
HSL color Cylindrical-coordinate representation of color #667EBC: hue angle of 223.26º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #667EBC is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 126 | 188 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.26 |
| HSL | 223.26º | 0.39% | 0.57% | - |
| HSV(B) | 223.26º | 0.46% | 0.74% | - |
| XYZ | 22.02 | 21.38 | 50.54 | - |
| YUV | 125.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 188 | 0.46 | 0.33 | 0 | 0.26 | 223.26 | 0.39 | 0.57 |
| Hex | 66 | 7E | BC | 2E | 21 | 0 | 1A | DF | 27 | 39 |
| Octal | 146 | 176 | 274 | 56 | 41 | 0 | 32 | 337 | 47 | 71 |
| Binary | 1100110 | 1111110 | 10111100 | 101110 | 100001 | 0 | 11010 | 11011111 | 100111 | 111001 |
Color Harmonies of #667EBC
Complementary color
Monochromatic Colors of #667EBC
Black with #667EBC
Text Example
Text Example
White with #667EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EBC; }
p { color: rgb(102,126,188); }
H1.HeaderClassName
{
color: #667EBC;
}
.AnyTagClassName
{
color: #667EBC;
}
</style>
background-color css
<style>
a { background-color: #667EBC; }
a { background-color: rgb(102,126,188); }
div.DivClassName
{
background-color: #667EBC;
}
.BgClassName
{
background-color: #667EBC;
}
</style>
border-color css
<style>
span { border-color: #667EBC; }
span { border-color: rgb(102,126,188); }
td.TdClassName
{
border-color: #667EBC;
}
.TagClassName
{
border-color: #667EBC;
}
</style>