Shades of Ship Cove #6E789E
Tints of Ship Cove #6E789E
RGB
CMYK
RGB Variations
Color information
#6E789E (or 0x6E789E) is known color: Ship Cove. HEX triplet: 6E, 78 and 9E. RGB value is (110,120,158). Sum of RGB (Red+Green+Blue) = 110+120+158=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E789E is #918761. Grayscale: #797979. Windows color (decimal): -9537378 or 10385518. OLE color: 10385518.
HSL color Cylindrical-coordinate representation of color #6E789E: hue angle of 227.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E789E is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 120 | 158 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.38 |
| HSL | 227.5º | 0.2% | 0.53% | - |
| HSV(B) | 227.5º | 0.3% | 0.62% | - |
| XYZ | 19.32 | 19.22 | 35.04 | - |
| YUV | 121.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 158 | 0.30 | 0.24 | 0 | 0.38 | 227.5 | 0.2 | 0.53 |
| Hex | 6E | 78 | 9E | 1E | 18 | 0 | 26 | E4 | 14 | 35 |
| Octal | 156 | 170 | 236 | 36 | 30 | 0 | 46 | 344 | 24 | 65 |
| Binary | 1101110 | 1111000 | 10011110 | 11110 | 11000 | 0 | 100110 | 11100100 | 10100 | 110101 |
Color Harmonies of #6E789E
Complementary color
Monochromatic Colors of #6E789E
Black with #6E789E
Text Example
Text Example
White with #6E789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E789E; }
p { color: rgb(110,120,158); }
H1.HeaderClassName
{
color: #6E789E;
}
.AnyTagClassName
{
color: #6E789E;
}
</style>
background-color css
<style>
a { background-color: #6E789E; }
a { background-color: rgb(110,120,158); }
div.DivClassName
{
background-color: #6E789E;
}
.BgClassName
{
background-color: #6E789E;
}
</style>
border-color css
<style>
span { border-color: #6E789E; }
span { border-color: rgb(110,120,158); }
td.TdClassName
{
border-color: #6E789E;
}
.TagClassName
{
border-color: #6E789E;
}
</style>