Shades of Havelock Blue #687CCF
Tints of Havelock Blue #687CCF
RGB
CMYK
RGB Variations
Color information
#687CCF (or 0x687CCF) is known color: Havelock Blue. HEX triplet: 68, 7C and CF. RGB value is (104,124,207). Sum of RGB (Red+Green+Blue) = 104+124+207=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #687CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CCF is #978330. Grayscale: #7F7F7F. Windows color (decimal): -9929521 or 13597800. OLE color: 13597800.
HSL color Cylindrical-coordinate representation of color #687CCF: hue angle of 228.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #687CCF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 124 | 207 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.19 |
| HSL | 228.35º | 0.52% | 0.61% | - |
| HSV(B) | 228.35º | 0.5% | 0.81% | - |
| XYZ | 24.18 | 21.86 | 61.98 | - |
| YUV | 127.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 207 | 0.50 | 0.40 | 0 | 0.19 | 228.35 | 0.52 | 0.61 |
| Hex | 68 | 7C | CF | 32 | 28 | 0 | 13 | E4 | 34 | 3D |
| Octal | 150 | 174 | 317 | 62 | 50 | 0 | 23 | 344 | 64 | 75 |
| Binary | 1101000 | 1111100 | 11001111 | 110010 | 101000 | 0 | 10011 | 11100100 | 110100 | 111101 |
Color Harmonies of #687CCF
Complementary color
Monochromatic Colors of #687CCF
Black with #687CCF
Text Example
Text Example
White with #687CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CCF; }
p { color: rgb(104,124,207); }
H1.HeaderClassName
{
color: #687CCF;
}
.AnyTagClassName
{
color: #687CCF;
}
</style>
background-color css
<style>
a { background-color: #687CCF; }
a { background-color: rgb(104,124,207); }
div.DivClassName
{
background-color: #687CCF;
}
.BgClassName
{
background-color: #687CCF;
}
</style>
border-color css
<style>
span { border-color: #687CCF; }
span { border-color: rgb(104,124,207); }
td.TdClassName
{
border-color: #687CCF;
}
.TagClassName
{
border-color: #687CCF;
}
</style>