Shades of Havelock Blue #687DCC
Tints of Havelock Blue #687DCC
RGB
CMYK
RGB Variations
Color information
#687DCC (or 0x687DCC) is known color: Havelock Blue. HEX triplet: 68, 7D and CC. RGB value is (104,125,204). Sum of RGB (Red+Green+Blue) = 104+125+204=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #687DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DCC is #978233. Grayscale: #7F7F7F. Windows color (decimal): -9929268 or 13401448. OLE color: 13401448.
HSL color Cylindrical-coordinate representation of color #687DCC: hue angle of 227.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #687DCC is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 125 | 204 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.2 |
| HSL | 227.4º | 0.5% | 0.6% | - |
| HSV(B) | 227.4º | 0.49% | 0.8% | - |
| XYZ | 23.94 | 21.97 | 60.11 | - |
| YUV | 127.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 204 | 0.49 | 0.39 | 0 | 0.2 | 227.4 | 0.5 | 0.6 |
| Hex | 68 | 7D | CC | 31 | 27 | 0 | 14 | E3 | 32 | 3C |
| Octal | 150 | 175 | 314 | 61 | 47 | 0 | 24 | 343 | 62 | 74 |
| Binary | 1101000 | 1111101 | 11001100 | 110001 | 100111 | 0 | 10100 | 11100011 | 110010 | 111100 |
Color Harmonies of #687DCC
Complementary color
Monochromatic Colors of #687DCC
Black with #687DCC
Text Example
Text Example
White with #687DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DCC; }
p { color: rgb(104,125,204); }
H1.HeaderClassName
{
color: #687DCC;
}
.AnyTagClassName
{
color: #687DCC;
}
</style>
background-color css
<style>
a { background-color: #687DCC; }
a { background-color: rgb(104,125,204); }
div.DivClassName
{
background-color: #687DCC;
}
.BgClassName
{
background-color: #687DCC;
}
</style>
border-color css
<style>
span { border-color: #687DCC; }
span { border-color: rgb(104,125,204); }
td.TdClassName
{
border-color: #687DCC;
}
.TagClassName
{
border-color: #687DCC;
}
</style>