Shades of Ship Cove #6E7AA3
Tints of Ship Cove #6E7AA3
RGB
CMYK
RGB Variations
Color information
#6E7AA3 (or 0x6E7AA3) is known color: Ship Cove. HEX triplet: 6E, 7A and A3. RGB value is (110,122,163). Sum of RGB (Red+Green+Blue) = 110+122+163=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E7AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7AA3 is #91855C. Grayscale: #7A7A7A. Windows color (decimal): -9536861 or 10713710. OLE color: 10713710.
HSL color Cylindrical-coordinate representation of color #6E7AA3: hue angle of 226.42º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E7AA3 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 122 | 163 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.36 |
| HSL | 226.42º | 0.22% | 0.54% | - |
| HSV(B) | 226.42º | 0.33% | 0.64% | - |
| XYZ | 20 | 19.88 | 37.43 | - |
| YUV | 123.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 163 | 0.33 | 0.25 | 0 | 0.36 | 226.42 | 0.22 | 0.54 |
| Hex | 6E | 7A | A3 | 21 | 19 | 0 | 24 | E2 | 16 | 36 |
| Octal | 156 | 172 | 243 | 41 | 31 | 0 | 44 | 342 | 26 | 66 |
| Binary | 1101110 | 1111010 | 10100011 | 100001 | 11001 | 0 | 100100 | 11100010 | 10110 | 110110 |
Color Harmonies of #6E7AA3
Complementary color
Monochromatic Colors of #6E7AA3
Black with #6E7AA3
Text Example
Text Example
White with #6E7AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7AA3; }
p { color: rgb(110,122,163); }
H1.HeaderClassName
{
color: #6E7AA3;
}
.AnyTagClassName
{
color: #6E7AA3;
}
</style>
background-color css
<style>
a { background-color: #6E7AA3; }
a { background-color: rgb(110,122,163); }
div.DivClassName
{
background-color: #6E7AA3;
}
.BgClassName
{
background-color: #6E7AA3;
}
</style>
border-color css
<style>
span { border-color: #6E7AA3; }
span { border-color: rgb(110,122,163); }
td.TdClassName
{
border-color: #6E7AA3;
}
.TagClassName
{
border-color: #6E7AA3;
}
</style>