Shades of Ship Cove #6580AD
Tints of Ship Cove #6580AD
RGB
CMYK
RGB Variations
Color information
#6580AD (or 0x6580AD) is known color: Ship Cove. HEX triplet: 65, 80 and AD. RGB value is (101,128,173). Sum of RGB (Red+Green+Blue) = 101+128+173=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #6580AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6580AD is #9A7F52. Grayscale: #7C7C7C. Windows color (decimal): -10125139 or 11370597. OLE color: 11370597.
HSL color Cylindrical-coordinate representation of color #6580AD: hue angle of 217.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6580AD is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 128 | 173 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.32 |
| HSL | 217.5º | 0.31% | 0.54% | - |
| HSV(B) | 217.5º | 0.42% | 0.68% | - |
| XYZ | 20.63 | 21.22 | 42.54 | - |
| YUV | 125.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 173 | 0.42 | 0.26 | 0 | 0.32 | 217.5 | 0.31 | 0.54 |
| Hex | 65 | 80 | AD | 2A | 1A | 0 | 20 | DA | 1F | 36 |
| Octal | 145 | 200 | 255 | 52 | 32 | 0 | 40 | 332 | 37 | 66 |
| Binary | 1100101 | 10000000 | 10101101 | 101010 | 11010 | 0 | 100000 | 11011010 | 11111 | 110110 |
Color Harmonies of #6580AD
Complementary color
Monochromatic Colors of #6580AD
Black with #6580AD
Text Example
Text Example
White with #6580AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580AD; }
p { color: rgb(101,128,173); }
H1.HeaderClassName
{
color: #6580AD;
}
.AnyTagClassName
{
color: #6580AD;
}
</style>
background-color css
<style>
a { background-color: #6580AD; }
a { background-color: rgb(101,128,173); }
div.DivClassName
{
background-color: #6580AD;
}
.BgClassName
{
background-color: #6580AD;
}
</style>
border-color css
<style>
span { border-color: #6580AD; }
span { border-color: rgb(101,128,173); }
td.TdClassName
{
border-color: #6580AD;
}
.TagClassName
{
border-color: #6580AD;
}
</style>