Shades of Neptune #6EACAD
Tints of Neptune #6EACAD
RGB
CMYK
RGB Variations
Color information
#6EACAD (or 0x6EACAD) is known color: Neptune. HEX triplet: 6E, AC and AD. RGB value is (110,172,173). Sum of RGB (Red+Green+Blue) = 110+172+173=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #6EACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAD is #915352. Grayscale: #999999. Windows color (decimal): -9524051 or 11381870. OLE color: 11381870.
HSL color Cylindrical-coordinate representation of color #6EACAD: hue angle of 180.95º 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 #6EACAD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 172 | 173 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.32 |
| HSL | 180.95º | 0.28% | 0.55% | - |
| HSV(B) | 180.95º | 0.36% | 0.68% | - |
| XYZ | 28.73 | 35.84 | 44.94 | - |
| YUV | 153.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 173 | 0.36 | 0.01 | 0 | 0.32 | 180.95 | 0.28 | 0.55 |
| Hex | 6E | AC | AD | 24 | 1 | 0 | 20 | B5 | 1C | 37 |
| Octal | 156 | 254 | 255 | 44 | 1 | 0 | 40 | 265 | 34 | 67 |
| Binary | 1101110 | 10101100 | 10101101 | 100100 | 1 | 0 | 100000 | 10110101 | 11100 | 110111 |
Color Harmonies of #6EACAD
Complementary color
Monochromatic Colors of #6EACAD
Black with #6EACAD
Text Example
Text Example
White with #6EACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACAD; }
p { color: rgb(110,172,173); }
H1.HeaderClassName
{
color: #6EACAD;
}
.AnyTagClassName
{
color: #6EACAD;
}
</style>
background-color css
<style>
a { background-color: #6EACAD; }
a { background-color: rgb(110,172,173); }
div.DivClassName
{
background-color: #6EACAD;
}
.BgClassName
{
background-color: #6EACAD;
}
</style>
border-color css
<style>
span { border-color: #6EACAD; }
span { border-color: rgb(110,172,173); }
td.TdClassName
{
border-color: #6EACAD;
}
.TagClassName
{
border-color: #6EACAD;
}
</style>