Shades of Havelock Blue #667DC1
Tints of Havelock Blue #667DC1
RGB
CMYK
RGB Variations
Color information
#667DC1 (or 0x667DC1) is known color: Havelock Blue. HEX triplet: 66, 7D and C1. RGB value is (102,125,193). Sum of RGB (Red+Green+Blue) = 102+125+193=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #667DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DC1 is #99823E. Grayscale: #7D7D7D. Windows color (decimal): -10060351 or 12680550. OLE color: 12680550.
HSL color Cylindrical-coordinate representation of color #667DC1: hue angle of 224.84º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667DC1 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 125 | 193 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.24 |
| HSL | 224.84º | 0.42% | 0.58% | - |
| HSV(B) | 224.84º | 0.47% | 0.76% | - |
| XYZ | 22.44 | 21.34 | 53.39 | - |
| YUV | 125.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 193 | 0.47 | 0.35 | 0 | 0.24 | 224.84 | 0.42 | 0.58 |
| Hex | 66 | 7D | C1 | 2F | 23 | 0 | 18 | E1 | 2A | 3A |
| Octal | 146 | 175 | 301 | 57 | 43 | 0 | 30 | 341 | 52 | 72 |
| Binary | 1100110 | 1111101 | 11000001 | 101111 | 100011 | 0 | 11000 | 11100001 | 101010 | 111010 |
Color Harmonies of #667DC1
Complementary color
Monochromatic Colors of #667DC1
Black with #667DC1
Text Example
Text Example
White with #667DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DC1; }
p { color: rgb(102,125,193); }
H1.HeaderClassName
{
color: #667DC1;
}
.AnyTagClassName
{
color: #667DC1;
}
</style>
background-color css
<style>
a { background-color: #667DC1; }
a { background-color: rgb(102,125,193); }
div.DivClassName
{
background-color: #667DC1;
}
.BgClassName
{
background-color: #667DC1;
}
</style>
border-color css
<style>
span { border-color: #667DC1; }
span { border-color: rgb(102,125,193); }
td.TdClassName
{
border-color: #667DC1;
}
.TagClassName
{
border-color: #667DC1;
}
</style>