Shades of Neptune #6E9EAA
Tints of Neptune #6E9EAA
RGB
CMYK
RGB Variations
Color information
#6E9EAA (or 0x6E9EAA) is known color: Neptune. HEX triplet: 6E, 9E and AA. RGB value is (110,158,170). Sum of RGB (Red+Green+Blue) = 110+158+170=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9EAA is #916155. Grayscale: #909090. Windows color (decimal): -9527638 or 11181678. OLE color: 11181678.
HSL color Cylindrical-coordinate representation of color #6E9EAA: hue angle of 192º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E9EAA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 158 | 170 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.33 |
| HSL | 192º | 0.26% | 0.55% | - |
| HSV(B) | 192º | 0.35% | 0.67% | - |
| XYZ | 25.91 | 30.67 | 42.58 | - |
| YUV | 145.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 170 | 0.35 | 0.07 | 0 | 0.33 | 192 | 0.26 | 0.55 |
| Hex | 6E | 9E | AA | 23 | 7 | 0 | 21 | C0 | 1A | 37 |
| Octal | 156 | 236 | 252 | 43 | 7 | 0 | 41 | 300 | 32 | 67 |
| Binary | 1101110 | 10011110 | 10101010 | 100011 | 111 | 0 | 100001 | 11000000 | 11010 | 110111 |
Color Harmonies of #6E9EAA
Complementary color
Monochromatic Colors of #6E9EAA
Black with #6E9EAA
Text Example
Text Example
White with #6E9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9EAA; }
p { color: rgb(110,158,170); }
H1.HeaderClassName
{
color: #6E9EAA;
}
.AnyTagClassName
{
color: #6E9EAA;
}
</style>
background-color css
<style>
a { background-color: #6E9EAA; }
a { background-color: rgb(110,158,170); }
div.DivClassName
{
background-color: #6E9EAA;
}
.BgClassName
{
background-color: #6E9EAA;
}
</style>
border-color css
<style>
span { border-color: #6E9EAA; }
span { border-color: rgb(110,158,170); }
td.TdClassName
{
border-color: #6E9EAA;
}
.TagClassName
{
border-color: #6E9EAA;
}
</style>