Shades of Ship Cove #687EA3
Tints of Ship Cove #687EA3
RGB
CMYK
RGB Variations
Color information
#687EA3 (or 0x687EA3) is known color: Ship Cove. HEX triplet: 68, 7E and A3. RGB value is (104,126,163). Sum of RGB (Red+Green+Blue) = 104+126+163=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #687EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687EA3 is #97815C. Grayscale: #7B7B7B. Windows color (decimal): -9929053 or 10714728. OLE color: 10714728.
HSL color Cylindrical-coordinate representation of color #687EA3: hue angle of 217.63º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #687EA3 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 126 | 163 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.36 |
| HSL | 217.63º | 0.24% | 0.52% | - |
| HSV(B) | 217.63º | 0.36% | 0.64% | - |
| XYZ | 19.78 | 20.51 | 37.57 | - |
| YUV | 123.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 163 | 0.36 | 0.23 | 0 | 0.36 | 217.63 | 0.24 | 0.52 |
| Hex | 68 | 7E | A3 | 24 | 17 | 0 | 24 | DA | 18 | 34 |
| Octal | 150 | 176 | 243 | 44 | 27 | 0 | 44 | 332 | 30 | 64 |
| Binary | 1101000 | 1111110 | 10100011 | 100100 | 10111 | 0 | 100100 | 11011010 | 11000 | 110100 |
Color Harmonies of #687EA3
Complementary color
Monochromatic Colors of #687EA3
Black with #687EA3
Text Example
Text Example
White with #687EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EA3; }
p { color: rgb(104,126,163); }
H1.HeaderClassName
{
color: #687EA3;
}
.AnyTagClassName
{
color: #687EA3;
}
</style>
background-color css
<style>
a { background-color: #687EA3; }
a { background-color: rgb(104,126,163); }
div.DivClassName
{
background-color: #687EA3;
}
.BgClassName
{
background-color: #687EA3;
}
</style>
border-color css
<style>
span { border-color: #687EA3; }
span { border-color: rgb(104,126,163); }
td.TdClassName
{
border-color: #687EA3;
}
.TagClassName
{
border-color: #687EA3;
}
</style>