Shades of Ship Cove #6882AA
Tints of Ship Cove #6882AA
RGB
CMYK
RGB Variations
Color information
#6882AA (or 0x6882AA) is known color: Ship Cove. HEX triplet: 68, 82 and AA. RGB value is (104,130,170). Sum of RGB (Red+Green+Blue) = 104+130+170=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #6882AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6882AA is #977D55. Grayscale: #7E7E7E. Windows color (decimal): -9928022 or 11174504. OLE color: 11174504.
HSL color Cylindrical-coordinate representation of color #6882AA: hue angle of 216.36º degrees, saturation: 0.28, 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 #6882AA is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 130 | 170 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.33 |
| HSL | 216.36º | 0.28% | 0.54% | - |
| HSV(B) | 216.36º | 0.39% | 0.67% | - |
| XYZ | 20.95 | 21.81 | 41.14 | - |
| YUV | 126.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 170 | 0.39 | 0.24 | 0 | 0.33 | 216.36 | 0.28 | 0.54 |
| Hex | 68 | 82 | AA | 27 | 18 | 0 | 21 | D8 | 1C | 36 |
| Octal | 150 | 202 | 252 | 47 | 30 | 0 | 41 | 330 | 34 | 66 |
| Binary | 1101000 | 10000010 | 10101010 | 100111 | 11000 | 0 | 100001 | 11011000 | 11100 | 110110 |
Color Harmonies of #6882AA
Complementary color
Monochromatic Colors of #6882AA
Black with #6882AA
Text Example
Text Example
White with #6882AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882AA; }
p { color: rgb(104,130,170); }
H1.HeaderClassName
{
color: #6882AA;
}
.AnyTagClassName
{
color: #6882AA;
}
</style>
background-color css
<style>
a { background-color: #6882AA; }
a { background-color: rgb(104,130,170); }
div.DivClassName
{
background-color: #6882AA;
}
.BgClassName
{
background-color: #6882AA;
}
</style>
border-color css
<style>
span { border-color: #6882AA; }
span { border-color: rgb(104,130,170); }
td.TdClassName
{
border-color: #6882AA;
}
.TagClassName
{
border-color: #6882AA;
}
</style>