Shades of Ship Cove #6D779D
Tints of Ship Cove #6D779D
RGB
CMYK
RGB Variations
Color information
#6D779D (or 0x6D779D) is known color: Ship Cove. HEX triplet: 6D, 77 and 9D. RGB value is (109,119,157). Sum of RGB (Red+Green+Blue) = 109+119+157=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D779D is #928862. Grayscale: #787878. Windows color (decimal): -9603171 or 10319725. OLE color: 10319725.
HSL color Cylindrical-coordinate representation of color #6D779D: hue angle of 227.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D779D is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 119 | 157 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.38 |
| HSL | 227.5º | 0.2% | 0.52% | - |
| HSV(B) | 227.5º | 0.31% | 0.62% | - |
| XYZ | 18.99 | 18.88 | 34.54 | - |
| YUV | 120.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 157 | 0.31 | 0.24 | 0 | 0.38 | 227.5 | 0.2 | 0.52 |
| Hex | 6D | 77 | 9D | 1F | 18 | 0 | 26 | E4 | 14 | 34 |
| Octal | 155 | 167 | 235 | 37 | 30 | 0 | 46 | 344 | 24 | 64 |
| Binary | 1101101 | 1110111 | 10011101 | 11111 | 11000 | 0 | 100110 | 11100100 | 10100 | 110100 |
Color Harmonies of #6D779D
Complementary color
Monochromatic Colors of #6D779D
Black with #6D779D
Text Example
Text Example
White with #6D779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D779D; }
p { color: rgb(109,119,157); }
H1.HeaderClassName
{
color: #6D779D;
}
.AnyTagClassName
{
color: #6D779D;
}
</style>
background-color css
<style>
a { background-color: #6D779D; }
a { background-color: rgb(109,119,157); }
div.DivClassName
{
background-color: #6D779D;
}
.BgClassName
{
background-color: #6D779D;
}
</style>
border-color css
<style>
span { border-color: #6D779D; }
span { border-color: rgb(109,119,157); }
td.TdClassName
{
border-color: #6D779D;
}
.TagClassName
{
border-color: #6D779D;
}
</style>