Shades of Ship Cove #6982AA
Tints of Ship Cove #6982AA
RGB
CMYK
RGB Variations
Color information
#6982AA (or 0x6982AA) is known color: Ship Cove. HEX triplet: 69, 82 and AA. RGB value is (105,130,170). Sum of RGB (Red+Green+Blue) = 105+130+170=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #6982AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6982AA is #967D55. Grayscale: #7E7E7E. Windows color (decimal): -9862486 or 11174505. OLE color: 11174505.
HSL color Cylindrical-coordinate representation of color #6982AA: hue angle of 216.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6982AA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 130 | 170 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.33 |
| HSL | 216.92º | 0.28% | 0.54% | - |
| HSV(B) | 216.92º | 0.38% | 0.67% | - |
| XYZ | 21.06 | 21.87 | 41.14 | - |
| YUV | 127.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 170 | 0.38 | 0.24 | 0 | 0.33 | 216.92 | 0.28 | 0.54 |
| Hex | 69 | 82 | AA | 26 | 18 | 0 | 21 | D9 | 1C | 36 |
| Octal | 151 | 202 | 252 | 46 | 30 | 0 | 41 | 331 | 34 | 66 |
| Binary | 1101001 | 10000010 | 10101010 | 100110 | 11000 | 0 | 100001 | 11011001 | 11100 | 110110 |
Color Harmonies of #6982AA
Complementary color
Monochromatic Colors of #6982AA
Black with #6982AA
Text Example
Text Example
White with #6982AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982AA; }
p { color: rgb(105,130,170); }
H1.HeaderClassName
{
color: #6982AA;
}
.AnyTagClassName
{
color: #6982AA;
}
</style>
background-color css
<style>
a { background-color: #6982AA; }
a { background-color: rgb(105,130,170); }
div.DivClassName
{
background-color: #6982AA;
}
.BgClassName
{
background-color: #6982AA;
}
</style>
border-color css
<style>
span { border-color: #6982AA; }
span { border-color: rgb(105,130,170); }
td.TdClassName
{
border-color: #6982AA;
}
.TagClassName
{
border-color: #6982AA;
}
</style>