Shades of Havelock Blue #667ED0
Tints of Havelock Blue #667ED0
RGB
CMYK
RGB Variations
Color information
#667ED0 (or 0x667ED0) is known color: Havelock Blue. HEX triplet: 66, 7E and D0. RGB value is (102,126,208). Sum of RGB (Red+Green+Blue) = 102+126+208=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #667ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ED0 is #99812F. Grayscale: #7F7F7F. Windows color (decimal): -10060080 or 13663846. OLE color: 13663846.
HSL color Cylindrical-coordinate representation of color #667ED0: hue angle of 226.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #667ED0 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 126 | 208 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.18 |
| HSL | 226.42º | 0.53% | 0.61% | - |
| HSV(B) | 226.42º | 0.51% | 0.82% | - |
| XYZ | 24.33 | 22.3 | 62.7 | - |
| YUV | 128.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 208 | 0.51 | 0.39 | 0 | 0.18 | 226.42 | 0.53 | 0.61 |
| Hex | 66 | 7E | D0 | 33 | 27 | 0 | 12 | E2 | 35 | 3D |
| Octal | 146 | 176 | 320 | 63 | 47 | 0 | 22 | 342 | 65 | 75 |
| Binary | 1100110 | 1111110 | 11010000 | 110011 | 100111 | 0 | 10010 | 11100010 | 110101 | 111101 |
Color Harmonies of #667ED0
Complementary color
Monochromatic Colors of #667ED0
Black with #667ED0
Text Example
Text Example
White with #667ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ED0; }
p { color: rgb(102,126,208); }
H1.HeaderClassName
{
color: #667ED0;
}
.AnyTagClassName
{
color: #667ED0;
}
</style>
background-color css
<style>
a { background-color: #667ED0; }
a { background-color: rgb(102,126,208); }
div.DivClassName
{
background-color: #667ED0;
}
.BgClassName
{
background-color: #667ED0;
}
</style>
border-color css
<style>
span { border-color: #667ED0; }
span { border-color: rgb(102,126,208); }
td.TdClassName
{
border-color: #667ED0;
}
.TagClassName
{
border-color: #667ED0;
}
</style>