Shades of Ship Cove #687EAA
Tints of Ship Cove #687EAA
RGB
CMYK
RGB Variations
Color information
#687EAA (or 0x687EAA) is known color: Ship Cove. HEX triplet: 68, 7E and AA. RGB value is (104,126,170). Sum of RGB (Red+Green+Blue) = 104+126+170=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #687EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687EAA is #978155. Grayscale: #7C7C7C. Windows color (decimal): -9929046 or 11173480. OLE color: 11173480.
HSL color Cylindrical-coordinate representation of color #687EAA: hue angle of 220º degrees, saturation: 0.28, 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 #687EAA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 126 | 170 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.33 |
| HSL | 220º | 0.28% | 0.54% | - |
| HSV(B) | 220º | 0.39% | 0.67% | - |
| XYZ | 20.43 | 20.77 | 40.96 | - |
| YUV | 124.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 170 | 0.39 | 0.26 | 0 | 0.33 | 220 | 0.28 | 0.54 |
| Hex | 68 | 7E | AA | 27 | 1A | 0 | 21 | DC | 1C | 36 |
| Octal | 150 | 176 | 252 | 47 | 32 | 0 | 41 | 334 | 34 | 66 |
| Binary | 1101000 | 1111110 | 10101010 | 100111 | 11010 | 0 | 100001 | 11011100 | 11100 | 110110 |
Color Harmonies of #687EAA
Complementary color
Monochromatic Colors of #687EAA
Black with #687EAA
Text Example
Text Example
White with #687EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EAA; }
p { color: rgb(104,126,170); }
H1.HeaderClassName
{
color: #687EAA;
}
.AnyTagClassName
{
color: #687EAA;
}
</style>
background-color css
<style>
a { background-color: #687EAA; }
a { background-color: rgb(104,126,170); }
div.DivClassName
{
background-color: #687EAA;
}
.BgClassName
{
background-color: #687EAA;
}
</style>
border-color css
<style>
span { border-color: #687EAA; }
span { border-color: rgb(104,126,170); }
td.TdClassName
{
border-color: #687EAA;
}
.TagClassName
{
border-color: #687EAA;
}
</style>