Shades of Ship Cove #6D86B0
Tints of Ship Cove #6D86B0
RGB
CMYK
RGB Variations
Color information
#6D86B0 (or 0x6D86B0) is known color: Ship Cove. HEX triplet: 6D, 86 and B0. RGB value is (109,134,176). Sum of RGB (Red+Green+Blue) = 109+134+176=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D86B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D86B0 is #92794F. Grayscale: #838383. Windows color (decimal): -9599312 or 11568749. OLE color: 11568749.
HSL color Cylindrical-coordinate representation of color #6D86B0: hue angle of 217.61º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D86B0 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 134 | 176 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.31 |
| HSL | 217.61º | 0.3% | 0.56% | - |
| HSV(B) | 217.61º | 0.38% | 0.69% | - |
| XYZ | 22.67 | 23.44 | 44.4 | - |
| YUV | 131.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 176 | 0.38 | 0.24 | 0 | 0.31 | 217.61 | 0.3 | 0.56 |
| Hex | 6D | 86 | B0 | 26 | 18 | 0 | 1F | DA | 1E | 38 |
| Octal | 155 | 206 | 260 | 46 | 30 | 0 | 37 | 332 | 36 | 70 |
| Binary | 1101101 | 10000110 | 10110000 | 100110 | 11000 | 0 | 11111 | 11011010 | 11110 | 111000 |
Color Harmonies of #6D86B0
Complementary color
Monochromatic Colors of #6D86B0
Black with #6D86B0
Text Example
Text Example
White with #6D86B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D86B0; }
p { color: rgb(109,134,176); }
H1.HeaderClassName
{
color: #6D86B0;
}
.AnyTagClassName
{
color: #6D86B0;
}
</style>
background-color css
<style>
a { background-color: #6D86B0; }
a { background-color: rgb(109,134,176); }
div.DivClassName
{
background-color: #6D86B0;
}
.BgClassName
{
background-color: #6D86B0;
}
</style>
border-color css
<style>
span { border-color: #6D86B0; }
span { border-color: rgb(109,134,176); }
td.TdClassName
{
border-color: #6D86B0;
}
.TagClassName
{
border-color: #6D86B0;
}
</style>