Shades of Ship Cove #687EA9
Tints of Ship Cove #687EA9
RGB
CMYK
RGB Variations
Color information
#687EA9 (or 0x687EA9) is known color: Ship Cove. HEX triplet: 68, 7E and A9. RGB value is (104,126,169). Sum of RGB (Red+Green+Blue) = 104+126+169=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #687EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687EA9 is #978156. Grayscale: #7C7C7C. Windows color (decimal): -9929047 or 11107944. OLE color: 11107944.
HSL color Cylindrical-coordinate representation of color #687EA9: hue angle of 219.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #687EA9 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 126 | 169 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.34 |
| HSL | 219.69º | 0.27% | 0.54% | - |
| HSV(B) | 219.69º | 0.38% | 0.66% | - |
| XYZ | 20.33 | 20.73 | 40.47 | - |
| YUV | 124.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 169 | 0.38 | 0.25 | 0 | 0.34 | 219.69 | 0.27 | 0.54 |
| Hex | 68 | 7E | A9 | 26 | 19 | 0 | 22 | DC | 1B | 36 |
| Octal | 150 | 176 | 251 | 46 | 31 | 0 | 42 | 334 | 33 | 66 |
| Binary | 1101000 | 1111110 | 10101001 | 100110 | 11001 | 0 | 100010 | 11011100 | 11011 | 110110 |
Color Harmonies of #687EA9
Complementary color
Monochromatic Colors of #687EA9
Black with #687EA9
Text Example
Text Example
White with #687EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EA9; }
p { color: rgb(104,126,169); }
H1.HeaderClassName
{
color: #687EA9;
}
.AnyTagClassName
{
color: #687EA9;
}
</style>
background-color css
<style>
a { background-color: #687EA9; }
a { background-color: rgb(104,126,169); }
div.DivClassName
{
background-color: #687EA9;
}
.BgClassName
{
background-color: #687EA9;
}
</style>
border-color css
<style>
span { border-color: #687EA9; }
span { border-color: rgb(104,126,169); }
td.TdClassName
{
border-color: #687EA9;
}
.TagClassName
{
border-color: #687EA9;
}
</style>