Shades of Ship Cove #6E7FAC
Tints of Ship Cove #6E7FAC
RGB
CMYK
RGB Variations
Color information
#6E7FAC (or 0x6E7FAC) is known color: Ship Cove. HEX triplet: 6E, 7F and AC. RGB value is (110,127,172). Sum of RGB (Red+Green+Blue) = 110+127+172=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FAC is #918053. Grayscale: #7E7E7E. Windows color (decimal): -9535572 or 11304814. OLE color: 11304814.
HSL color Cylindrical-coordinate representation of color #6E7FAC: hue angle of 223.55º 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 #6E7FAC is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 127 | 172 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.33 |
| HSL | 223.55º | 0.27% | 0.55% | - |
| HSV(B) | 223.55º | 0.36% | 0.67% | - |
| XYZ | 21.47 | 21.47 | 42.04 | - |
| YUV | 127.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 172 | 0.36 | 0.26 | 0 | 0.33 | 223.55 | 0.27 | 0.55 |
| Hex | 6E | 7F | AC | 24 | 1A | 0 | 21 | E0 | 1B | 37 |
| Octal | 156 | 177 | 254 | 44 | 32 | 0 | 41 | 340 | 33 | 67 |
| Binary | 1101110 | 1111111 | 10101100 | 100100 | 11010 | 0 | 100001 | 11100000 | 11011 | 110111 |
Color Harmonies of #6E7FAC
Complementary color
Monochromatic Colors of #6E7FAC
Black with #6E7FAC
Text Example
Text Example
White with #6E7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FAC; }
p { color: rgb(110,127,172); }
H1.HeaderClassName
{
color: #6E7FAC;
}
.AnyTagClassName
{
color: #6E7FAC;
}
</style>
background-color css
<style>
a { background-color: #6E7FAC; }
a { background-color: rgb(110,127,172); }
div.DivClassName
{
background-color: #6E7FAC;
}
.BgClassName
{
background-color: #6E7FAC;
}
</style>
border-color css
<style>
span { border-color: #6E7FAC; }
span { border-color: rgb(110,127,172); }
td.TdClassName
{
border-color: #6E7FAC;
}
.TagClassName
{
border-color: #6E7FAC;
}
</style>