Shades of Havelock Blue #667CCB
Tints of Havelock Blue #667CCB
RGB
CMYK
RGB Variations
Color information
#667CCB (or 0x667CCB) is known color: Havelock Blue. HEX triplet: 66, 7C and CB. RGB value is (102,124,203). Sum of RGB (Red+Green+Blue) = 102+124+203=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #667CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CCB is #998334. Grayscale: #7E7E7E. Windows color (decimal): -10060597 or 13335654. OLE color: 13335654.
HSL color Cylindrical-coordinate representation of color #667CCB: hue angle of 226.93º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667CCB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 124 | 203 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.20 |
| HSL | 226.93º | 0.49% | 0.6% | - |
| HSV(B) | 226.93º | 0.5% | 0.8% | - |
| XYZ | 23.47 | 21.55 | 59.42 | - |
| YUV | 126.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 203 | 0.50 | 0.39 | 0 | 0.20 | 226.93 | 0.49 | 0.6 |
| Hex | 66 | 7C | CB | 32 | 27 | 0 | 14 | E3 | 31 | 3C |
| Octal | 146 | 174 | 313 | 62 | 47 | 0 | 24 | 343 | 61 | 74 |
| Binary | 1100110 | 1111100 | 11001011 | 110010 | 100111 | 0 | 10100 | 11100011 | 110001 | 111100 |
Color Harmonies of #667CCB
Complementary color
Monochromatic Colors of #667CCB
Black with #667CCB
Text Example
Text Example
White with #667CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CCB; }
p { color: rgb(102,124,203); }
H1.HeaderClassName
{
color: #667CCB;
}
.AnyTagClassName
{
color: #667CCB;
}
</style>
background-color css
<style>
a { background-color: #667CCB; }
a { background-color: rgb(102,124,203); }
div.DivClassName
{
background-color: #667CCB;
}
.BgClassName
{
background-color: #667CCB;
}
</style>
border-color css
<style>
span { border-color: #667CCB; }
span { border-color: rgb(102,124,203); }
td.TdClassName
{
border-color: #667CCB;
}
.TagClassName
{
border-color: #667CCB;
}
</style>