Shades of Neptune #6EA8AE
Tints of Neptune #6EA8AE
RGB
CMYK
RGB Variations
Color information
#6EA8AE (or 0x6EA8AE) is known color: Neptune. HEX triplet: 6E, A8 and AE. RGB value is (110,168,174). Sum of RGB (Red+Green+Blue) = 110+168+174=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #6EA8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA8AE is #915751. Grayscale: #979797. Windows color (decimal): -9525074 or 11446382. OLE color: 11446382.
HSL color Cylindrical-coordinate representation of color #6EA8AE: hue angle of 185.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EA8AE is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 168 | 174 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.32 |
| HSL | 185.63º | 0.28% | 0.56% | - |
| HSV(B) | 185.63º | 0.37% | 0.68% | - |
| XYZ | 28.07 | 34.38 | 45.2 | - |
| YUV | 151.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 168 | 174 | 0.37 | 0.03 | 0 | 0.32 | 185.63 | 0.28 | 0.56 |
| Hex | 6E | A8 | AE | 25 | 3 | 0 | 20 | BA | 1C | 38 |
| Octal | 156 | 250 | 256 | 45 | 3 | 0 | 40 | 272 | 34 | 70 |
| Binary | 1101110 | 10101000 | 10101110 | 100101 | 11 | 0 | 100000 | 10111010 | 11100 | 111000 |
Color Harmonies of #6EA8AE
Complementary color
Monochromatic Colors of #6EA8AE
Black with #6EA8AE
Text Example
Text Example
White with #6EA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA8AE; }
p { color: rgb(110,168,174); }
H1.HeaderClassName
{
color: #6EA8AE;
}
.AnyTagClassName
{
color: #6EA8AE;
}
</style>
background-color css
<style>
a { background-color: #6EA8AE; }
a { background-color: rgb(110,168,174); }
div.DivClassName
{
background-color: #6EA8AE;
}
.BgClassName
{
background-color: #6EA8AE;
}
</style>
border-color css
<style>
span { border-color: #6EA8AE; }
span { border-color: rgb(110,168,174); }
td.TdClassName
{
border-color: #6EA8AE;
}
.TagClassName
{
border-color: #6EA8AE;
}
</style>