Shades of Havelock Blue #687DCE
Tints of Havelock Blue #687DCE
RGB
CMYK
RGB Variations
Color information
#687DCE (or 0x687DCE) is known color: Havelock Blue. HEX triplet: 68, 7D and CE. RGB value is (104,125,206). Sum of RGB (Red+Green+Blue) = 104+125+206=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #687DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DCE is #978231. Grayscale: #7F7F7F. Windows color (decimal): -9929266 or 13532520. OLE color: 13532520.
HSL color Cylindrical-coordinate representation of color #687DCE: hue angle of 227.65º degrees, saturation: 0.51, 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 #687DCE is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 125 | 206 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.19 |
| HSL | 227.65º | 0.51% | 0.61% | - |
| HSV(B) | 227.65º | 0.5% | 0.81% | - |
| XYZ | 24.18 | 22.07 | 61.38 | - |
| YUV | 127.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 206 | 0.50 | 0.39 | 0 | 0.19 | 227.65 | 0.51 | 0.61 |
| Hex | 68 | 7D | CE | 32 | 27 | 0 | 13 | E4 | 33 | 3D |
| Octal | 150 | 175 | 316 | 62 | 47 | 0 | 23 | 344 | 63 | 75 |
| Binary | 1101000 | 1111101 | 11001110 | 110010 | 100111 | 0 | 10011 | 11100100 | 110011 | 111101 |
Color Harmonies of #687DCE
Complementary color
Monochromatic Colors of #687DCE
Black with #687DCE
Text Example
Text Example
White with #687DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DCE; }
p { color: rgb(104,125,206); }
H1.HeaderClassName
{
color: #687DCE;
}
.AnyTagClassName
{
color: #687DCE;
}
</style>
background-color css
<style>
a { background-color: #687DCE; }
a { background-color: rgb(104,125,206); }
div.DivClassName
{
background-color: #687DCE;
}
.BgClassName
{
background-color: #687DCE;
}
</style>
border-color css
<style>
span { border-color: #687DCE; }
span { border-color: rgb(104,125,206); }
td.TdClassName
{
border-color: #687DCE;
}
.TagClassName
{
border-color: #687DCE;
}
</style>