Shades of Neptune #6EA5A7
Tints of Neptune #6EA5A7
RGB
CMYK
RGB Variations
Color information
#6EA5A7 (or 0x6EA5A7) is known color: Neptune. HEX triplet: 6E, A5 and A7. RGB value is (110,165,167). Sum of RGB (Red+Green+Blue) = 110+165+167=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 167 - color contains mainly: blue. Hex color #6EA5A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA5A7 is #915A58. Grayscale: #949494. Windows color (decimal): -9525849 or 10986862. OLE color: 10986862.
HSL color Cylindrical-coordinate representation of color #6EA5A7: hue angle of 182.11º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA5A7 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 167 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.35 |
| HSL | 182.11º | 0.24% | 0.54% | - |
| HSV(B) | 182.11º | 0.34% | 0.65% | - |
| XYZ | 26.86 | 33.02 | 41.52 | - |
| YUV | 148.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 167 | 0.34 | 0.01 | 0 | 0.35 | 182.11 | 0.24 | 0.54 |
| Hex | 6E | A5 | A7 | 22 | 1 | 0 | 23 | B6 | 18 | 36 |
| Octal | 156 | 245 | 247 | 42 | 1 | 0 | 43 | 266 | 30 | 66 |
| Binary | 1101110 | 10100101 | 10100111 | 100010 | 1 | 0 | 100011 | 10110110 | 11000 | 110110 |
Color Harmonies of #6EA5A7
Complementary color
Monochromatic Colors of #6EA5A7
Black with #6EA5A7
Text Example
Text Example
White with #6EA5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA5A7; }
p { color: rgb(110,165,167); }
H1.HeaderClassName
{
color: #6EA5A7;
}
.AnyTagClassName
{
color: #6EA5A7;
}
</style>
background-color css
<style>
a { background-color: #6EA5A7; }
a { background-color: rgb(110,165,167); }
div.DivClassName
{
background-color: #6EA5A7;
}
.BgClassName
{
background-color: #6EA5A7;
}
</style>
border-color css
<style>
span { border-color: #6EA5A7; }
span { border-color: rgb(110,165,167); }
td.TdClassName
{
border-color: #6EA5A7;
}
.TagClassName
{
border-color: #6EA5A7;
}
</style>