Shades of Neptune #6DA6AA
Tints of Neptune #6DA6AA
RGB
CMYK
RGB Variations
Color information
#6DA6AA (or 0x6DA6AA) is known color: Neptune. HEX triplet: 6D, A6 and AA. RGB value is (109,166,170). Sum of RGB (Red+Green+Blue) = 109+166+170=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #6DA6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA6AA is #925955. Grayscale: #959595. Windows color (decimal): -9591126 or 11183725. OLE color: 11183725.
HSL color Cylindrical-coordinate representation of color #6DA6AA: hue angle of 183.93º 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 #6DA6AA is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 166 | 170 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.33 |
| HSL | 183.93º | 0.26% | 0.55% | - |
| HSV(B) | 183.93º | 0.36% | 0.67% | - |
| XYZ | 27.2 | 33.43 | 43.05 | - |
| YUV | 149.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 170 | 0.36 | 0.02 | 0 | 0.33 | 183.93 | 0.26 | 0.55 |
| Hex | 6D | A6 | AA | 24 | 2 | 0 | 21 | B8 | 1A | 37 |
| Octal | 155 | 246 | 252 | 44 | 2 | 0 | 41 | 270 | 32 | 67 |
| Binary | 1101101 | 10100110 | 10101010 | 100100 | 10 | 0 | 100001 | 10111000 | 11010 | 110111 |
Color Harmonies of #6DA6AA
Complementary color
Monochromatic Colors of #6DA6AA
Black with #6DA6AA
Text Example
Text Example
White with #6DA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6AA; }
p { color: rgb(109,166,170); }
H1.HeaderClassName
{
color: #6DA6AA;
}
.AnyTagClassName
{
color: #6DA6AA;
}
</style>
background-color css
<style>
a { background-color: #6DA6AA; }
a { background-color: rgb(109,166,170); }
div.DivClassName
{
background-color: #6DA6AA;
}
.BgClassName
{
background-color: #6DA6AA;
}
</style>
border-color css
<style>
span { border-color: #6DA6AA; }
span { border-color: rgb(109,166,170); }
td.TdClassName
{
border-color: #6DA6AA;
}
.TagClassName
{
border-color: #6DA6AA;
}
</style>