Shades of Havelock Blue #667CD7
Tints of Havelock Blue #667CD7
RGB
CMYK
RGB Variations
Color information
#667CD7 (or 0x667CD7) is known color: Havelock Blue. HEX triplet: 66, 7C and D7. RGB value is (102,124,215). Sum of RGB (Red+Green+Blue) = 102+124+215=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #667CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CD7 is #998328. Grayscale: #7F7F7F. Windows color (decimal): -10060585 or 14122086. OLE color: 14122086.
HSL color Cylindrical-coordinate representation of color #667CD7: hue angle of 228.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #667CD7 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 124 | 215 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.16 |
| HSL | 228.32º | 0.59% | 0.62% | - |
| HSV(B) | 228.32º | 0.53% | 0.84% | - |
| XYZ | 24.95 | 22.15 | 67.25 | - |
| YUV | 127.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 215 | 0.53 | 0.42 | 0 | 0.16 | 228.32 | 0.59 | 0.62 |
| Hex | 66 | 7C | D7 | 35 | 2A | 0 | 10 | E4 | 3B | 3E |
| Octal | 146 | 174 | 327 | 65 | 52 | 0 | 20 | 344 | 73 | 76 |
| Binary | 1100110 | 1111100 | 11010111 | 110101 | 101010 | 0 | 10000 | 11100100 | 111011 | 111110 |
Color Harmonies of #667CD7
Complementary color
Monochromatic Colors of #667CD7
Black with #667CD7
Text Example
Text Example
White with #667CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CD7; }
p { color: rgb(102,124,215); }
H1.HeaderClassName
{
color: #667CD7;
}
.AnyTagClassName
{
color: #667CD7;
}
</style>
background-color css
<style>
a { background-color: #667CD7; }
a { background-color: rgb(102,124,215); }
div.DivClassName
{
background-color: #667CD7;
}
.BgClassName
{
background-color: #667CD7;
}
</style>
border-color css
<style>
span { border-color: #667CD7; }
span { border-color: rgb(102,124,215); }
td.TdClassName
{
border-color: #667CD7;
}
.TagClassName
{
border-color: #667CD7;
}
</style>