Shades of Ship Cove #6880AB
Tints of Ship Cove #6880AB
RGB
CMYK
RGB Variations
Color information
#6880AB (or 0x6880AB) is known color: Ship Cove. HEX triplet: 68, 80 and AB. RGB value is (104,128,171). Sum of RGB (Red+Green+Blue) = 104+128+171=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6880AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6880AB is #977F54. Grayscale: #7D7D7D. Windows color (decimal): -9928533 or 11239528. OLE color: 11239528.
HSL color Cylindrical-coordinate representation of color #6880AB: hue angle of 218.51º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6880AB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 128 | 171 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.33 |
| HSL | 218.51º | 0.29% | 0.54% | - |
| HSV(B) | 218.51º | 0.39% | 0.67% | - |
| XYZ | 20.78 | 21.32 | 41.55 | - |
| YUV | 125.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 171 | 0.39 | 0.25 | 0 | 0.33 | 218.51 | 0.29 | 0.54 |
| Hex | 68 | 80 | AB | 27 | 19 | 0 | 21 | DB | 1D | 36 |
| Octal | 150 | 200 | 253 | 47 | 31 | 0 | 41 | 333 | 35 | 66 |
| Binary | 1101000 | 10000000 | 10101011 | 100111 | 11001 | 0 | 100001 | 11011011 | 11101 | 110110 |
Color Harmonies of #6880AB
Complementary color
Monochromatic Colors of #6880AB
Black with #6880AB
Text Example
Text Example
White with #6880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880AB; }
p { color: rgb(104,128,171); }
H1.HeaderClassName
{
color: #6880AB;
}
.AnyTagClassName
{
color: #6880AB;
}
</style>
background-color css
<style>
a { background-color: #6880AB; }
a { background-color: rgb(104,128,171); }
div.DivClassName
{
background-color: #6880AB;
}
.BgClassName
{
background-color: #6880AB;
}
</style>
border-color css
<style>
span { border-color: #6880AB; }
span { border-color: rgb(104,128,171); }
td.TdClassName
{
border-color: #6880AB;
}
.TagClassName
{
border-color: #6880AB;
}
</style>