Shades of Neptune #6EA5AC
Tints of Neptune #6EA5AC
RGB
CMYK
RGB Variations
Color information
#6EA5AC (or 0x6EA5AC) is known color: Neptune. HEX triplet: 6E, A5 and AC. RGB value is (110,165,172). Sum of RGB (Red+Green+Blue) = 110+165+172=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #6EA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA5AC is #915A53. Grayscale: #959595. Windows color (decimal): -9525844 or 11314542. OLE color: 11314542.
HSL color Cylindrical-coordinate representation of color #6EA5AC: hue angle of 186.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EA5AC is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 165 | 172 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.33 |
| HSL | 186.77º | 0.27% | 0.55% | - |
| HSV(B) | 186.77º | 0.36% | 0.67% | - |
| XYZ | 27.33 | 33.2 | 44 | - |
| YUV | 149.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 172 | 0.36 | 0.04 | 0 | 0.33 | 186.77 | 0.27 | 0.55 |
| Hex | 6E | A5 | AC | 24 | 4 | 0 | 21 | BB | 1B | 37 |
| Octal | 156 | 245 | 254 | 44 | 4 | 0 | 41 | 273 | 33 | 67 |
| Binary | 1101110 | 10100101 | 10101100 | 100100 | 100 | 0 | 100001 | 10111011 | 11011 | 110111 |
Color Harmonies of #6EA5AC
Complementary color
Monochromatic Colors of #6EA5AC
Black with #6EA5AC
Text Example
Text Example
White with #6EA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA5AC; }
p { color: rgb(110,165,172); }
H1.HeaderClassName
{
color: #6EA5AC;
}
.AnyTagClassName
{
color: #6EA5AC;
}
</style>
background-color css
<style>
a { background-color: #6EA5AC; }
a { background-color: rgb(110,165,172); }
div.DivClassName
{
background-color: #6EA5AC;
}
.BgClassName
{
background-color: #6EA5AC;
}
</style>
border-color css
<style>
span { border-color: #6EA5AC; }
span { border-color: rgb(110,165,172); }
td.TdClassName
{
border-color: #6EA5AC;
}
.TagClassName
{
border-color: #6EA5AC;
}
</style>