Shades of Ship Cove #6580AC
Tints of Ship Cove #6580AC
RGB
CMYK
RGB Variations
Color information
#6580AC (or 0x6580AC) is known color: Ship Cove. HEX triplet: 65, 80 and AC. RGB value is (101,128,172). Sum of RGB (Red+Green+Blue) = 101+128+172=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #6580AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6580AC is #9A7F53. Grayscale: #7C7C7C. Windows color (decimal): -10125140 or 11305061. OLE color: 11305061.
HSL color Cylindrical-coordinate representation of color #6580AC: hue angle of 217.18º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6580AC is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 128 | 172 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.33 |
| HSL | 217.18º | 0.3% | 0.54% | - |
| HSV(B) | 217.18º | 0.41% | 0.67% | - |
| XYZ | 20.53 | 21.18 | 42.04 | - |
| YUV | 124.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 172 | 0.41 | 0.26 | 0 | 0.33 | 217.18 | 0.3 | 0.54 |
| Hex | 65 | 80 | AC | 29 | 1A | 0 | 21 | D9 | 1E | 36 |
| Octal | 145 | 200 | 254 | 51 | 32 | 0 | 41 | 331 | 36 | 66 |
| Binary | 1100101 | 10000000 | 10101100 | 101001 | 11010 | 0 | 100001 | 11011001 | 11110 | 110110 |
Color Harmonies of #6580AC
Complementary color
Monochromatic Colors of #6580AC
Black with #6580AC
Text Example
Text Example
White with #6580AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580AC; }
p { color: rgb(101,128,172); }
H1.HeaderClassName
{
color: #6580AC;
}
.AnyTagClassName
{
color: #6580AC;
}
</style>
background-color css
<style>
a { background-color: #6580AC; }
a { background-color: rgb(101,128,172); }
div.DivClassName
{
background-color: #6580AC;
}
.BgClassName
{
background-color: #6580AC;
}
</style>
border-color css
<style>
span { border-color: #6580AC; }
span { border-color: rgb(101,128,172); }
td.TdClassName
{
border-color: #6580AC;
}
.TagClassName
{
border-color: #6580AC;
}
</style>