Shades of Ship Cove #6C87AB
Tints of Ship Cove #6C87AB
RGB
CMYK
RGB Variations
Color information
#6C87AB (or 0x6C87AB) is known color: Ship Cove. HEX triplet: 6C, 87 and AB. RGB value is (108,135,171). Sum of RGB (Red+Green+Blue) = 108+135+171=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C87AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C87AB is #937854. Grayscale: #828282. Windows color (decimal): -9664597 or 11241324. OLE color: 11241324.
HSL color Cylindrical-coordinate representation of color #6C87AB: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C87AB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 135 | 171 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.33 |
| HSL | 214.29º | 0.27% | 0.55% | - |
| HSV(B) | 214.29º | 0.37% | 0.67% | - |
| XYZ | 22.2 | 23.46 | 41.89 | - |
| YUV | 131.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 171 | 0.37 | 0.21 | 0 | 0.33 | 214.29 | 0.27 | 0.55 |
| Hex | 6C | 87 | AB | 25 | 15 | 0 | 21 | D6 | 1B | 37 |
| Octal | 154 | 207 | 253 | 45 | 25 | 0 | 41 | 326 | 33 | 67 |
| Binary | 1101100 | 10000111 | 10101011 | 100101 | 10101 | 0 | 100001 | 11010110 | 11011 | 110111 |
Color Harmonies of #6C87AB
Complementary color
Monochromatic Colors of #6C87AB
Black with #6C87AB
Text Example
Text Example
White with #6C87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C87AB; }
p { color: rgb(108,135,171); }
H1.HeaderClassName
{
color: #6C87AB;
}
.AnyTagClassName
{
color: #6C87AB;
}
</style>
background-color css
<style>
a { background-color: #6C87AB; }
a { background-color: rgb(108,135,171); }
div.DivClassName
{
background-color: #6C87AB;
}
.BgClassName
{
background-color: #6C87AB;
}
</style>
border-color css
<style>
span { border-color: #6C87AB; }
span { border-color: rgb(108,135,171); }
td.TdClassName
{
border-color: #6C87AB;
}
.TagClassName
{
border-color: #6C87AB;
}
</style>