Shades of Neptune #6E9EAC
Tints of Neptune #6E9EAC
RGB
CMYK
RGB Variations
Color information
#6E9EAC (or 0x6E9EAC) is known color: Neptune. HEX triplet: 6E, 9E and AC. RGB value is (110,158,172). Sum of RGB (Red+Green+Blue) = 110+158+172=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E9EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9EAC is #916153. Grayscale: #919191. Windows color (decimal): -9527636 or 11312750. OLE color: 11312750.
HSL color Cylindrical-coordinate representation of color #6E9EAC: hue angle of 193.55º 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 #6E9EAC is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 158 | 172 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.33 |
| HSL | 193.55º | 0.27% | 0.55% | - |
| HSV(B) | 193.55º | 0.36% | 0.67% | - |
| XYZ | 26.1 | 30.75 | 43.59 | - |
| YUV | 145.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 172 | 0.36 | 0.08 | 0 | 0.33 | 193.55 | 0.27 | 0.55 |
| Hex | 6E | 9E | AC | 24 | 8 | 0 | 21 | C2 | 1B | 37 |
| Octal | 156 | 236 | 254 | 44 | 10 | 0 | 41 | 302 | 33 | 67 |
| Binary | 1101110 | 10011110 | 10101100 | 100100 | 1000 | 0 | 100001 | 11000010 | 11011 | 110111 |
Color Harmonies of #6E9EAC
Complementary color
Monochromatic Colors of #6E9EAC
Black with #6E9EAC
Text Example
Text Example
White with #6E9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9EAC; }
p { color: rgb(110,158,172); }
H1.HeaderClassName
{
color: #6E9EAC;
}
.AnyTagClassName
{
color: #6E9EAC;
}
</style>
background-color css
<style>
a { background-color: #6E9EAC; }
a { background-color: rgb(110,158,172); }
div.DivClassName
{
background-color: #6E9EAC;
}
.BgClassName
{
background-color: #6E9EAC;
}
</style>
border-color css
<style>
span { border-color: #6E9EAC; }
span { border-color: rgb(110,158,172); }
td.TdClassName
{
border-color: #6E9EAC;
}
.TagClassName
{
border-color: #6E9EAC;
}
</style>