Shades of Ship Cove #6C79A0
Tints of Ship Cove #6C79A0
RGB
CMYK
RGB Variations
Color information
#6C79A0 (or 0x6C79A0) is known color: Ship Cove. HEX triplet: 6C, 79 and A0. RGB value is (108,121,160). Sum of RGB (Red+Green+Blue) = 108+121+160=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C79A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C79A0 is #93865F. Grayscale: #797979. Windows color (decimal): -9668192 or 10516844. OLE color: 10516844.
HSL color Cylindrical-coordinate representation of color #6C79A0: hue angle of 225º 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 #6C79A0 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 121 | 160 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.37 |
| HSL | 225º | 0.21% | 0.53% | - |
| HSV(B) | 225º | 0.33% | 0.63% | - |
| XYZ | 19.37 | 19.4 | 35.98 | - |
| YUV | 121.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 160 | 0.32 | 0.24 | 0 | 0.37 | 225 | 0.21 | 0.53 |
| Hex | 6C | 79 | A0 | 20 | 18 | 0 | 25 | E1 | 15 | 35 |
| Octal | 154 | 171 | 240 | 40 | 30 | 0 | 45 | 341 | 25 | 65 |
| Binary | 1101100 | 1111001 | 10100000 | 100000 | 11000 | 0 | 100101 | 11100001 | 10101 | 110101 |
Color Harmonies of #6C79A0
Complementary color
Monochromatic Colors of #6C79A0
Black with #6C79A0
Text Example
Text Example
White with #6C79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C79A0; }
p { color: rgb(108,121,160); }
H1.HeaderClassName
{
color: #6C79A0;
}
.AnyTagClassName
{
color: #6C79A0;
}
</style>
background-color css
<style>
a { background-color: #6C79A0; }
a { background-color: rgb(108,121,160); }
div.DivClassName
{
background-color: #6C79A0;
}
.BgClassName
{
background-color: #6C79A0;
}
</style>
border-color css
<style>
span { border-color: #6C79A0; }
span { border-color: rgb(108,121,160); }
td.TdClassName
{
border-color: #6C79A0;
}
.TagClassName
{
border-color: #6C79A0;
}
</style>