Shades of Havelock Blue #667EBD
Tints of Havelock Blue #667EBD
RGB
CMYK
RGB Variations
Color information
#667EBD (or 0x667EBD) is known color: Havelock Blue. HEX triplet: 66, 7E and BD. RGB value is (102,126,189). Sum of RGB (Red+Green+Blue) = 102+126+189=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #667EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EBD is #998142. Grayscale: #7D7D7D. Windows color (decimal): -10060099 or 12418662. OLE color: 12418662.
HSL color Cylindrical-coordinate representation of color #667EBD: hue angle of 223.45º degrees, saturation: 0.4, 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 #667EBD is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 126 | 189 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.26 |
| HSL | 223.45º | 0.4% | 0.57% | - |
| HSV(B) | 223.45º | 0.46% | 0.74% | - |
| XYZ | 22.13 | 21.42 | 51.11 | - |
| YUV | 126.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 189 | 0.46 | 0.33 | 0 | 0.26 | 223.45 | 0.4 | 0.57 |
| Hex | 66 | 7E | BD | 2E | 21 | 0 | 1A | DF | 28 | 39 |
| Octal | 146 | 176 | 275 | 56 | 41 | 0 | 32 | 337 | 50 | 71 |
| Binary | 1100110 | 1111110 | 10111101 | 101110 | 100001 | 0 | 11010 | 11011111 | 101000 | 111001 |
Color Harmonies of #667EBD
Complementary color
Monochromatic Colors of #667EBD
Black with #667EBD
Text Example
Text Example
White with #667EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EBD; }
p { color: rgb(102,126,189); }
H1.HeaderClassName
{
color: #667EBD;
}
.AnyTagClassName
{
color: #667EBD;
}
</style>
background-color css
<style>
a { background-color: #667EBD; }
a { background-color: rgb(102,126,189); }
div.DivClassName
{
background-color: #667EBD;
}
.BgClassName
{
background-color: #667EBD;
}
</style>
border-color css
<style>
span { border-color: #667EBD; }
span { border-color: rgb(102,126,189); }
td.TdClassName
{
border-color: #667EBD;
}
.TagClassName
{
border-color: #667EBD;
}
</style>