Shades of Neptune #6DA8AA
Tints of Neptune #6DA8AA
RGB
CMYK
RGB Variations
Color information
#6DA8AA (or 0x6DA8AA) is known color: Neptune. HEX triplet: 6D, A8 and AA. RGB value is (109,168,170). Sum of RGB (Red+Green+Blue) = 109+168+170=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #6DA8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA8AA is #925755. Grayscale: #969696. Windows color (decimal): -9590614 or 11184237. OLE color: 11184237.
HSL color Cylindrical-coordinate representation of color #6DA8AA: hue angle of 181.97º 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 #6DA8AA is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 168 | 170 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.33 |
| HSL | 181.97º | 0.26% | 0.55% | - |
| HSV(B) | 181.97º | 0.36% | 0.67% | - |
| XYZ | 27.57 | 34.16 | 43.17 | - |
| YUV | 150.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 170 | 0.36 | 0.01 | 0 | 0.33 | 181.97 | 0.26 | 0.55 |
| Hex | 6D | A8 | AA | 24 | 1 | 0 | 21 | B6 | 1A | 37 |
| Octal | 155 | 250 | 252 | 44 | 1 | 0 | 41 | 266 | 32 | 67 |
| Binary | 1101101 | 10101000 | 10101010 | 100100 | 1 | 0 | 100001 | 10110110 | 11010 | 110111 |
Color Harmonies of #6DA8AA
Complementary color
Monochromatic Colors of #6DA8AA
Black with #6DA8AA
Text Example
Text Example
White with #6DA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA8AA; }
p { color: rgb(109,168,170); }
H1.HeaderClassName
{
color: #6DA8AA;
}
.AnyTagClassName
{
color: #6DA8AA;
}
</style>
background-color css
<style>
a { background-color: #6DA8AA; }
a { background-color: rgb(109,168,170); }
div.DivClassName
{
background-color: #6DA8AA;
}
.BgClassName
{
background-color: #6DA8AA;
}
</style>
border-color css
<style>
span { border-color: #6DA8AA; }
span { border-color: rgb(109,168,170); }
td.TdClassName
{
border-color: #6DA8AA;
}
.TagClassName
{
border-color: #6DA8AA;
}
</style>