Shades of Ship Cove #6E7BAB
Tints of Ship Cove #6E7BAB
RGB
CMYK
RGB Variations
Color information
#6E7BAB (or 0x6E7BAB) is known color: Ship Cove. HEX triplet: 6E, 7B and AB. RGB value is (110,123,171). Sum of RGB (Red+Green+Blue) = 110+123+171=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7BAB is #918454. Grayscale: #7C7C7C. Windows color (decimal): -9536597 or 11238254. OLE color: 11238254.
HSL color Cylindrical-coordinate representation of color #6E7BAB: hue angle of 227.21º 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 #6E7BAB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 123 | 171 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.33 |
| HSL | 227.21º | 0.27% | 0.55% | - |
| HSV(B) | 227.21º | 0.36% | 0.67% | - |
| XYZ | 20.86 | 20.42 | 41.37 | - |
| YUV | 124.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 171 | 0.36 | 0.28 | 0 | 0.33 | 227.21 | 0.27 | 0.55 |
| Hex | 6E | 7B | AB | 24 | 1C | 0 | 21 | E3 | 1B | 37 |
| Octal | 156 | 173 | 253 | 44 | 34 | 0 | 41 | 343 | 33 | 67 |
| Binary | 1101110 | 1111011 | 10101011 | 100100 | 11100 | 0 | 100001 | 11100011 | 11011 | 110111 |
Color Harmonies of #6E7BAB
Complementary color
Monochromatic Colors of #6E7BAB
Black with #6E7BAB
Text Example
Text Example
White with #6E7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7BAB; }
p { color: rgb(110,123,171); }
H1.HeaderClassName
{
color: #6E7BAB;
}
.AnyTagClassName
{
color: #6E7BAB;
}
</style>
background-color css
<style>
a { background-color: #6E7BAB; }
a { background-color: rgb(110,123,171); }
div.DivClassName
{
background-color: #6E7BAB;
}
.BgClassName
{
background-color: #6E7BAB;
}
</style>
border-color css
<style>
span { border-color: #6E7BAB; }
span { border-color: rgb(110,123,171); }
td.TdClassName
{
border-color: #6E7BAB;
}
.TagClassName
{
border-color: #6E7BAB;
}
</style>