Shades of Ship Cove #6E7FAF
Tints of Ship Cove #6E7FAF
RGB
CMYK
RGB Variations
Color information
#6E7FAF (or 0x6E7FAF) is known color: Ship Cove. HEX triplet: 6E, 7F and AF. RGB value is (110,127,175). Sum of RGB (Red+Green+Blue) = 110+127+175=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7FAF is #918050. Grayscale: #7F7F7F. Windows color (decimal): -9535569 or 11501422. OLE color: 11501422.
HSL color Cylindrical-coordinate representation of color #6E7FAF: hue angle of 224.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E7FAF is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 127 | 175 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.31 |
| HSL | 224.31º | 0.29% | 0.56% | - |
| HSV(B) | 224.31º | 0.37% | 0.69% | - |
| XYZ | 21.76 | 21.59 | 43.58 | - |
| YUV | 127.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 175 | 0.37 | 0.27 | 0 | 0.31 | 224.31 | 0.29 | 0.56 |
| Hex | 6E | 7F | AF | 25 | 1B | 0 | 1F | E0 | 1D | 38 |
| Octal | 156 | 177 | 257 | 45 | 33 | 0 | 37 | 340 | 35 | 70 |
| Binary | 1101110 | 1111111 | 10101111 | 100101 | 11011 | 0 | 11111 | 11100000 | 11101 | 111000 |
Color Harmonies of #6E7FAF
Complementary color
Monochromatic Colors of #6E7FAF
Black with #6E7FAF
Text Example
Text Example
White with #6E7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FAF; }
p { color: rgb(110,127,175); }
H1.HeaderClassName
{
color: #6E7FAF;
}
.AnyTagClassName
{
color: #6E7FAF;
}
</style>
background-color css
<style>
a { background-color: #6E7FAF; }
a { background-color: rgb(110,127,175); }
div.DivClassName
{
background-color: #6E7FAF;
}
.BgClassName
{
background-color: #6E7FAF;
}
</style>
border-color css
<style>
span { border-color: #6E7FAF; }
span { border-color: rgb(110,127,175); }
td.TdClassName
{
border-color: #6E7FAF;
}
.TagClassName
{
border-color: #6E7FAF;
}
</style>