Shades of Ship Cove #687BA9
Tints of Ship Cove #687BA9
RGB
CMYK
RGB Variations
Color information
#687BA9 (or 0x687BA9) is known color: Ship Cove. HEX triplet: 68, 7B and A9. RGB value is (104,123,169). Sum of RGB (Red+Green+Blue) = 104+123+169=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #687BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BA9 is #978456. Grayscale: #7A7A7A. Windows color (decimal): -9929815 or 11107176. OLE color: 11107176.
HSL color Cylindrical-coordinate representation of color #687BA9: hue angle of 222.46º 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 #687BA9 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 123 | 169 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.34 |
| HSL | 222.46º | 0.27% | 0.54% | - |
| HSV(B) | 222.46º | 0.38% | 0.66% | - |
| XYZ | 19.95 | 19.97 | 40.34 | - |
| YUV | 122.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 169 | 0.38 | 0.27 | 0 | 0.34 | 222.46 | 0.27 | 0.54 |
| Hex | 68 | 7B | A9 | 26 | 1B | 0 | 22 | DE | 1B | 36 |
| Octal | 150 | 173 | 251 | 46 | 33 | 0 | 42 | 336 | 33 | 66 |
| Binary | 1101000 | 1111011 | 10101001 | 100110 | 11011 | 0 | 100010 | 11011110 | 11011 | 110110 |
Color Harmonies of #687BA9
Complementary color
Monochromatic Colors of #687BA9
Black with #687BA9
Text Example
Text Example
White with #687BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BA9; }
p { color: rgb(104,123,169); }
H1.HeaderClassName
{
color: #687BA9;
}
.AnyTagClassName
{
color: #687BA9;
}
</style>
background-color css
<style>
a { background-color: #687BA9; }
a { background-color: rgb(104,123,169); }
div.DivClassName
{
background-color: #687BA9;
}
.BgClassName
{
background-color: #687BA9;
}
</style>
border-color css
<style>
span { border-color: #687BA9; }
span { border-color: rgb(104,123,169); }
td.TdClassName
{
border-color: #687BA9;
}
.TagClassName
{
border-color: #687BA9;
}
</style>