Shades of Havelock Blue #687FC9
Tints of Havelock Blue #687FC9
RGB
CMYK
RGB Variations
Color information
#687FC9 (or 0x687FC9) is known color: Havelock Blue. HEX triplet: 68, 7F and C9. RGB value is (104,127,201). Sum of RGB (Red+Green+Blue) = 104+127+201=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #687FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FC9 is #978036. Grayscale: #808080. Windows color (decimal): -9928759 or 13205352. OLE color: 13205352.
HSL color Cylindrical-coordinate representation of color #687FC9: hue angle of 225.77º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #687FC9 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 127 | 201 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.21 |
| HSL | 225.77º | 0.47% | 0.6% | - |
| HSV(B) | 225.77º | 0.48% | 0.79% | - |
| XYZ | 23.84 | 22.34 | 58.31 | - |
| YUV | 128.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 201 | 0.48 | 0.37 | 0 | 0.21 | 225.77 | 0.47 | 0.6 |
| Hex | 68 | 7F | C9 | 30 | 25 | 0 | 15 | E2 | 2F | 3C |
| Octal | 150 | 177 | 311 | 60 | 45 | 0 | 25 | 342 | 57 | 74 |
| Binary | 1101000 | 1111111 | 11001001 | 110000 | 100101 | 0 | 10101 | 11100010 | 101111 | 111100 |
Color Harmonies of #687FC9
Complementary color
Monochromatic Colors of #687FC9
Black with #687FC9
Text Example
Text Example
White with #687FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FC9; }
p { color: rgb(104,127,201); }
H1.HeaderClassName
{
color: #687FC9;
}
.AnyTagClassName
{
color: #687FC9;
}
</style>
background-color css
<style>
a { background-color: #687FC9; }
a { background-color: rgb(104,127,201); }
div.DivClassName
{
background-color: #687FC9;
}
.BgClassName
{
background-color: #687FC9;
}
</style>
border-color css
<style>
span { border-color: #687FC9; }
span { border-color: rgb(104,127,201); }
td.TdClassName
{
border-color: #687FC9;
}
.TagClassName
{
border-color: #687FC9;
}
</style>