Shades of Ship Cove #6A83AB
Tints of Ship Cove #6A83AB
RGB
CMYK
RGB Variations
Color information
#6A83AB (or 0x6A83AB) is known color: Ship Cove. HEX triplet: 6A, 83 and AB. RGB value is (106,131,171). Sum of RGB (Red+Green+Blue) = 106+131+171=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A83AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A83AB is #957C54. Grayscale: #7F7F7F. Windows color (decimal): -9796693 or 11240298. OLE color: 11240298.
HSL color Cylindrical-coordinate representation of color #6A83AB: 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 #6A83AB is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 131 | 171 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.33 |
| HSL | 216.92º | 0.28% | 0.54% | - |
| HSV(B) | 216.92º | 0.38% | 0.67% | - |
| XYZ | 21.41 | 22.24 | 41.69 | - |
| YUV | 128.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 171 | 0.38 | 0.23 | 0 | 0.33 | 216.92 | 0.28 | 0.54 |
| Hex | 6A | 83 | AB | 26 | 17 | 0 | 21 | D9 | 1C | 36 |
| Octal | 152 | 203 | 253 | 46 | 27 | 0 | 41 | 331 | 34 | 66 |
| Binary | 1101010 | 10000011 | 10101011 | 100110 | 10111 | 0 | 100001 | 11011001 | 11100 | 110110 |
Color Harmonies of #6A83AB
Complementary color
Monochromatic Colors of #6A83AB
Black with #6A83AB
Text Example
Text Example
White with #6A83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A83AB; }
p { color: rgb(106,131,171); }
H1.HeaderClassName
{
color: #6A83AB;
}
.AnyTagClassName
{
color: #6A83AB;
}
</style>
background-color css
<style>
a { background-color: #6A83AB; }
a { background-color: rgb(106,131,171); }
div.DivClassName
{
background-color: #6A83AB;
}
.BgClassName
{
background-color: #6A83AB;
}
</style>
border-color css
<style>
span { border-color: #6A83AB; }
span { border-color: rgb(106,131,171); }
td.TdClassName
{
border-color: #6A83AB;
}
.TagClassName
{
border-color: #6A83AB;
}
</style>