Shades of Ship Cove #6E7FAB
Tints of Ship Cove #6E7FAB
RGB
CMYK
RGB Variations
Color information
#6E7FAB (or 0x6E7FAB) is known color: Ship Cove. HEX triplet: 6E, 7F and AB. RGB value is (110,127,171). Sum of RGB (Red+Green+Blue) = 110+127+171=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FAB is #918054. Grayscale: #7E7E7E. Windows color (decimal): -9535573 or 11239278. OLE color: 11239278.
HSL color Cylindrical-coordinate representation of color #6E7FAB: hue angle of 223.28º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E7FAB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 127 | 171 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.33 |
| HSL | 223.28º | 0.27% | 0.55% | - |
| HSV(B) | 223.28º | 0.36% | 0.67% | - |
| XYZ | 21.37 | 21.43 | 41.54 | - |
| YUV | 126.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 171 | 0.36 | 0.26 | 0 | 0.33 | 223.28 | 0.27 | 0.55 |
| Hex | 6E | 7F | AB | 24 | 1A | 0 | 21 | DF | 1B | 37 |
| Octal | 156 | 177 | 253 | 44 | 32 | 0 | 41 | 337 | 33 | 67 |
| Binary | 1101110 | 1111111 | 10101011 | 100100 | 11010 | 0 | 100001 | 11011111 | 11011 | 110111 |
Color Harmonies of #6E7FAB
Complementary color
Monochromatic Colors of #6E7FAB
Black with #6E7FAB
Text Example
Text Example
White with #6E7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FAB; }
p { color: rgb(110,127,171); }
H1.HeaderClassName
{
color: #6E7FAB;
}
.AnyTagClassName
{
color: #6E7FAB;
}
</style>
background-color css
<style>
a { background-color: #6E7FAB; }
a { background-color: rgb(110,127,171); }
div.DivClassName
{
background-color: #6E7FAB;
}
.BgClassName
{
background-color: #6E7FAB;
}
</style>
border-color css
<style>
span { border-color: #6E7FAB; }
span { border-color: rgb(110,127,171); }
td.TdClassName
{
border-color: #6E7FAB;
}
.TagClassName
{
border-color: #6E7FAB;
}
</style>