Shades of Ship Cove #6D79A0
Tints of Ship Cove #6D79A0
RGB
CMYK
RGB Variations
Color information
#6D79A0 (or 0x6D79A0) is known color: Ship Cove. HEX triplet: 6D, 79 and A0. RGB value is (109,121,160). Sum of RGB (Red+Green+Blue) = 109+121+160=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D79A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D79A0 is #92865F. Grayscale: #797979. Windows color (decimal): -9602656 or 10516845. OLE color: 10516845.
HSL color Cylindrical-coordinate representation of color #6D79A0: hue angle of 225.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D79A0 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 121 | 160 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.37 |
| HSL | 225.88º | 0.21% | 0.53% | - |
| HSV(B) | 225.88º | 0.32% | 0.63% | - |
| XYZ | 19.49 | 19.46 | 35.99 | - |
| YUV | 121.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 160 | 0.32 | 0.24 | 0 | 0.37 | 225.88 | 0.21 | 0.53 |
| Hex | 6D | 79 | A0 | 20 | 18 | 0 | 25 | E2 | 15 | 35 |
| Octal | 155 | 171 | 240 | 40 | 30 | 0 | 45 | 342 | 25 | 65 |
| Binary | 1101101 | 1111001 | 10100000 | 100000 | 11000 | 0 | 100101 | 11100010 | 10101 | 110101 |
Color Harmonies of #6D79A0
Complementary color
Monochromatic Colors of #6D79A0
Black with #6D79A0
Text Example
Text Example
White with #6D79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D79A0; }
p { color: rgb(109,121,160); }
H1.HeaderClassName
{
color: #6D79A0;
}
.AnyTagClassName
{
color: #6D79A0;
}
</style>
background-color css
<style>
a { background-color: #6D79A0; }
a { background-color: rgb(109,121,160); }
div.DivClassName
{
background-color: #6D79A0;
}
.BgClassName
{
background-color: #6D79A0;
}
</style>
border-color css
<style>
span { border-color: #6D79A0; }
span { border-color: rgb(109,121,160); }
td.TdClassName
{
border-color: #6D79A0;
}
.TagClassName
{
border-color: #6D79A0;
}
</style>