Shades of Neptune #6EA2AD
Tints of Neptune #6EA2AD
RGB
CMYK
RGB Variations
Color information
#6EA2AD (or 0x6EA2AD) is known color: Neptune. HEX triplet: 6E, A2 and AD. RGB value is (110,162,173). Sum of RGB (Red+Green+Blue) = 110+162+173=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #6EA2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA2AD is #915D52. Grayscale: #939393. Windows color (decimal): -9526611 or 11379310. OLE color: 11379310.
HSL color Cylindrical-coordinate representation of color #6EA2AD: hue angle of 190.48º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EA2AD is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 162 | 173 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.32 |
| HSL | 190.48º | 0.28% | 0.55% | - |
| HSV(B) | 190.48º | 0.36% | 0.68% | - |
| XYZ | 26.89 | 32.17 | 44.33 | - |
| YUV | 147.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 173 | 0.36 | 0.06 | 0 | 0.32 | 190.48 | 0.28 | 0.55 |
| Hex | 6E | A2 | AD | 24 | 6 | 0 | 20 | BE | 1C | 37 |
| Octal | 156 | 242 | 255 | 44 | 6 | 0 | 40 | 276 | 34 | 67 |
| Binary | 1101110 | 10100010 | 10101101 | 100100 | 110 | 0 | 100000 | 10111110 | 11100 | 110111 |
Color Harmonies of #6EA2AD
Complementary color
Monochromatic Colors of #6EA2AD
Black with #6EA2AD
Text Example
Text Example
White with #6EA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA2AD; }
p { color: rgb(110,162,173); }
H1.HeaderClassName
{
color: #6EA2AD;
}
.AnyTagClassName
{
color: #6EA2AD;
}
</style>
background-color css
<style>
a { background-color: #6EA2AD; }
a { background-color: rgb(110,162,173); }
div.DivClassName
{
background-color: #6EA2AD;
}
.BgClassName
{
background-color: #6EA2AD;
}
</style>
border-color css
<style>
span { border-color: #6EA2AD; }
span { border-color: rgb(110,162,173); }
td.TdClassName
{
border-color: #6EA2AD;
}
.TagClassName
{
border-color: #6EA2AD;
}
</style>