Shades of Ship Cove #6A86AD
Tints of Ship Cove #6A86AD
RGB
CMYK
RGB Variations
Color information
#6A86AD (or 0x6A86AD) is known color: Ship Cove. HEX triplet: 6A, 86 and AD. RGB value is (106,134,173). Sum of RGB (Red+Green+Blue) = 106+134+173=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A86AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A86AD is #957952. Grayscale: #818181. Windows color (decimal): -9795923 or 11372138. OLE color: 11372138.
HSL color Cylindrical-coordinate representation of color #6A86AD: hue angle of 214.93º 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 #6A86AD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 134 | 173 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.32 |
| HSL | 214.93º | 0.29% | 0.55% | - |
| HSV(B) | 214.93º | 0.39% | 0.68% | - |
| XYZ | 22.01 | 23.13 | 42.84 | - |
| YUV | 130.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 173 | 0.39 | 0.23 | 0 | 0.32 | 214.93 | 0.29 | 0.55 |
| Hex | 6A | 86 | AD | 27 | 17 | 0 | 20 | D7 | 1D | 37 |
| Octal | 152 | 206 | 255 | 47 | 27 | 0 | 40 | 327 | 35 | 67 |
| Binary | 1101010 | 10000110 | 10101101 | 100111 | 10111 | 0 | 100000 | 11010111 | 11101 | 110111 |
Color Harmonies of #6A86AD
Complementary color
Monochromatic Colors of #6A86AD
Black with #6A86AD
Text Example
Text Example
White with #6A86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A86AD; }
p { color: rgb(106,134,173); }
H1.HeaderClassName
{
color: #6A86AD;
}
.AnyTagClassName
{
color: #6A86AD;
}
</style>
background-color css
<style>
a { background-color: #6A86AD; }
a { background-color: rgb(106,134,173); }
div.DivClassName
{
background-color: #6A86AD;
}
.BgClassName
{
background-color: #6A86AD;
}
</style>
border-color css
<style>
span { border-color: #6A86AD; }
span { border-color: rgb(106,134,173); }
td.TdClassName
{
border-color: #6A86AD;
}
.TagClassName
{
border-color: #6A86AD;
}
</style>