Shades of Neptune #6BA3AA
Tints of Neptune #6BA3AA
RGB
CMYK
RGB Variations
Color information
#6BA3AA (or 0x6BA3AA) is known color: Neptune. HEX triplet: 6B, A3 and AA. RGB value is (107,163,170). Sum of RGB (Red+Green+Blue) = 107+163+170=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #6BA3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA3AA is #945C55. Grayscale: #929292. Windows color (decimal): -9722966 or 11182955. OLE color: 11182955.
HSL color Cylindrical-coordinate representation of color #6BA3AA: hue angle of 186.67º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA3AA is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 163 | 170 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.33 |
| HSL | 186.67º | 0.27% | 0.54% | - |
| HSV(B) | 186.67º | 0.37% | 0.67% | - |
| XYZ | 26.42 | 32.22 | 42.86 | - |
| YUV | 147.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 170 | 0.37 | 0.04 | 0 | 0.33 | 186.67 | 0.27 | 0.54 |
| Hex | 6B | A3 | AA | 25 | 4 | 0 | 21 | BB | 1B | 36 |
| Octal | 153 | 243 | 252 | 45 | 4 | 0 | 41 | 273 | 33 | 66 |
| Binary | 1101011 | 10100011 | 10101010 | 100101 | 100 | 0 | 100001 | 10111011 | 11011 | 110110 |
Color Harmonies of #6BA3AA
Complementary color
Monochromatic Colors of #6BA3AA
Black with #6BA3AA
Text Example
Text Example
White with #6BA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA3AA; }
p { color: rgb(107,163,170); }
H1.HeaderClassName
{
color: #6BA3AA;
}
.AnyTagClassName
{
color: #6BA3AA;
}
</style>
background-color css
<style>
a { background-color: #6BA3AA; }
a { background-color: rgb(107,163,170); }
div.DivClassName
{
background-color: #6BA3AA;
}
.BgClassName
{
background-color: #6BA3AA;
}
</style>
border-color css
<style>
span { border-color: #6BA3AA; }
span { border-color: rgb(107,163,170); }
td.TdClassName
{
border-color: #6BA3AA;
}
.TagClassName
{
border-color: #6BA3AA;
}
</style>