Shades of Neptune #6DA4AA
Tints of Neptune #6DA4AA
RGB
CMYK
RGB Variations
Color information
#6DA4AA (or 0x6DA4AA) is known color: Neptune. HEX triplet: 6D, A4 and AA. RGB value is (109,164,170). Sum of RGB (Red+Green+Blue) = 109+164+170=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #6DA4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA4AA is #925B55. Grayscale: #949494. Windows color (decimal): -9591638 or 11183213. OLE color: 11183213.
HSL color Cylindrical-coordinate representation of color #6DA4AA: hue angle of 185.9º degrees, saturation: 0.26, 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 #6DA4AA is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 164 | 170 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.33 |
| HSL | 185.9º | 0.26% | 0.55% | - |
| HSV(B) | 185.9º | 0.36% | 0.67% | - |
| XYZ | 26.84 | 32.7 | 42.93 | - |
| YUV | 148.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 170 | 0.36 | 0.04 | 0 | 0.33 | 185.9 | 0.26 | 0.55 |
| Hex | 6D | A4 | AA | 24 | 4 | 0 | 21 | BA | 1A | 37 |
| Octal | 155 | 244 | 252 | 44 | 4 | 0 | 41 | 272 | 32 | 67 |
| Binary | 1101101 | 10100100 | 10101010 | 100100 | 100 | 0 | 100001 | 10111010 | 11010 | 110111 |
Color Harmonies of #6DA4AA
Complementary color
Monochromatic Colors of #6DA4AA
Black with #6DA4AA
Text Example
Text Example
White with #6DA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4AA; }
p { color: rgb(109,164,170); }
H1.HeaderClassName
{
color: #6DA4AA;
}
.AnyTagClassName
{
color: #6DA4AA;
}
</style>
background-color css
<style>
a { background-color: #6DA4AA; }
a { background-color: rgb(109,164,170); }
div.DivClassName
{
background-color: #6DA4AA;
}
.BgClassName
{
background-color: #6DA4AA;
}
</style>
border-color css
<style>
span { border-color: #6DA4AA; }
span { border-color: rgb(109,164,170); }
td.TdClassName
{
border-color: #6DA4AA;
}
.TagClassName
{
border-color: #6DA4AA;
}
</style>