Shades of Neptune #6D9FA9
Tints of Neptune #6D9FA9
RGB
CMYK
RGB Variations
Color information
#6D9FA9 (or 0x6D9FA9) is known color: Neptune. HEX triplet: 6D, 9F and A9. RGB value is (109,159,169). Sum of RGB (Red+Green+Blue) = 109+159+169=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 169 - color contains mainly: blue. Hex color #6D9FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9FA9 is #926056. Grayscale: #919191. Windows color (decimal): -9592919 or 11116397. OLE color: 11116397.
HSL color Cylindrical-coordinate representation of color #6D9FA9: hue angle of 190º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D9FA9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 159 | 169 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.34 |
| HSL | 190º | 0.26% | 0.55% | - |
| HSV(B) | 190º | 0.36% | 0.66% | - |
| XYZ | 25.87 | 30.91 | 42.14 | - |
| YUV | 145.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 169 | 0.36 | 0.06 | 0 | 0.34 | 190 | 0.26 | 0.55 |
| Hex | 6D | 9F | A9 | 24 | 6 | 0 | 22 | BE | 1A | 37 |
| Octal | 155 | 237 | 251 | 44 | 6 | 0 | 42 | 276 | 32 | 67 |
| Binary | 1101101 | 10011111 | 10101001 | 100100 | 110 | 0 | 100010 | 10111110 | 11010 | 110111 |
Color Harmonies of #6D9FA9
Complementary color
Monochromatic Colors of #6D9FA9
Black with #6D9FA9
Text Example
Text Example
White with #6D9FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FA9; }
p { color: rgb(109,159,169); }
H1.HeaderClassName
{
color: #6D9FA9;
}
.AnyTagClassName
{
color: #6D9FA9;
}
</style>
background-color css
<style>
a { background-color: #6D9FA9; }
a { background-color: rgb(109,159,169); }
div.DivClassName
{
background-color: #6D9FA9;
}
.BgClassName
{
background-color: #6D9FA9;
}
</style>
border-color css
<style>
span { border-color: #6D9FA9; }
span { border-color: rgb(109,159,169); }
td.TdClassName
{
border-color: #6D9FA9;
}
.TagClassName
{
border-color: #6D9FA9;
}
</style>