Shades of Neptune #6D9FAD
Tints of Neptune #6D9FAD
RGB
CMYK
RGB Variations
Color information
#6D9FAD (or 0x6D9FAD) is known color: Neptune. HEX triplet: 6D, 9F and AD. RGB value is (109,159,173). Sum of RGB (Red+Green+Blue) = 109+159+173=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D9FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9FAD is #926052. Grayscale: #919191. Windows color (decimal): -9592915 or 11378541. OLE color: 11378541.
HSL color Cylindrical-coordinate representation of color #6D9FAD: hue angle of 193.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D9FAD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 159 | 173 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.32 |
| HSL | 193.13º | 0.28% | 0.55% | - |
| HSV(B) | 193.13º | 0.37% | 0.68% | - |
| XYZ | 26.25 | 31.06 | 44.15 | - |
| YUV | 145.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 173 | 0.37 | 0.08 | 0 | 0.32 | 193.13 | 0.28 | 0.55 |
| Hex | 6D | 9F | AD | 25 | 8 | 0 | 20 | C1 | 1C | 37 |
| Octal | 155 | 237 | 255 | 45 | 10 | 0 | 40 | 301 | 34 | 67 |
| Binary | 1101101 | 10011111 | 10101101 | 100101 | 1000 | 0 | 100000 | 11000001 | 11100 | 110111 |
Color Harmonies of #6D9FAD
Complementary color
Monochromatic Colors of #6D9FAD
Black with #6D9FAD
Text Example
Text Example
White with #6D9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FAD; }
p { color: rgb(109,159,173); }
H1.HeaderClassName
{
color: #6D9FAD;
}
.AnyTagClassName
{
color: #6D9FAD;
}
</style>
background-color css
<style>
a { background-color: #6D9FAD; }
a { background-color: rgb(109,159,173); }
div.DivClassName
{
background-color: #6D9FAD;
}
.BgClassName
{
background-color: #6D9FAD;
}
</style>
border-color css
<style>
span { border-color: #6D9FAD; }
span { border-color: rgb(109,159,173); }
td.TdClassName
{
border-color: #6D9FAD;
}
.TagClassName
{
border-color: #6D9FAD;
}
</style>