Shades of Ship Cove #6A84AD
Tints of Ship Cove #6A84AD
RGB
CMYK
RGB Variations
Color information
#6A84AD (or 0x6A84AD) is known color: Ship Cove. HEX triplet: 6A, 84 and AD. RGB value is (106,132,173). Sum of RGB (Red+Green+Blue) = 106+132+173=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A84AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A84AD is #957B52. Grayscale: #808080. Windows color (decimal): -9796435 or 11371626. OLE color: 11371626.
HSL color Cylindrical-coordinate representation of color #6A84AD: hue angle of 216.72º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A84AD is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 132 | 173 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.32 |
| HSL | 216.72º | 0.29% | 0.55% | - |
| HSV(B) | 216.72º | 0.39% | 0.68% | - |
| XYZ | 21.74 | 22.58 | 42.75 | - |
| YUV | 128.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 132 | 173 | 0.39 | 0.24 | 0 | 0.32 | 216.72 | 0.29 | 0.55 |
| Hex | 6A | 84 | AD | 27 | 18 | 0 | 20 | D9 | 1D | 37 |
| Octal | 152 | 204 | 255 | 47 | 30 | 0 | 40 | 331 | 35 | 67 |
| Binary | 1101010 | 10000100 | 10101101 | 100111 | 11000 | 0 | 100000 | 11011001 | 11101 | 110111 |
Color Harmonies of #6A84AD
Complementary color
Monochromatic Colors of #6A84AD
Black with #6A84AD
Text Example
Text Example
White with #6A84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A84AD; }
p { color: rgb(106,132,173); }
H1.HeaderClassName
{
color: #6A84AD;
}
.AnyTagClassName
{
color: #6A84AD;
}
</style>
background-color css
<style>
a { background-color: #6A84AD; }
a { background-color: rgb(106,132,173); }
div.DivClassName
{
background-color: #6A84AD;
}
.BgClassName
{
background-color: #6A84AD;
}
</style>
border-color css
<style>
span { border-color: #6A84AD; }
span { border-color: rgb(106,132,173); }
td.TdClassName
{
border-color: #6A84AD;
}
.TagClassName
{
border-color: #6A84AD;
}
</style>