Shades of Havelock Blue #687BD5
Tints of Havelock Blue #687BD5
RGB
CMYK
RGB Variations
Color information
#687BD5 (or 0x687BD5) is known color: Havelock Blue. HEX triplet: 68, 7B and D5. RGB value is (104,123,213). Sum of RGB (Red+Green+Blue) = 104+123+213=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #687BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BD5 is #97842A. Grayscale: #7F7F7F. Windows color (decimal): -9929771 or 13990760. OLE color: 13990760.
HSL color Cylindrical-coordinate representation of color #687BD5: hue angle of 229.54º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #687BD5 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 123 | 213 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.16 |
| HSL | 229.54º | 0.56% | 0.62% | - |
| HSV(B) | 229.54º | 0.51% | 0.84% | - |
| XYZ | 24.8 | 21.91 | 65.87 | - |
| YUV | 127.58 | 176.21 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 213 | 0.51 | 0.42 | 0 | 0.16 | 229.54 | 0.56 | 0.62 |
| Hex | 68 | 7B | D5 | 33 | 2A | 0 | 10 | E6 | 38 | 3E |
| Octal | 150 | 173 | 325 | 63 | 52 | 0 | 20 | 346 | 70 | 76 |
| Binary | 1101000 | 1111011 | 11010101 | 110011 | 101010 | 0 | 10000 | 11100110 | 111000 | 111110 |
Color Harmonies of #687BD5
Complementary color
Monochromatic Colors of #687BD5
Black with #687BD5
Text Example
Text Example
White with #687BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BD5; }
p { color: rgb(104,123,213); }
H1.HeaderClassName
{
color: #687BD5;
}
.AnyTagClassName
{
color: #687BD5;
}
</style>
background-color css
<style>
a { background-color: #687BD5; }
a { background-color: rgb(104,123,213); }
div.DivClassName
{
background-color: #687BD5;
}
.BgClassName
{
background-color: #687BD5;
}
</style>
border-color css
<style>
span { border-color: #687BD5; }
span { border-color: rgb(104,123,213); }
td.TdClassName
{
border-color: #687BD5;
}
.TagClassName
{
border-color: #687BD5;
}
</style>