Shades of Ship Cove #6D799D
Tints of Ship Cove #6D799D
RGB
CMYK
RGB Variations
Color information
#6D799D (or 0x6D799D) is known color: Ship Cove. HEX triplet: 6D, 79 and 9D. RGB value is (109,121,157). Sum of RGB (Red+Green+Blue) = 109+121+157=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D799D is #928662. Grayscale: #797979. Windows color (decimal): -9602659 or 10320237. OLE color: 10320237.
HSL color Cylindrical-coordinate representation of color #6D799D: hue angle of 225º 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 #6D799D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 121 | 157 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.38 |
| HSL | 225º | 0.2% | 0.52% | - |
| HSV(B) | 225º | 0.31% | 0.62% | - |
| XYZ | 19.23 | 19.36 | 34.62 | - |
| YUV | 121.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 157 | 0.31 | 0.23 | 0 | 0.38 | 225 | 0.2 | 0.52 |
| Hex | 6D | 79 | 9D | 1F | 17 | 0 | 26 | E1 | 14 | 34 |
| Octal | 155 | 171 | 235 | 37 | 27 | 0 | 46 | 341 | 24 | 64 |
| Binary | 1101101 | 1111001 | 10011101 | 11111 | 10111 | 0 | 100110 | 11100001 | 10100 | 110100 |
Color Harmonies of #6D799D
Complementary color
Monochromatic Colors of #6D799D
Black with #6D799D
Text Example
Text Example
White with #6D799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D799D; }
p { color: rgb(109,121,157); }
H1.HeaderClassName
{
color: #6D799D;
}
.AnyTagClassName
{
color: #6D799D;
}
</style>
background-color css
<style>
a { background-color: #6D799D; }
a { background-color: rgb(109,121,157); }
div.DivClassName
{
background-color: #6D799D;
}
.BgClassName
{
background-color: #6D799D;
}
</style>
border-color css
<style>
span { border-color: #6D799D; }
span { border-color: rgb(109,121,157); }
td.TdClassName
{
border-color: #6D799D;
}
.TagClassName
{
border-color: #6D799D;
}
</style>