Shades of Ship Cove #687CAB
Tints of Ship Cove #687CAB
RGB
CMYK
RGB Variations
Color information
#687CAB (or 0x687CAB) is known color: Ship Cove. HEX triplet: 68, 7C and AB. RGB value is (104,124,171). Sum of RGB (Red+Green+Blue) = 104+124+171=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #687CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687CAB is #978354. Grayscale: #7B7B7B. Windows color (decimal): -9929557 or 11238504. OLE color: 11238504.
HSL color Cylindrical-coordinate representation of color #687CAB: hue angle of 222.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #687CAB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 124 | 171 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.33 |
| HSL | 222.09º | 0.29% | 0.54% | - |
| HSV(B) | 222.09º | 0.39% | 0.67% | - |
| XYZ | 20.27 | 20.3 | 41.38 | - |
| YUV | 123.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 171 | 0.39 | 0.27 | 0 | 0.33 | 222.09 | 0.29 | 0.54 |
| Hex | 68 | 7C | AB | 27 | 1B | 0 | 21 | DE | 1D | 36 |
| Octal | 150 | 174 | 253 | 47 | 33 | 0 | 41 | 336 | 35 | 66 |
| Binary | 1101000 | 1111100 | 10101011 | 100111 | 11011 | 0 | 100001 | 11011110 | 11101 | 110110 |
Color Harmonies of #687CAB
Complementary color
Monochromatic Colors of #687CAB
Black with #687CAB
Text Example
Text Example
White with #687CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CAB; }
p { color: rgb(104,124,171); }
H1.HeaderClassName
{
color: #687CAB;
}
.AnyTagClassName
{
color: #687CAB;
}
</style>
background-color css
<style>
a { background-color: #687CAB; }
a { background-color: rgb(104,124,171); }
div.DivClassName
{
background-color: #687CAB;
}
.BgClassName
{
background-color: #687CAB;
}
</style>
border-color css
<style>
span { border-color: #687CAB; }
span { border-color: rgb(104,124,171); }
td.TdClassName
{
border-color: #687CAB;
}
.TagClassName
{
border-color: #687CAB;
}
</style>