Shades of Neptune #6E9CAA
Tints of Neptune #6E9CAA
RGB
CMYK
RGB Variations
Color information
#6E9CAA (or 0x6E9CAA) is known color: Neptune. HEX triplet: 6E, 9C and AA. RGB value is (110,156,170). Sum of RGB (Red+Green+Blue) = 110+156+170=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9CAA is #916355. Grayscale: #8F8F8F. Windows color (decimal): -9528150 or 11181166. OLE color: 11181166.
HSL color Cylindrical-coordinate representation of color #6E9CAA: hue angle of 194º 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 #6E9CAA is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 156 | 170 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.33 |
| HSL | 194º | 0.26% | 0.55% | - |
| HSV(B) | 194º | 0.35% | 0.67% | - |
| XYZ | 25.57 | 29.99 | 42.47 | - |
| YUV | 143.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 156 | 170 | 0.35 | 0.08 | 0 | 0.33 | 194 | 0.26 | 0.55 |
| Hex | 6E | 9C | AA | 23 | 8 | 0 | 21 | C2 | 1A | 37 |
| Octal | 156 | 234 | 252 | 43 | 10 | 0 | 41 | 302 | 32 | 67 |
| Binary | 1101110 | 10011100 | 10101010 | 100011 | 1000 | 0 | 100001 | 11000010 | 11010 | 110111 |
Color Harmonies of #6E9CAA
Complementary color
Monochromatic Colors of #6E9CAA
Black with #6E9CAA
Text Example
Text Example
White with #6E9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9CAA; }
p { color: rgb(110,156,170); }
H1.HeaderClassName
{
color: #6E9CAA;
}
.AnyTagClassName
{
color: #6E9CAA;
}
</style>
background-color css
<style>
a { background-color: #6E9CAA; }
a { background-color: rgb(110,156,170); }
div.DivClassName
{
background-color: #6E9CAA;
}
.BgClassName
{
background-color: #6E9CAA;
}
</style>
border-color css
<style>
span { border-color: #6E9CAA; }
span { border-color: rgb(110,156,170); }
td.TdClassName
{
border-color: #6E9CAA;
}
.TagClassName
{
border-color: #6E9CAA;
}
</style>