Shades of Neptune #6EA1AF
Tints of Neptune #6EA1AF
RGB
CMYK
RGB Variations
Color information
#6EA1AF (or 0x6EA1AF) is known color: Neptune. HEX triplet: 6E, A1 and AF. RGB value is (110,161,175). Sum of RGB (Red+Green+Blue) = 110+161+175=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #6EA1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA1AF is #915E50. Grayscale: #939393. Windows color (decimal): -9526865 or 11510126. OLE color: 11510126.
HSL color Cylindrical-coordinate representation of color #6EA1AF: hue angle of 192.92º 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 #6EA1AF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 161 | 175 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.31 |
| HSL | 192.92º | 0.29% | 0.56% | - |
| HSV(B) | 192.92º | 0.37% | 0.69% | - |
| XYZ | 26.91 | 31.9 | 45.3 | - |
| YUV | 147.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 175 | 0.37 | 0.08 | 0 | 0.31 | 192.92 | 0.29 | 0.56 |
| Hex | 6E | A1 | AF | 25 | 8 | 0 | 1F | C1 | 1D | 38 |
| Octal | 156 | 241 | 257 | 45 | 10 | 0 | 37 | 301 | 35 | 70 |
| Binary | 1101110 | 10100001 | 10101111 | 100101 | 1000 | 0 | 11111 | 11000001 | 11101 | 111000 |
Color Harmonies of #6EA1AF
Complementary color
Monochromatic Colors of #6EA1AF
Black with #6EA1AF
Text Example
Text Example
White with #6EA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA1AF; }
p { color: rgb(110,161,175); }
H1.HeaderClassName
{
color: #6EA1AF;
}
.AnyTagClassName
{
color: #6EA1AF;
}
</style>
background-color css
<style>
a { background-color: #6EA1AF; }
a { background-color: rgb(110,161,175); }
div.DivClassName
{
background-color: #6EA1AF;
}
.BgClassName
{
background-color: #6EA1AF;
}
</style>
border-color css
<style>
span { border-color: #6EA1AF; }
span { border-color: rgb(110,161,175); }
td.TdClassName
{
border-color: #6EA1AF;
}
.TagClassName
{
border-color: #6EA1AF;
}
</style>