Shades of Havelock Blue #667FD6
Tints of Havelock Blue #667FD6
RGB
CMYK
RGB Variations
Color information
#667FD6 (or 0x667FD6) is known color: Havelock Blue. HEX triplet: 66, 7F and D6. RGB value is (102,127,214). Sum of RGB (Red+Green+Blue) = 102+127+214=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #667FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FD6 is #998029. Grayscale: #818181. Windows color (decimal): -10059818 or 14057318. OLE color: 14057318.
HSL color Cylindrical-coordinate representation of color #667FD6: hue angle of 226.61º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667FD6 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 127 | 214 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.16 |
| HSL | 226.61º | 0.58% | 0.62% | - |
| HSV(B) | 226.61º | 0.52% | 0.84% | - |
| XYZ | 25.21 | 22.86 | 66.7 | - |
| YUV | 129.44 | 175.72 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 214 | 0.52 | 0.41 | 0 | 0.16 | 226.61 | 0.58 | 0.62 |
| Hex | 66 | 7F | D6 | 34 | 29 | 0 | 10 | E3 | 3A | 3E |
| Octal | 146 | 177 | 326 | 64 | 51 | 0 | 20 | 343 | 72 | 76 |
| Binary | 1100110 | 1111111 | 11010110 | 110100 | 101001 | 0 | 10000 | 11100011 | 111010 | 111110 |
Color Harmonies of #667FD6
Complementary color
Monochromatic Colors of #667FD6
Black with #667FD6
Text Example
Text Example
White with #667FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FD6; }
p { color: rgb(102,127,214); }
H1.HeaderClassName
{
color: #667FD6;
}
.AnyTagClassName
{
color: #667FD6;
}
</style>
background-color css
<style>
a { background-color: #667FD6; }
a { background-color: rgb(102,127,214); }
div.DivClassName
{
background-color: #667FD6;
}
.BgClassName
{
background-color: #667FD6;
}
</style>
border-color css
<style>
span { border-color: #667FD6; }
span { border-color: rgb(102,127,214); }
td.TdClassName
{
border-color: #667FD6;
}
.TagClassName
{
border-color: #667FD6;
}
</style>