Shades of Ship Cove #6D86AD
Tints of Ship Cove #6D86AD
RGB
CMYK
RGB Variations
Color information
#6D86AD (or 0x6D86AD) is known color: Ship Cove. HEX triplet: 6D, 86 and AD. RGB value is (109,134,173). Sum of RGB (Red+Green+Blue) = 109+134+173=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D86AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D86AD is #927952. Grayscale: #828282. Windows color (decimal): -9599315 or 11372141. OLE color: 11372141.
HSL color Cylindrical-coordinate representation of color #6D86AD: hue angle of 216.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D86AD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 134 | 173 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.32 |
| HSL | 216.56º | 0.28% | 0.55% | - |
| HSV(B) | 216.56º | 0.37% | 0.68% | - |
| XYZ | 22.37 | 23.32 | 42.86 | - |
| YUV | 130.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 173 | 0.37 | 0.23 | 0 | 0.32 | 216.56 | 0.28 | 0.55 |
| Hex | 6D | 86 | AD | 25 | 17 | 0 | 20 | D9 | 1C | 37 |
| Octal | 155 | 206 | 255 | 45 | 27 | 0 | 40 | 331 | 34 | 67 |
| Binary | 1101101 | 10000110 | 10101101 | 100101 | 10111 | 0 | 100000 | 11011001 | 11100 | 110111 |
Color Harmonies of #6D86AD
Complementary color
Monochromatic Colors of #6D86AD
Black with #6D86AD
Text Example
Text Example
White with #6D86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D86AD; }
p { color: rgb(109,134,173); }
H1.HeaderClassName
{
color: #6D86AD;
}
.AnyTagClassName
{
color: #6D86AD;
}
</style>
background-color css
<style>
a { background-color: #6D86AD; }
a { background-color: rgb(109,134,173); }
div.DivClassName
{
background-color: #6D86AD;
}
.BgClassName
{
background-color: #6D86AD;
}
</style>
border-color css
<style>
span { border-color: #6D86AD; }
span { border-color: rgb(109,134,173); }
td.TdClassName
{
border-color: #6D86AD;
}
.TagClassName
{
border-color: #6D86AD;
}
</style>