Shades of Ship Cove #6E7FAA
Tints of Ship Cove #6E7FAA
RGB
CMYK
RGB Variations
Color information
#6E7FAA (or 0x6E7FAA) is known color: Ship Cove. HEX triplet: 6E, 7F and AA. RGB value is (110,127,170). Sum of RGB (Red+Green+Blue) = 110+127+170=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FAA is #918055. Grayscale: #7E7E7E. Windows color (decimal): -9535574 or 11173742. OLE color: 11173742.
HSL color Cylindrical-coordinate representation of color #6E7FAA: hue angle of 223º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E7FAA is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 127 | 170 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.33 |
| HSL | 223º | 0.26% | 0.55% | - |
| HSV(B) | 223º | 0.35% | 0.67% | - |
| XYZ | 21.28 | 21.4 | 41.04 | - |
| YUV | 126.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 170 | 0.35 | 0.25 | 0 | 0.33 | 223 | 0.26 | 0.55 |
| Hex | 6E | 7F | AA | 23 | 19 | 0 | 21 | DF | 1A | 37 |
| Octal | 156 | 177 | 252 | 43 | 31 | 0 | 41 | 337 | 32 | 67 |
| Binary | 1101110 | 1111111 | 10101010 | 100011 | 11001 | 0 | 100001 | 11011111 | 11010 | 110111 |
Color Harmonies of #6E7FAA
Complementary color
Monochromatic Colors of #6E7FAA
Black with #6E7FAA
Text Example
Text Example
White with #6E7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FAA; }
p { color: rgb(110,127,170); }
H1.HeaderClassName
{
color: #6E7FAA;
}
.AnyTagClassName
{
color: #6E7FAA;
}
</style>
background-color css
<style>
a { background-color: #6E7FAA; }
a { background-color: rgb(110,127,170); }
div.DivClassName
{
background-color: #6E7FAA;
}
.BgClassName
{
background-color: #6E7FAA;
}
</style>
border-color css
<style>
span { border-color: #6E7FAA; }
span { border-color: rgb(110,127,170); }
td.TdClassName
{
border-color: #6E7FAA;
}
.TagClassName
{
border-color: #6E7FAA;
}
</style>