Shades of Ship Cove #6E8AAE
Tints of Ship Cove #6E8AAE
RGB
CMYK
RGB Variations
Color information
#6E8AAE (or 0x6E8AAE) is known color: Ship Cove. HEX triplet: 6E, 8A and AE. RGB value is (110,138,174). Sum of RGB (Red+Green+Blue) = 110+138+174=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8AAE is #917551. Grayscale: #858585. Windows color (decimal): -9532754 or 11438702. OLE color: 11438702.
HSL color Cylindrical-coordinate representation of color #6E8AAE: hue angle of 213.75º 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 #6E8AAE is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 138 | 174 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.32 |
| HSL | 213.75º | 0.28% | 0.56% | - |
| HSV(B) | 213.75º | 0.37% | 0.68% | - |
| XYZ | 23.16 | 24.55 | 43.56 | - |
| YUV | 133.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 174 | 0.37 | 0.21 | 0 | 0.32 | 213.75 | 0.28 | 0.56 |
| Hex | 6E | 8A | AE | 25 | 15 | 0 | 20 | D6 | 1C | 38 |
| Octal | 156 | 212 | 256 | 45 | 25 | 0 | 40 | 326 | 34 | 70 |
| Binary | 1101110 | 10001010 | 10101110 | 100101 | 10101 | 0 | 100000 | 11010110 | 11100 | 111000 |
Color Harmonies of #6E8AAE
Complementary color
Monochromatic Colors of #6E8AAE
Black with #6E8AAE
Text Example
Text Example
White with #6E8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8AAE; }
p { color: rgb(110,138,174); }
H1.HeaderClassName
{
color: #6E8AAE;
}
.AnyTagClassName
{
color: #6E8AAE;
}
</style>
background-color css
<style>
a { background-color: #6E8AAE; }
a { background-color: rgb(110,138,174); }
div.DivClassName
{
background-color: #6E8AAE;
}
.BgClassName
{
background-color: #6E8AAE;
}
</style>
border-color css
<style>
span { border-color: #6E8AAE; }
span { border-color: rgb(110,138,174); }
td.TdClassName
{
border-color: #6E8AAE;
}
.TagClassName
{
border-color: #6E8AAE;
}
</style>