Shades of Ship Cove #687DAB
Tints of Ship Cove #687DAB
RGB
CMYK
RGB Variations
Color information
#687DAB (or 0x687DAB) is known color: Ship Cove. HEX triplet: 68, 7D and AB. RGB value is (104,125,171). Sum of RGB (Red+Green+Blue) = 104+125+171=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #687DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DAB is #978254. Grayscale: #7B7B7B. Windows color (decimal): -9929301 or 11238760. OLE color: 11238760.
HSL color Cylindrical-coordinate representation of color #687DAB: hue angle of 221.19º 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 #687DAB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 125 | 171 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.33 |
| HSL | 221.19º | 0.29% | 0.54% | - |
| HSV(B) | 221.19º | 0.39% | 0.67% | - |
| XYZ | 20.39 | 20.55 | 41.42 | - |
| YUV | 123.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 171 | 0.39 | 0.27 | 0 | 0.33 | 221.19 | 0.29 | 0.54 |
| Hex | 68 | 7D | AB | 27 | 1B | 0 | 21 | DD | 1D | 36 |
| Octal | 150 | 175 | 253 | 47 | 33 | 0 | 41 | 335 | 35 | 66 |
| Binary | 1101000 | 1111101 | 10101011 | 100111 | 11011 | 0 | 100001 | 11011101 | 11101 | 110110 |
Color Harmonies of #687DAB
Complementary color
Monochromatic Colors of #687DAB
Black with #687DAB
Text Example
Text Example
White with #687DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DAB; }
p { color: rgb(104,125,171); }
H1.HeaderClassName
{
color: #687DAB;
}
.AnyTagClassName
{
color: #687DAB;
}
</style>
background-color css
<style>
a { background-color: #687DAB; }
a { background-color: rgb(104,125,171); }
div.DivClassName
{
background-color: #687DAB;
}
.BgClassName
{
background-color: #687DAB;
}
</style>
border-color css
<style>
span { border-color: #687DAB; }
span { border-color: rgb(104,125,171); }
td.TdClassName
{
border-color: #687DAB;
}
.TagClassName
{
border-color: #687DAB;
}
</style>