Shades of Ship Cove #6C86AF
Tints of Ship Cove #6C86AF
RGB
CMYK
RGB Variations
Color information
#6C86AF (or 0x6C86AF) is known color: Ship Cove. HEX triplet: 6C, 86 and AF. RGB value is (108,134,175). Sum of RGB (Red+Green+Blue) = 108+134+175=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C86AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C86AF is #937950. Grayscale: #828282. Windows color (decimal): -9664849 or 11503212. OLE color: 11503212.
HSL color Cylindrical-coordinate representation of color #6C86AF: hue angle of 216.72º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C86AF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 134 | 175 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.31 |
| HSL | 216.72º | 0.3% | 0.55% | - |
| HSV(B) | 216.72º | 0.38% | 0.69% | - |
| XYZ | 22.45 | 23.33 | 43.88 | - |
| YUV | 130.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 175 | 0.38 | 0.23 | 0 | 0.31 | 216.72 | 0.3 | 0.55 |
| Hex | 6C | 86 | AF | 26 | 17 | 0 | 1F | D9 | 1E | 37 |
| Octal | 154 | 206 | 257 | 46 | 27 | 0 | 37 | 331 | 36 | 67 |
| Binary | 1101100 | 10000110 | 10101111 | 100110 | 10111 | 0 | 11111 | 11011001 | 11110 | 110111 |
Color Harmonies of #6C86AF
Complementary color
Monochromatic Colors of #6C86AF
Black with #6C86AF
Text Example
Text Example
White with #6C86AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C86AF; }
p { color: rgb(108,134,175); }
H1.HeaderClassName
{
color: #6C86AF;
}
.AnyTagClassName
{
color: #6C86AF;
}
</style>
background-color css
<style>
a { background-color: #6C86AF; }
a { background-color: rgb(108,134,175); }
div.DivClassName
{
background-color: #6C86AF;
}
.BgClassName
{
background-color: #6C86AF;
}
</style>
border-color css
<style>
span { border-color: #6C86AF; }
span { border-color: rgb(108,134,175); }
td.TdClassName
{
border-color: #6C86AF;
}
.TagClassName
{
border-color: #6C86AF;
}
</style>