Shades of Havelock Blue #667AD8
Tints of Havelock Blue #667AD8
RGB
CMYK
RGB Variations
Color information
#667AD8 (or 0x667AD8) is known color: Havelock Blue. HEX triplet: 66, 7A and D8. RGB value is (102,122,216). Sum of RGB (Red+Green+Blue) = 102+122+216=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #667AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AD8 is #998527. Grayscale: #7E7E7E. Windows color (decimal): -10061096 or 14187110. OLE color: 14187110.
HSL color Cylindrical-coordinate representation of color #667AD8: hue angle of 229.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #667AD8 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 122 | 216 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.15 |
| HSL | 229.47º | 0.59% | 0.62% | - |
| HSV(B) | 229.47º | 0.53% | 0.85% | - |
| XYZ | 24.83 | 21.7 | 67.85 | - |
| YUV | 126.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 216 | 0.53 | 0.44 | 0 | 0.15 | 229.47 | 0.59 | 0.62 |
| Hex | 66 | 7A | D8 | 35 | 2C | 0 | F | E5 | 3B | 3E |
| Octal | 146 | 172 | 330 | 65 | 54 | 0 | 17 | 345 | 73 | 76 |
| Binary | 1100110 | 1111010 | 11011000 | 110101 | 101100 | 0 | 1111 | 11100101 | 111011 | 111110 |
Color Harmonies of #667AD8
Complementary color
Monochromatic Colors of #667AD8
Black with #667AD8
Text Example
Text Example
White with #667AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AD8; }
p { color: rgb(102,122,216); }
H1.HeaderClassName
{
color: #667AD8;
}
.AnyTagClassName
{
color: #667AD8;
}
</style>
background-color css
<style>
a { background-color: #667AD8; }
a { background-color: rgb(102,122,216); }
div.DivClassName
{
background-color: #667AD8;
}
.BgClassName
{
background-color: #667AD8;
}
</style>
border-color css
<style>
span { border-color: #667AD8; }
span { border-color: rgb(102,122,216); }
td.TdClassName
{
border-color: #667AD8;
}
.TagClassName
{
border-color: #667AD8;
}
</style>