Shades of Havelock Blue #667ED4
Tints of Havelock Blue #667ED4
RGB
CMYK
RGB Variations
Color information
#667ED4 (or 0x667ED4) is known color: Havelock Blue. HEX triplet: 66, 7E and D4. RGB value is (102,126,212). Sum of RGB (Red+Green+Blue) = 102+126+212=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #667ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ED4 is #99812B. Grayscale: #808080. Windows color (decimal): -10060076 or 13925990. OLE color: 13925990.
HSL color Cylindrical-coordinate representation of color #667ED4: hue angle of 226.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667ED4 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 126 | 212 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.17 |
| HSL | 226.91º | 0.56% | 0.62% | - |
| HSV(B) | 226.91º | 0.52% | 0.83% | - |
| XYZ | 24.82 | 22.5 | 65.32 | - |
| YUV | 128.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 212 | 0.52 | 0.41 | 0 | 0.17 | 226.91 | 0.56 | 0.62 |
| Hex | 66 | 7E | D4 | 34 | 29 | 0 | 11 | E3 | 38 | 3E |
| Octal | 146 | 176 | 324 | 64 | 51 | 0 | 21 | 343 | 70 | 76 |
| Binary | 1100110 | 1111110 | 11010100 | 110100 | 101001 | 0 | 10001 | 11100011 | 111000 | 111110 |
Color Harmonies of #667ED4
Complementary color
Monochromatic Colors of #667ED4
Black with #667ED4
Text Example
Text Example
White with #667ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ED4; }
p { color: rgb(102,126,212); }
H1.HeaderClassName
{
color: #667ED4;
}
.AnyTagClassName
{
color: #667ED4;
}
</style>
background-color css
<style>
a { background-color: #667ED4; }
a { background-color: rgb(102,126,212); }
div.DivClassName
{
background-color: #667ED4;
}
.BgClassName
{
background-color: #667ED4;
}
</style>
border-color css
<style>
span { border-color: #667ED4; }
span { border-color: rgb(102,126,212); }
td.TdClassName
{
border-color: #667ED4;
}
.TagClassName
{
border-color: #667ED4;
}
</style>