Shades of Ship Cove #687CA6
Tints of Ship Cove #687CA6
RGB
CMYK
RGB Variations
Color information
#687CA6 (or 0x687CA6) is known color: Ship Cove. HEX triplet: 68, 7C and A6. RGB value is (104,124,166). Sum of RGB (Red+Green+Blue) = 104+124+166=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #687CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687CA6 is #978359. Grayscale: #7A7A7A. Windows color (decimal): -9929562 or 10910824. OLE color: 10910824.
HSL color Cylindrical-coordinate representation of color #687CA6: hue angle of 220.65º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687CA6 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 124 | 166 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.35 |
| HSL | 220.65º | 0.26% | 0.53% | - |
| HSV(B) | 220.65º | 0.37% | 0.65% | - |
| XYZ | 19.8 | 20.11 | 38.91 | - |
| YUV | 122.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 166 | 0.37 | 0.25 | 0 | 0.35 | 220.65 | 0.26 | 0.53 |
| Hex | 68 | 7C | A6 | 25 | 19 | 0 | 23 | DD | 1A | 35 |
| Octal | 150 | 174 | 246 | 45 | 31 | 0 | 43 | 335 | 32 | 65 |
| Binary | 1101000 | 1111100 | 10100110 | 100101 | 11001 | 0 | 100011 | 11011101 | 11010 | 110101 |
Color Harmonies of #687CA6
Complementary color
Monochromatic Colors of #687CA6
Black with #687CA6
Text Example
Text Example
White with #687CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CA6; }
p { color: rgb(104,124,166); }
H1.HeaderClassName
{
color: #687CA6;
}
.AnyTagClassName
{
color: #687CA6;
}
</style>
background-color css
<style>
a { background-color: #687CA6; }
a { background-color: rgb(104,124,166); }
div.DivClassName
{
background-color: #687CA6;
}
.BgClassName
{
background-color: #687CA6;
}
</style>
border-color css
<style>
span { border-color: #687CA6; }
span { border-color: rgb(104,124,166); }
td.TdClassName
{
border-color: #687CA6;
}
.TagClassName
{
border-color: #687CA6;
}
</style>