Shades of Neptune #6BA0AC
Tints of Neptune #6BA0AC
RGB
CMYK
RGB Variations
Color information
#6BA0AC (or 0x6BA0AC) is known color: Neptune. HEX triplet: 6B, A0 and AC. RGB value is (107,160,172). Sum of RGB (Red+Green+Blue) = 107+160+172=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #6BA0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA0AC is #945F53. Grayscale: #919191. Windows color (decimal): -9723732 or 11313259. OLE color: 11313259.
HSL color Cylindrical-coordinate representation of color #6BA0AC: hue angle of 191.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BA0AC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 160 | 172 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.33 |
| HSL | 191.08º | 0.28% | 0.55% | - |
| HSV(B) | 191.08º | 0.38% | 0.67% | - |
| XYZ | 26.08 | 31.25 | 43.69 | - |
| YUV | 145.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 172 | 0.38 | 0.07 | 0 | 0.33 | 191.08 | 0.28 | 0.55 |
| Hex | 6B | A0 | AC | 26 | 7 | 0 | 21 | BF | 1C | 37 |
| Octal | 153 | 240 | 254 | 46 | 7 | 0 | 41 | 277 | 34 | 67 |
| Binary | 1101011 | 10100000 | 10101100 | 100110 | 111 | 0 | 100001 | 10111111 | 11100 | 110111 |
Color Harmonies of #6BA0AC
Complementary color
Monochromatic Colors of #6BA0AC
Black with #6BA0AC
Text Example
Text Example
White with #6BA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0AC; }
p { color: rgb(107,160,172); }
H1.HeaderClassName
{
color: #6BA0AC;
}
.AnyTagClassName
{
color: #6BA0AC;
}
</style>
background-color css
<style>
a { background-color: #6BA0AC; }
a { background-color: rgb(107,160,172); }
div.DivClassName
{
background-color: #6BA0AC;
}
.BgClassName
{
background-color: #6BA0AC;
}
</style>
border-color css
<style>
span { border-color: #6BA0AC; }
span { border-color: rgb(107,160,172); }
td.TdClassName
{
border-color: #6BA0AC;
}
.TagClassName
{
border-color: #6BA0AC;
}
</style>