Shades of Havelock Blue #667FB6
Tints of Havelock Blue #667FB6
RGB
CMYK
RGB Variations
Color information
#667FB6 (or 0x667FB6) is known color: Havelock Blue. HEX triplet: 66, 7F and B6. RGB value is (102,127,182). Sum of RGB (Red+Green+Blue) = 102+127+182=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #667FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FB6 is #998049. Grayscale: #7D7D7D. Windows color (decimal): -10059850 or 11960166. OLE color: 11960166.
HSL color Cylindrical-coordinate representation of color #667FB6: hue angle of 221.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667FB6 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 127 | 182 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.29 |
| HSL | 221.25º | 0.35% | 0.56% | - |
| HSV(B) | 221.25º | 0.44% | 0.71% | - |
| XYZ | 21.51 | 21.38 | 47.25 | - |
| YUV | 125.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 182 | 0.44 | 0.30 | 0 | 0.29 | 221.25 | 0.35 | 0.56 |
| Hex | 66 | 7F | B6 | 2C | 1E | 0 | 1D | DD | 23 | 38 |
| Octal | 146 | 177 | 266 | 54 | 36 | 0 | 35 | 335 | 43 | 70 |
| Binary | 1100110 | 1111111 | 10110110 | 101100 | 11110 | 0 | 11101 | 11011101 | 100011 | 111000 |
Color Harmonies of #667FB6
Complementary color
Monochromatic Colors of #667FB6
Black with #667FB6
Text Example
Text Example
White with #667FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FB6; }
p { color: rgb(102,127,182); }
H1.HeaderClassName
{
color: #667FB6;
}
.AnyTagClassName
{
color: #667FB6;
}
</style>
background-color css
<style>
a { background-color: #667FB6; }
a { background-color: rgb(102,127,182); }
div.DivClassName
{
background-color: #667FB6;
}
.BgClassName
{
background-color: #667FB6;
}
</style>
border-color css
<style>
span { border-color: #667FB6; }
span { border-color: rgb(102,127,182); }
td.TdClassName
{
border-color: #667FB6;
}
.TagClassName
{
border-color: #667FB6;
}
</style>