Shades of Neptune #6EA2A8
Tints of Neptune #6EA2A8
RGB
CMYK
RGB Variations
Color information
#6EA2A8 (or 0x6EA2A8) is known color: Neptune. HEX triplet: 6E, A2 and A8. RGB value is (110,162,168). Sum of RGB (Red+Green+Blue) = 110+162+168=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 168 - color contains mainly: blue. Hex color #6EA2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA2A8 is #915D57. Grayscale: #939393. Windows color (decimal): -9526616 or 11051630. OLE color: 11051630.
HSL color Cylindrical-coordinate representation of color #6EA2A8: hue angle of 186.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA2A8 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 162 | 168 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.34 |
| HSL | 186.21º | 0.25% | 0.55% | - |
| HSV(B) | 186.21º | 0.35% | 0.66% | - |
| XYZ | 26.42 | 31.98 | 41.83 | - |
| YUV | 147.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 168 | 0.35 | 0.04 | 0 | 0.34 | 186.21 | 0.25 | 0.55 |
| Hex | 6E | A2 | A8 | 23 | 4 | 0 | 22 | BA | 19 | 37 |
| Octal | 156 | 242 | 250 | 43 | 4 | 0 | 42 | 272 | 31 | 67 |
| Binary | 1101110 | 10100010 | 10101000 | 100011 | 100 | 0 | 100010 | 10111010 | 11001 | 110111 |
Color Harmonies of #6EA2A8
Complementary color
Monochromatic Colors of #6EA2A8
Black with #6EA2A8
Text Example
Text Example
White with #6EA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA2A8; }
p { color: rgb(110,162,168); }
H1.HeaderClassName
{
color: #6EA2A8;
}
.AnyTagClassName
{
color: #6EA2A8;
}
</style>
background-color css
<style>
a { background-color: #6EA2A8; }
a { background-color: rgb(110,162,168); }
div.DivClassName
{
background-color: #6EA2A8;
}
.BgClassName
{
background-color: #6EA2A8;
}
</style>
border-color css
<style>
span { border-color: #6EA2A8; }
span { border-color: rgb(110,162,168); }
td.TdClassName
{
border-color: #6EA2A8;
}
.TagClassName
{
border-color: #6EA2A8;
}
</style>