Shades of Havelock Blue #667EB9
Tints of Havelock Blue #667EB9
RGB
CMYK
RGB Variations
Color information
#667EB9 (or 0x667EB9) is known color: Havelock Blue. HEX triplet: 66, 7E and B9. RGB value is (102,126,185). Sum of RGB (Red+Green+Blue) = 102+126+185=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #667EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EB9 is #998146. Grayscale: #7D7D7D. Windows color (decimal): -10060103 or 12156518. OLE color: 12156518.
HSL color Cylindrical-coordinate representation of color #667EB9: hue angle of 222.65º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667EB9 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 126 | 185 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.27 |
| HSL | 222.65º | 0.37% | 0.56% | - |
| HSV(B) | 222.65º | 0.45% | 0.73% | - |
| XYZ | 21.7 | 21.25 | 48.86 | - |
| YUV | 125.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 185 | 0.45 | 0.32 | 0 | 0.27 | 222.65 | 0.37 | 0.56 |
| Hex | 66 | 7E | B9 | 2D | 20 | 0 | 1B | DF | 25 | 38 |
| Octal | 146 | 176 | 271 | 55 | 40 | 0 | 33 | 337 | 45 | 70 |
| Binary | 1100110 | 1111110 | 10111001 | 101101 | 100000 | 0 | 11011 | 11011111 | 100101 | 111000 |
Color Harmonies of #667EB9
Complementary color
Monochromatic Colors of #667EB9
Black with #667EB9
Text Example
Text Example
White with #667EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EB9; }
p { color: rgb(102,126,185); }
H1.HeaderClassName
{
color: #667EB9;
}
.AnyTagClassName
{
color: #667EB9;
}
</style>
background-color css
<style>
a { background-color: #667EB9; }
a { background-color: rgb(102,126,185); }
div.DivClassName
{
background-color: #667EB9;
}
.BgClassName
{
background-color: #667EB9;
}
</style>
border-color css
<style>
span { border-color: #667EB9; }
span { border-color: rgb(102,126,185); }
td.TdClassName
{
border-color: #667EB9;
}
.TagClassName
{
border-color: #667EB9;
}
</style>