Shades of Havelock Blue #667FD2
Tints of Havelock Blue #667FD2
RGB
CMYK
RGB Variations
Color information
#667FD2 (or 0x667FD2) is known color: Havelock Blue. HEX triplet: 66, 7F and D2. RGB value is (102,127,210). Sum of RGB (Red+Green+Blue) = 102+127+210=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #667FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FD2 is #99802D. Grayscale: #808080. Windows color (decimal): -10059822 or 13795174. OLE color: 13795174.
HSL color Cylindrical-coordinate representation of color #667FD2: hue angle of 226.11º degrees, saturation: 0.55, 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 #667FD2 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 127 | 210 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.18 |
| HSL | 226.11º | 0.55% | 0.61% | - |
| HSV(B) | 226.11º | 0.51% | 0.82% | - |
| XYZ | 24.7 | 22.66 | 64.04 | - |
| YUV | 128.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 210 | 0.51 | 0.40 | 0 | 0.18 | 226.11 | 0.55 | 0.61 |
| Hex | 66 | 7F | D2 | 33 | 28 | 0 | 12 | E2 | 37 | 3D |
| Octal | 146 | 177 | 322 | 63 | 50 | 0 | 22 | 342 | 67 | 75 |
| Binary | 1100110 | 1111111 | 11010010 | 110011 | 101000 | 0 | 10010 | 11100010 | 110111 | 111101 |
Color Harmonies of #667FD2
Complementary color
Monochromatic Colors of #667FD2
Black with #667FD2
Text Example
Text Example
White with #667FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FD2; }
p { color: rgb(102,127,210); }
H1.HeaderClassName
{
color: #667FD2;
}
.AnyTagClassName
{
color: #667FD2;
}
</style>
background-color css
<style>
a { background-color: #667FD2; }
a { background-color: rgb(102,127,210); }
div.DivClassName
{
background-color: #667FD2;
}
.BgClassName
{
background-color: #667FD2;
}
</style>
border-color css
<style>
span { border-color: #667FD2; }
span { border-color: rgb(102,127,210); }
td.TdClassName
{
border-color: #667FD2;
}
.TagClassName
{
border-color: #667FD2;
}
</style>