Shades of Ship Cove #6C86AE
Tints of Ship Cove #6C86AE
RGB
CMYK
RGB Variations
Color information
#6C86AE (or 0x6C86AE) is known color: Ship Cove. HEX triplet: 6C, 86 and AE. RGB value is (108,134,174). Sum of RGB (Red+Green+Blue) = 108+134+174=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C86AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C86AE is #937951. Grayscale: #828282. Windows color (decimal): -9664850 or 11437676. OLE color: 11437676.
HSL color Cylindrical-coordinate representation of color #6C86AE: hue angle of 216.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C86AE is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 134 | 174 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.32 |
| HSL | 216.36º | 0.29% | 0.55% | - |
| HSV(B) | 216.36º | 0.38% | 0.68% | - |
| XYZ | 22.35 | 23.29 | 43.36 | - |
| YUV | 130.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 174 | 0.38 | 0.23 | 0 | 0.32 | 216.36 | 0.29 | 0.55 |
| Hex | 6C | 86 | AE | 26 | 17 | 0 | 20 | D8 | 1D | 37 |
| Octal | 154 | 206 | 256 | 46 | 27 | 0 | 40 | 330 | 35 | 67 |
| Binary | 1101100 | 10000110 | 10101110 | 100110 | 10111 | 0 | 100000 | 11011000 | 11101 | 110111 |
Color Harmonies of #6C86AE
Complementary color
Monochromatic Colors of #6C86AE
Black with #6C86AE
Text Example
Text Example
White with #6C86AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C86AE; }
p { color: rgb(108,134,174); }
H1.HeaderClassName
{
color: #6C86AE;
}
.AnyTagClassName
{
color: #6C86AE;
}
</style>
background-color css
<style>
a { background-color: #6C86AE; }
a { background-color: rgb(108,134,174); }
div.DivClassName
{
background-color: #6C86AE;
}
.BgClassName
{
background-color: #6C86AE;
}
</style>
border-color css
<style>
span { border-color: #6C86AE; }
span { border-color: rgb(108,134,174); }
td.TdClassName
{
border-color: #6C86AE;
}
.TagClassName
{
border-color: #6C86AE;
}
</style>