Shades of Ship Cove #6E789C
Tints of Ship Cove #6E789C
RGB
CMYK
RGB Variations
Color information
#6E789C (or 0x6E789C) is known color: Ship Cove. HEX triplet: 6E, 78 and 9C. RGB value is (110,120,156). Sum of RGB (Red+Green+Blue) = 110+120+156=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E789C is #918763. Grayscale: #787878. Windows color (decimal): -9537380 or 10254446. OLE color: 10254446.
HSL color Cylindrical-coordinate representation of color #6E789C: hue angle of 226.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E789C is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 120 | 156 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.39 |
| HSL | 226.96º | 0.19% | 0.52% | - |
| HSV(B) | 226.96º | 0.29% | 0.61% | - |
| XYZ | 19.15 | 19.15 | 34.14 | - |
| YUV | 121.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 156 | 0.29 | 0.23 | 0 | 0.39 | 226.96 | 0.19 | 0.52 |
| Hex | 6E | 78 | 9C | 1D | 17 | 0 | 27 | E3 | 13 | 34 |
| Octal | 156 | 170 | 234 | 35 | 27 | 0 | 47 | 343 | 23 | 64 |
| Binary | 1101110 | 1111000 | 10011100 | 11101 | 10111 | 0 | 100111 | 11100011 | 10011 | 110100 |
Color Harmonies of #6E789C
Complementary color
Monochromatic Colors of #6E789C
Black with #6E789C
Text Example
Text Example
White with #6E789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E789C; }
p { color: rgb(110,120,156); }
H1.HeaderClassName
{
color: #6E789C;
}
.AnyTagClassName
{
color: #6E789C;
}
</style>
background-color css
<style>
a { background-color: #6E789C; }
a { background-color: rgb(110,120,156); }
div.DivClassName
{
background-color: #6E789C;
}
.BgClassName
{
background-color: #6E789C;
}
</style>
border-color css
<style>
span { border-color: #6E789C; }
span { border-color: rgb(110,120,156); }
td.TdClassName
{
border-color: #6E789C;
}
.TagClassName
{
border-color: #6E789C;
}
</style>