Shades of Havelock Blue #667BD3
Tints of Havelock Blue #667BD3
RGB
CMYK
RGB Variations
Color information
#667BD3 (or 0x667BD3) is known color: Havelock Blue. HEX triplet: 66, 7B and D3. RGB value is (102,123,211). Sum of RGB (Red+Green+Blue) = 102+123+211=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #667BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BD3 is #99842C. Grayscale: #7E7E7E. Windows color (decimal): -10060845 or 13859686. OLE color: 13859686.
HSL color Cylindrical-coordinate representation of color #667BD3: hue angle of 228.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #667BD3 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 123 | 211 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.17 |
| HSL | 228.44º | 0.55% | 0.61% | - |
| HSV(B) | 228.44º | 0.52% | 0.83% | - |
| XYZ | 24.32 | 21.69 | 64.53 | - |
| YUV | 126.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 211 | 0.52 | 0.42 | 0 | 0.17 | 228.44 | 0.55 | 0.61 |
| Hex | 66 | 7B | D3 | 34 | 2A | 0 | 11 | E4 | 37 | 3D |
| Octal | 146 | 173 | 323 | 64 | 52 | 0 | 21 | 344 | 67 | 75 |
| Binary | 1100110 | 1111011 | 11010011 | 110100 | 101010 | 0 | 10001 | 11100100 | 110111 | 111101 |
Color Harmonies of #667BD3
Complementary color
Monochromatic Colors of #667BD3
Black with #667BD3
Text Example
Text Example
White with #667BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BD3; }
p { color: rgb(102,123,211); }
H1.HeaderClassName
{
color: #667BD3;
}
.AnyTagClassName
{
color: #667BD3;
}
</style>
background-color css
<style>
a { background-color: #667BD3; }
a { background-color: rgb(102,123,211); }
div.DivClassName
{
background-color: #667BD3;
}
.BgClassName
{
background-color: #667BD3;
}
</style>
border-color css
<style>
span { border-color: #667BD3; }
span { border-color: rgb(102,123,211); }
td.TdClassName
{
border-color: #667BD3;
}
.TagClassName
{
border-color: #667BD3;
}
</style>