Shades of Neptune #6DA6AD
Tints of Neptune #6DA6AD
RGB
CMYK
RGB Variations
Color information
#6DA6AD (or 0x6DA6AD) is known color: Neptune. HEX triplet: 6D, A6 and AD. RGB value is (109,166,173). Sum of RGB (Red+Green+Blue) = 109+166+173=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #6DA6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA6AD is #925952. Grayscale: #959595. Windows color (decimal): -9591123 or 11380333. OLE color: 11380333.
HSL color Cylindrical-coordinate representation of color #6DA6AD: hue angle of 186.56º 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 #6DA6AD is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 166 | 173 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.32 |
| HSL | 186.56º | 0.28% | 0.55% | - |
| HSV(B) | 186.56º | 0.37% | 0.68% | - |
| XYZ | 27.49 | 33.54 | 44.56 | - |
| YUV | 149.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 173 | 0.37 | 0.04 | 0 | 0.32 | 186.56 | 0.28 | 0.55 |
| Hex | 6D | A6 | AD | 25 | 4 | 0 | 20 | BB | 1C | 37 |
| Octal | 155 | 246 | 255 | 45 | 4 | 0 | 40 | 273 | 34 | 67 |
| Binary | 1101101 | 10100110 | 10101101 | 100101 | 100 | 0 | 100000 | 10111011 | 11100 | 110111 |
Color Harmonies of #6DA6AD
Complementary color
Monochromatic Colors of #6DA6AD
Black with #6DA6AD
Text Example
Text Example
White with #6DA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6AD; }
p { color: rgb(109,166,173); }
H1.HeaderClassName
{
color: #6DA6AD;
}
.AnyTagClassName
{
color: #6DA6AD;
}
</style>
background-color css
<style>
a { background-color: #6DA6AD; }
a { background-color: rgb(109,166,173); }
div.DivClassName
{
background-color: #6DA6AD;
}
.BgClassName
{
background-color: #6DA6AD;
}
</style>
border-color css
<style>
span { border-color: #6DA6AD; }
span { border-color: rgb(109,166,173); }
td.TdClassName
{
border-color: #6DA6AD;
}
.TagClassName
{
border-color: #6DA6AD;
}
</style>