Shades of Neptune #6DA1AB
Tints of Neptune #6DA1AB
RGB
CMYK
RGB Variations
Color information
#6DA1AB (or 0x6DA1AB) is known color: Neptune. HEX triplet: 6D, A1 and AB. RGB value is (109,161,171). Sum of RGB (Red+Green+Blue) = 109+161+171=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #6DA1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA1AB is #925E54. Grayscale: #929292. Windows color (decimal): -9592405 or 11247981. OLE color: 11247981.
HSL color Cylindrical-coordinate representation of color #6DA1AB: hue angle of 189.68º 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 #6DA1AB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 161 | 171 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.33 |
| HSL | 189.68º | 0.27% | 0.55% | - |
| HSV(B) | 189.68º | 0.36% | 0.67% | - |
| XYZ | 26.4 | 31.68 | 43.25 | - |
| YUV | 146.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 171 | 0.36 | 0.06 | 0 | 0.33 | 189.68 | 0.27 | 0.55 |
| Hex | 6D | A1 | AB | 24 | 6 | 0 | 21 | BE | 1B | 37 |
| Octal | 155 | 241 | 253 | 44 | 6 | 0 | 41 | 276 | 33 | 67 |
| Binary | 1101101 | 10100001 | 10101011 | 100100 | 110 | 0 | 100001 | 10111110 | 11011 | 110111 |
Color Harmonies of #6DA1AB
Complementary color
Monochromatic Colors of #6DA1AB
Black with #6DA1AB
Text Example
Text Example
White with #6DA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA1AB; }
p { color: rgb(109,161,171); }
H1.HeaderClassName
{
color: #6DA1AB;
}
.AnyTagClassName
{
color: #6DA1AB;
}
</style>
background-color css
<style>
a { background-color: #6DA1AB; }
a { background-color: rgb(109,161,171); }
div.DivClassName
{
background-color: #6DA1AB;
}
.BgClassName
{
background-color: #6DA1AB;
}
</style>
border-color css
<style>
span { border-color: #6DA1AB; }
span { border-color: rgb(109,161,171); }
td.TdClassName
{
border-color: #6DA1AB;
}
.TagClassName
{
border-color: #6DA1AB;
}
</style>