Shades of Havelock Blue #687FCD
Tints of Havelock Blue #687FCD
RGB
CMYK
RGB Variations
Color information
#687FCD (or 0x687FCD) is known color: Havelock Blue. HEX triplet: 68, 7F and CD. RGB value is (104,127,205). Sum of RGB (Red+Green+Blue) = 104+127+205=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #687FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FCD is #978032. Grayscale: #808080. Windows color (decimal): -9928755 or 13467496. OLE color: 13467496.
HSL color Cylindrical-coordinate representation of color #687FCD: hue angle of 226.34º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #687FCD is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 127 | 205 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.20 |
| HSL | 226.34º | 0.5% | 0.61% | - |
| HSV(B) | 226.34º | 0.49% | 0.8% | - |
| XYZ | 24.32 | 22.53 | 60.82 | - |
| YUV | 129.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 205 | 0.49 | 0.38 | 0 | 0.20 | 226.34 | 0.5 | 0.61 |
| Hex | 68 | 7F | CD | 31 | 26 | 0 | 14 | E2 | 32 | 3D |
| Octal | 150 | 177 | 315 | 61 | 46 | 0 | 24 | 342 | 62 | 75 |
| Binary | 1101000 | 1111111 | 11001101 | 110001 | 100110 | 0 | 10100 | 11100010 | 110010 | 111101 |
Color Harmonies of #687FCD
Complementary color
Monochromatic Colors of #687FCD
Black with #687FCD
Text Example
Text Example
White with #687FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FCD; }
p { color: rgb(104,127,205); }
H1.HeaderClassName
{
color: #687FCD;
}
.AnyTagClassName
{
color: #687FCD;
}
</style>
background-color css
<style>
a { background-color: #687FCD; }
a { background-color: rgb(104,127,205); }
div.DivClassName
{
background-color: #687FCD;
}
.BgClassName
{
background-color: #687FCD;
}
</style>
border-color css
<style>
span { border-color: #687FCD; }
span { border-color: rgb(104,127,205); }
td.TdClassName
{
border-color: #687FCD;
}
.TagClassName
{
border-color: #687FCD;
}
</style>