Shades of Ship Cove #6A85AB
Tints of Ship Cove #6A85AB
RGB
CMYK
RGB Variations
Color information
#6A85AB (or 0x6A85AB) is known color: Ship Cove. HEX triplet: 6A, 85 and AB. RGB value is (106,133,171). Sum of RGB (Red+Green+Blue) = 106+133+171=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A85AB is #957A54. Grayscale: #818181. Windows color (decimal): -9796181 or 11240810. OLE color: 11240810.
HSL color Cylindrical-coordinate representation of color #6A85AB: hue angle of 215.08º 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 #6A85AB is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 133 | 171 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.33 |
| HSL | 215.08º | 0.28% | 0.54% | - |
| HSV(B) | 215.08º | 0.38% | 0.67% | - |
| XYZ | 21.68 | 22.78 | 41.78 | - |
| YUV | 129.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 171 | 0.38 | 0.22 | 0 | 0.33 | 215.08 | 0.28 | 0.54 |
| Hex | 6A | 85 | AB | 26 | 16 | 0 | 21 | D7 | 1C | 36 |
| Octal | 152 | 205 | 253 | 46 | 26 | 0 | 41 | 327 | 34 | 66 |
| Binary | 1101010 | 10000101 | 10101011 | 100110 | 10110 | 0 | 100001 | 11010111 | 11100 | 110110 |
Color Harmonies of #6A85AB
Complementary color
Monochromatic Colors of #6A85AB
Black with #6A85AB
Text Example
Text Example
White with #6A85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A85AB; }
p { color: rgb(106,133,171); }
H1.HeaderClassName
{
color: #6A85AB;
}
.AnyTagClassName
{
color: #6A85AB;
}
</style>
background-color css
<style>
a { background-color: #6A85AB; }
a { background-color: rgb(106,133,171); }
div.DivClassName
{
background-color: #6A85AB;
}
.BgClassName
{
background-color: #6A85AB;
}
</style>
border-color css
<style>
span { border-color: #6A85AB; }
span { border-color: rgb(106,133,171); }
td.TdClassName
{
border-color: #6A85AB;
}
.TagClassName
{
border-color: #6A85AB;
}
</style>