Shades of Havelock Blue #687FCF
Tints of Havelock Blue #687FCF
RGB
CMYK
RGB Variations
Color information
#687FCF (or 0x687FCF) is known color: Havelock Blue. HEX triplet: 68, 7F and CF. RGB value is (104,127,207). Sum of RGB (Red+Green+Blue) = 104+127+207=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #687FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FCF is #978030. Grayscale: #808080. Windows color (decimal): -9928753 or 13598568. OLE color: 13598568.
HSL color Cylindrical-coordinate representation of color #687FCF: hue angle of 226.6º 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 #687FCF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 127 | 207 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.19 |
| HSL | 226.6º | 0.52% | 0.61% | - |
| HSV(B) | 226.6º | 0.5% | 0.81% | - |
| XYZ | 24.56 | 22.63 | 62.1 | - |
| YUV | 129.24 | 171.88 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 207 | 0.50 | 0.39 | 0 | 0.19 | 226.6 | 0.52 | 0.61 |
| Hex | 68 | 7F | CF | 32 | 27 | 0 | 13 | E3 | 34 | 3D |
| Octal | 150 | 177 | 317 | 62 | 47 | 0 | 23 | 343 | 64 | 75 |
| Binary | 1101000 | 1111111 | 11001111 | 110010 | 100111 | 0 | 10011 | 11100011 | 110100 | 111101 |
Color Harmonies of #687FCF
Complementary color
Monochromatic Colors of #687FCF
Black with #687FCF
Text Example
Text Example
White with #687FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FCF; }
p { color: rgb(104,127,207); }
H1.HeaderClassName
{
color: #687FCF;
}
.AnyTagClassName
{
color: #687FCF;
}
</style>
background-color css
<style>
a { background-color: #687FCF; }
a { background-color: rgb(104,127,207); }
div.DivClassName
{
background-color: #687FCF;
}
.BgClassName
{
background-color: #687FCF;
}
</style>
border-color css
<style>
span { border-color: #687FCF; }
span { border-color: rgb(104,127,207); }
td.TdClassName
{
border-color: #687FCF;
}
.TagClassName
{
border-color: #687FCF;
}
</style>