Shades of Neptune #6EA4AF
Tints of Neptune #6EA4AF
RGB
CMYK
RGB Variations
Color information
#6EA4AF (or 0x6EA4AF) is known color: Neptune. HEX triplet: 6E, A4 and AF. RGB value is (110,164,175). Sum of RGB (Red+Green+Blue) = 110+164+175=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #6EA4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA4AF is #915B50. Grayscale: #959595. Windows color (decimal): -9526097 or 11510894. OLE color: 11510894.
HSL color Cylindrical-coordinate representation of color #6EA4AF: hue angle of 190.15º 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 #6EA4AF is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 164 | 175 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.31 |
| HSL | 190.15º | 0.29% | 0.56% | - |
| HSV(B) | 190.15º | 0.37% | 0.69% | - |
| XYZ | 27.44 | 32.96 | 45.47 | - |
| YUV | 149.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 175 | 0.37 | 0.06 | 0 | 0.31 | 190.15 | 0.29 | 0.56 |
| Hex | 6E | A4 | AF | 25 | 6 | 0 | 1F | BE | 1D | 38 |
| Octal | 156 | 244 | 257 | 45 | 6 | 0 | 37 | 276 | 35 | 70 |
| Binary | 1101110 | 10100100 | 10101111 | 100101 | 110 | 0 | 11111 | 10111110 | 11101 | 111000 |
Color Harmonies of #6EA4AF
Complementary color
Monochromatic Colors of #6EA4AF
Black with #6EA4AF
Text Example
Text Example
White with #6EA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA4AF; }
p { color: rgb(110,164,175); }
H1.HeaderClassName
{
color: #6EA4AF;
}
.AnyTagClassName
{
color: #6EA4AF;
}
</style>
background-color css
<style>
a { background-color: #6EA4AF; }
a { background-color: rgb(110,164,175); }
div.DivClassName
{
background-color: #6EA4AF;
}
.BgClassName
{
background-color: #6EA4AF;
}
</style>
border-color css
<style>
span { border-color: #6EA4AF; }
span { border-color: rgb(110,164,175); }
td.TdClassName
{
border-color: #6EA4AF;
}
.TagClassName
{
border-color: #6EA4AF;
}
</style>