Shades of Ship Cove #6D8BB5
Tints of Ship Cove #6D8BB5
RGB
CMYK
RGB Variations
Color information
#6D8BB5 (or 0x6D8BB5) is known color: Ship Cove. HEX triplet: 6D, 8B and B5. RGB value is (109,139,181). Sum of RGB (Red+Green+Blue) = 109+139+181=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D8BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BB5 is #92744A. Grayscale: #868686. Windows color (decimal): -9598027 or 11897709. OLE color: 11897709.
HSL color Cylindrical-coordinate representation of color #6D8BB5: hue angle of 215º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D8BB5 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 139 | 181 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.29 |
| HSL | 215º | 0.33% | 0.57% | - |
| HSV(B) | 215º | 0.4% | 0.71% | - |
| XYZ | 23.88 | 25.05 | 47.29 | - |
| YUV | 134.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 181 | 0.40 | 0.23 | 0 | 0.29 | 215 | 0.33 | 0.57 |
| Hex | 6D | 8B | B5 | 28 | 17 | 0 | 1D | D7 | 21 | 39 |
| Octal | 155 | 213 | 265 | 50 | 27 | 0 | 35 | 327 | 41 | 71 |
| Binary | 1101101 | 10001011 | 10110101 | 101000 | 10111 | 0 | 11101 | 11010111 | 100001 | 111001 |
Color Harmonies of #6D8BB5
Complementary color
Monochromatic Colors of #6D8BB5
Black with #6D8BB5
Text Example
Text Example
White with #6D8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8BB5; }
p { color: rgb(109,139,181); }
H1.HeaderClassName
{
color: #6D8BB5;
}
.AnyTagClassName
{
color: #6D8BB5;
}
</style>
background-color css
<style>
a { background-color: #6D8BB5; }
a { background-color: rgb(109,139,181); }
div.DivClassName
{
background-color: #6D8BB5;
}
.BgClassName
{
background-color: #6D8BB5;
}
</style>
border-color css
<style>
span { border-color: #6D8BB5; }
span { border-color: rgb(109,139,181); }
td.TdClassName
{
border-color: #6D8BB5;
}
.TagClassName
{
border-color: #6D8BB5;
}
</style>