Shades of Neptune #6AA1AA
Tints of Neptune #6AA1AA
RGB
CMYK
RGB Variations
Color information
#6AA1AA (or 0x6AA1AA) is known color: Neptune. HEX triplet: 6A, A1 and AA. RGB value is (106,161,170). Sum of RGB (Red+Green+Blue) = 106+161+170=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #6AA1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA1AA is #955E55. Grayscale: #919191. Windows color (decimal): -9789014 or 11182442. OLE color: 11182442.
HSL color Cylindrical-coordinate representation of color #6AA1AA: hue angle of 188.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AA1AA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 161 | 170 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.33 |
| HSL | 188.44º | 0.27% | 0.54% | - |
| HSV(B) | 188.44º | 0.38% | 0.67% | - |
| XYZ | 25.94 | 31.46 | 42.73 | - |
| YUV | 145.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 170 | 0.38 | 0.05 | 0 | 0.33 | 188.44 | 0.27 | 0.54 |
| Hex | 6A | A1 | AA | 26 | 5 | 0 | 21 | BC | 1B | 36 |
| Octal | 152 | 241 | 252 | 46 | 5 | 0 | 41 | 274 | 33 | 66 |
| Binary | 1101010 | 10100001 | 10101010 | 100110 | 101 | 0 | 100001 | 10111100 | 11011 | 110110 |
Color Harmonies of #6AA1AA
Complementary color
Monochromatic Colors of #6AA1AA
Black with #6AA1AA
Text Example
Text Example
White with #6AA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA1AA; }
p { color: rgb(106,161,170); }
H1.HeaderClassName
{
color: #6AA1AA;
}
.AnyTagClassName
{
color: #6AA1AA;
}
</style>
background-color css
<style>
a { background-color: #6AA1AA; }
a { background-color: rgb(106,161,170); }
div.DivClassName
{
background-color: #6AA1AA;
}
.BgClassName
{
background-color: #6AA1AA;
}
</style>
border-color css
<style>
span { border-color: #6AA1AA; }
span { border-color: rgb(106,161,170); }
td.TdClassName
{
border-color: #6AA1AA;
}
.TagClassName
{
border-color: #6AA1AA;
}
</style>