Shades of Havelock Blue #687CD3
Tints of Havelock Blue #687CD3
RGB
CMYK
RGB Variations
Color information
#687CD3 (or 0x687CD3) is known color: Havelock Blue. HEX triplet: 68, 7C and D3. RGB value is (104,124,211). Sum of RGB (Red+Green+Blue) = 104+124+211=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #687CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CD3 is #97832C. Grayscale: #7F7F7F. Windows color (decimal): -9929517 or 13859944. OLE color: 13859944.
HSL color Cylindrical-coordinate representation of color #687CD3: hue angle of 228.79º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #687CD3 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 124 | 211 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.17 |
| HSL | 228.79º | 0.55% | 0.62% | - |
| HSV(B) | 228.79º | 0.51% | 0.83% | - |
| XYZ | 24.67 | 22.06 | 64.59 | - |
| YUV | 127.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 211 | 0.51 | 0.41 | 0 | 0.17 | 228.79 | 0.55 | 0.62 |
| Hex | 68 | 7C | D3 | 33 | 29 | 0 | 11 | E5 | 37 | 3E |
| Octal | 150 | 174 | 323 | 63 | 51 | 0 | 21 | 345 | 67 | 76 |
| Binary | 1101000 | 1111100 | 11010011 | 110011 | 101001 | 0 | 10001 | 11100101 | 110111 | 111110 |
Color Harmonies of #687CD3
Complementary color
Monochromatic Colors of #687CD3
Black with #687CD3
Text Example
Text Example
White with #687CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CD3; }
p { color: rgb(104,124,211); }
H1.HeaderClassName
{
color: #687CD3;
}
.AnyTagClassName
{
color: #687CD3;
}
</style>
background-color css
<style>
a { background-color: #687CD3; }
a { background-color: rgb(104,124,211); }
div.DivClassName
{
background-color: #687CD3;
}
.BgClassName
{
background-color: #687CD3;
}
</style>
border-color css
<style>
span { border-color: #687CD3; }
span { border-color: rgb(104,124,211); }
td.TdClassName
{
border-color: #687CD3;
}
.TagClassName
{
border-color: #687CD3;
}
</style>