Shades of Ship Cove #6C87AA
Tints of Ship Cove #6C87AA
RGB
CMYK
RGB Variations
Color information
#6C87AA (or 0x6C87AA) is known color: Ship Cove. HEX triplet: 6C, 87 and AA. RGB value is (108,135,170). Sum of RGB (Red+Green+Blue) = 108+135+170=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C87AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C87AA is #937855. Grayscale: #828282. Windows color (decimal): -9664598 or 11175788. OLE color: 11175788.
HSL color Cylindrical-coordinate representation of color #6C87AA: hue angle of 213.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C87AA is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 135 | 170 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.33 |
| HSL | 213.87º | 0.27% | 0.55% | - |
| HSV(B) | 213.87º | 0.36% | 0.67% | - |
| XYZ | 22.1 | 23.42 | 41.39 | - |
| YUV | 130.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 170 | 0.36 | 0.21 | 0 | 0.33 | 213.87 | 0.27 | 0.55 |
| Hex | 6C | 87 | AA | 24 | 15 | 0 | 21 | D6 | 1B | 37 |
| Octal | 154 | 207 | 252 | 44 | 25 | 0 | 41 | 326 | 33 | 67 |
| Binary | 1101100 | 10000111 | 10101010 | 100100 | 10101 | 0 | 100001 | 11010110 | 11011 | 110111 |
Color Harmonies of #6C87AA
Complementary color
Monochromatic Colors of #6C87AA
Black with #6C87AA
Text Example
Text Example
White with #6C87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C87AA; }
p { color: rgb(108,135,170); }
H1.HeaderClassName
{
color: #6C87AA;
}
.AnyTagClassName
{
color: #6C87AA;
}
</style>
background-color css
<style>
a { background-color: #6C87AA; }
a { background-color: rgb(108,135,170); }
div.DivClassName
{
background-color: #6C87AA;
}
.BgClassName
{
background-color: #6C87AA;
}
</style>
border-color css
<style>
span { border-color: #6C87AA; }
span { border-color: rgb(108,135,170); }
td.TdClassName
{
border-color: #6C87AA;
}
.TagClassName
{
border-color: #6C87AA;
}
</style>