Shades of Neptune #6DA1AF
Tints of Neptune #6DA1AF
RGB
CMYK
RGB Variations
Color information
#6DA1AF (or 0x6DA1AF) is known color: Neptune. HEX triplet: 6D, A1 and AF. RGB value is (109,161,175). Sum of RGB (Red+Green+Blue) = 109+161+175=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #6DA1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA1AF is #925E50. Grayscale: #929292. Windows color (decimal): -9592401 or 11510125. OLE color: 11510125.
HSL color Cylindrical-coordinate representation of color #6DA1AF: hue angle of 192.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DA1AF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 161 | 175 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.31 |
| HSL | 192.73º | 0.29% | 0.56% | - |
| HSV(B) | 192.73º | 0.38% | 0.69% | - |
| XYZ | 26.79 | 31.84 | 45.29 | - |
| YUV | 147.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 175 | 0.38 | 0.08 | 0 | 0.31 | 192.73 | 0.29 | 0.56 |
| Hex | 6D | A1 | AF | 26 | 8 | 0 | 1F | C1 | 1D | 38 |
| Octal | 155 | 241 | 257 | 46 | 10 | 0 | 37 | 301 | 35 | 70 |
| Binary | 1101101 | 10100001 | 10101111 | 100110 | 1000 | 0 | 11111 | 11000001 | 11101 | 111000 |
Color Harmonies of #6DA1AF
Complementary color
Monochromatic Colors of #6DA1AF
Black with #6DA1AF
Text Example
Text Example
White with #6DA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA1AF; }
p { color: rgb(109,161,175); }
H1.HeaderClassName
{
color: #6DA1AF;
}
.AnyTagClassName
{
color: #6DA1AF;
}
</style>
background-color css
<style>
a { background-color: #6DA1AF; }
a { background-color: rgb(109,161,175); }
div.DivClassName
{
background-color: #6DA1AF;
}
.BgClassName
{
background-color: #6DA1AF;
}
</style>
border-color css
<style>
span { border-color: #6DA1AF; }
span { border-color: rgb(109,161,175); }
td.TdClassName
{
border-color: #6DA1AF;
}
.TagClassName
{
border-color: #6DA1AF;
}
</style>