Shades of Ship Cove #6E8BAE
Tints of Ship Cove #6E8BAE
RGB
CMYK
RGB Variations
Color information
#6E8BAE (or 0x6E8BAE) is known color: Ship Cove. HEX triplet: 6E, 8B and AE. RGB value is (110,139,174). Sum of RGB (Red+Green+Blue) = 110+139+174=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8BAE is #917451. Grayscale: #868686. Windows color (decimal): -9532498 or 11438958. OLE color: 11438958.
HSL color Cylindrical-coordinate representation of color #6E8BAE: hue angle of 212.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E8BAE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 139 | 174 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.32 |
| HSL | 212.81º | 0.28% | 0.56% | - |
| HSV(B) | 212.81º | 0.37% | 0.68% | - |
| XYZ | 23.3 | 24.84 | 43.61 | - |
| YUV | 134.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 174 | 0.37 | 0.20 | 0 | 0.32 | 212.81 | 0.28 | 0.56 |
| Hex | 6E | 8B | AE | 25 | 14 | 0 | 20 | D5 | 1C | 38 |
| Octal | 156 | 213 | 256 | 45 | 24 | 0 | 40 | 325 | 34 | 70 |
| Binary | 1101110 | 10001011 | 10101110 | 100101 | 10100 | 0 | 100000 | 11010101 | 11100 | 111000 |
Color Harmonies of #6E8BAE
Complementary color
Monochromatic Colors of #6E8BAE
Black with #6E8BAE
Text Example
Text Example
White with #6E8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8BAE; }
p { color: rgb(110,139,174); }
H1.HeaderClassName
{
color: #6E8BAE;
}
.AnyTagClassName
{
color: #6E8BAE;
}
</style>
background-color css
<style>
a { background-color: #6E8BAE; }
a { background-color: rgb(110,139,174); }
div.DivClassName
{
background-color: #6E8BAE;
}
.BgClassName
{
background-color: #6E8BAE;
}
</style>
border-color css
<style>
span { border-color: #6E8BAE; }
span { border-color: rgb(110,139,174); }
td.TdClassName
{
border-color: #6E8BAE;
}
.TagClassName
{
border-color: #6E8BAE;
}
</style>