Shades of Havelock Blue #667FB5
Tints of Havelock Blue #667FB5
RGB
CMYK
RGB Variations
Color information
#667FB5 (or 0x667FB5) is known color: Havelock Blue. HEX triplet: 66, 7F and B5. RGB value is (102,127,181). Sum of RGB (Red+Green+Blue) = 102+127+181=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 181 - color contains mainly: blue. Hex color #667FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FB5 is #99804A. Grayscale: #7D7D7D. Windows color (decimal): -10059851 or 11894630. OLE color: 11894630.
HSL color Cylindrical-coordinate representation of color #667FB5: hue angle of 221.01º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667FB5 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 127 | 181 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.29 |
| HSL | 221.01º | 0.35% | 0.55% | - |
| HSV(B) | 221.01º | 0.44% | 0.71% | - |
| XYZ | 21.41 | 21.34 | 46.71 | - |
| YUV | 125.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 181 | 0.44 | 0.30 | 0 | 0.29 | 221.01 | 0.35 | 0.55 |
| Hex | 66 | 7F | B5 | 2C | 1E | 0 | 1D | DD | 23 | 37 |
| Octal | 146 | 177 | 265 | 54 | 36 | 0 | 35 | 335 | 43 | 67 |
| Binary | 1100110 | 1111111 | 10110101 | 101100 | 11110 | 0 | 11101 | 11011101 | 100011 | 110111 |
Color Harmonies of #667FB5
Complementary color
Monochromatic Colors of #667FB5
Black with #667FB5
Text Example
Text Example
White with #667FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FB5; }
p { color: rgb(102,127,181); }
H1.HeaderClassName
{
color: #667FB5;
}
.AnyTagClassName
{
color: #667FB5;
}
</style>
background-color css
<style>
a { background-color: #667FB5; }
a { background-color: rgb(102,127,181); }
div.DivClassName
{
background-color: #667FB5;
}
.BgClassName
{
background-color: #667FB5;
}
</style>
border-color css
<style>
span { border-color: #667FB5; }
span { border-color: rgb(102,127,181); }
td.TdClassName
{
border-color: #667FB5;
}
.TagClassName
{
border-color: #667FB5;
}
</style>