Shades of Ship Cove #687DA7
Tints of Ship Cove #687DA7
RGB
CMYK
RGB Variations
Color information
#687DA7 (or 0x687DA7) is known color: Ship Cove. HEX triplet: 68, 7D and A7. RGB value is (104,125,167). Sum of RGB (Red+Green+Blue) = 104+125+167=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 167 - color contains mainly: blue. Hex color #687DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DA7 is #978258. Grayscale: #7B7B7B. Windows color (decimal): -9929305 or 10976616. OLE color: 10976616.
HSL color Cylindrical-coordinate representation of color #687DA7: hue angle of 220º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #687DA7 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 125 | 167 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.35 |
| HSL | 220º | 0.26% | 0.53% | - |
| HSV(B) | 220º | 0.38% | 0.65% | - |
| XYZ | 20.02 | 20.4 | 39.44 | - |
| YUV | 123.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 167 | 0.38 | 0.25 | 0 | 0.35 | 220 | 0.26 | 0.53 |
| Hex | 68 | 7D | A7 | 26 | 19 | 0 | 23 | DC | 1A | 35 |
| Octal | 150 | 175 | 247 | 46 | 31 | 0 | 43 | 334 | 32 | 65 |
| Binary | 1101000 | 1111101 | 10100111 | 100110 | 11001 | 0 | 100011 | 11011100 | 11010 | 110101 |
Color Harmonies of #687DA7
Complementary color
Monochromatic Colors of #687DA7
Black with #687DA7
Text Example
Text Example
White with #687DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DA7; }
p { color: rgb(104,125,167); }
H1.HeaderClassName
{
color: #687DA7;
}
.AnyTagClassName
{
color: #687DA7;
}
</style>
background-color css
<style>
a { background-color: #687DA7; }
a { background-color: rgb(104,125,167); }
div.DivClassName
{
background-color: #687DA7;
}
.BgClassName
{
background-color: #687DA7;
}
</style>
border-color css
<style>
span { border-color: #687DA7; }
span { border-color: rgb(104,125,167); }
td.TdClassName
{
border-color: #687DA7;
}
.TagClassName
{
border-color: #687DA7;
}
</style>