Shades of Ship Cove #6E779C
Tints of Ship Cove #6E779C
RGB
CMYK
RGB Variations
Color information
#6E779C (or 0x6E779C) is known color: Ship Cove. HEX triplet: 6E, 77 and 9C. RGB value is (110,119,156). Sum of RGB (Red+Green+Blue) = 110+119+156=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E779C is #918863. Grayscale: #787878. Windows color (decimal): -9537636 or 10254190. OLE color: 10254190.
HSL color Cylindrical-coordinate representation of color #6E779C: hue angle of 228.26º 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 #6E779C is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 119 | 156 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.39 |
| HSL | 228.26º | 0.19% | 0.52% | - |
| HSV(B) | 228.26º | 0.29% | 0.61% | - |
| XYZ | 19.03 | 18.91 | 34.1 | - |
| YUV | 120.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 156 | 0.29 | 0.24 | 0 | 0.39 | 228.26 | 0.19 | 0.52 |
| Hex | 6E | 77 | 9C | 1D | 18 | 0 | 27 | E4 | 13 | 34 |
| Octal | 156 | 167 | 234 | 35 | 30 | 0 | 47 | 344 | 23 | 64 |
| Binary | 1101110 | 1110111 | 10011100 | 11101 | 11000 | 0 | 100111 | 11100100 | 10011 | 110100 |
Color Harmonies of #6E779C
Complementary color
Monochromatic Colors of #6E779C
Black with #6E779C
Text Example
Text Example
White with #6E779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E779C; }
p { color: rgb(110,119,156); }
H1.HeaderClassName
{
color: #6E779C;
}
.AnyTagClassName
{
color: #6E779C;
}
</style>
background-color css
<style>
a { background-color: #6E779C; }
a { background-color: rgb(110,119,156); }
div.DivClassName
{
background-color: #6E779C;
}
.BgClassName
{
background-color: #6E779C;
}
</style>
border-color css
<style>
span { border-color: #6E779C; }
span { border-color: rgb(110,119,156); }
td.TdClassName
{
border-color: #6E779C;
}
.TagClassName
{
border-color: #6E779C;
}
</style>