Shades of Havelock Blue #667EC7
Tints of Havelock Blue #667EC7
RGB
CMYK
RGB Variations
Color information
#667EC7 (or 0x667EC7) is known color: Havelock Blue. HEX triplet: 66, 7E and C7. RGB value is (102,126,199). Sum of RGB (Red+Green+Blue) = 102+126+199=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #667EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667EC7 is #998138. Grayscale: #7E7E7E. Windows color (decimal): -10060089 or 13074022. OLE color: 13074022.
HSL color Cylindrical-coordinate representation of color #667EC7: hue angle of 225.15º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #667EC7 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 126 | 199 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.22 |
| HSL | 225.15º | 0.46% | 0.59% | - |
| HSV(B) | 225.15º | 0.49% | 0.78% | - |
| XYZ | 23.25 | 21.87 | 57.03 | - |
| YUV | 127.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 199 | 0.49 | 0.37 | 0 | 0.22 | 225.15 | 0.46 | 0.59 |
| Hex | 66 | 7E | C7 | 31 | 25 | 0 | 16 | E1 | 2E | 3B |
| Octal | 146 | 176 | 307 | 61 | 45 | 0 | 26 | 341 | 56 | 73 |
| Binary | 1100110 | 1111110 | 11000111 | 110001 | 100101 | 0 | 10110 | 11100001 | 101110 | 111011 |
Color Harmonies of #667EC7
Complementary color
Monochromatic Colors of #667EC7
Black with #667EC7
Text Example
Text Example
White with #667EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EC7; }
p { color: rgb(102,126,199); }
H1.HeaderClassName
{
color: #667EC7;
}
.AnyTagClassName
{
color: #667EC7;
}
</style>
background-color css
<style>
a { background-color: #667EC7; }
a { background-color: rgb(102,126,199); }
div.DivClassName
{
background-color: #667EC7;
}
.BgClassName
{
background-color: #667EC7;
}
</style>
border-color css
<style>
span { border-color: #667EC7; }
span { border-color: rgb(102,126,199); }
td.TdClassName
{
border-color: #667EC7;
}
.TagClassName
{
border-color: #667EC7;
}
</style>