Shades of Neptune #6FA2AB
Tints of Neptune #6FA2AB
RGB
CMYK
RGB Variations
Color information
#6FA2AB (or 0x6FA2AB) is known color: Neptune. HEX triplet: 6F, A2 and AB. RGB value is (111,162,171). Sum of RGB (Red+Green+Blue) = 111+162+171=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #6FA2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA2AB is #905D54. Grayscale: #939393. Windows color (decimal): -9461077 or 11248239. OLE color: 11248239.
HSL color Cylindrical-coordinate representation of color #6FA2AB: hue angle of 189º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FA2AB is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 162 | 171 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.33 |
| HSL | 189º | 0.26% | 0.55% | - |
| HSV(B) | 189º | 0.35% | 0.67% | - |
| XYZ | 26.83 | 32.16 | 43.32 | - |
| YUV | 147.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 171 | 0.35 | 0.05 | 0 | 0.33 | 189 | 0.26 | 0.55 |
| Hex | 6F | A2 | AB | 23 | 5 | 0 | 21 | BD | 1A | 37 |
| Octal | 157 | 242 | 253 | 43 | 5 | 0 | 41 | 275 | 32 | 67 |
| Binary | 1101111 | 10100010 | 10101011 | 100011 | 101 | 0 | 100001 | 10111101 | 11010 | 110111 |
Color Harmonies of #6FA2AB
Complementary color
Monochromatic Colors of #6FA2AB
Black with #6FA2AB
Text Example
Text Example
White with #6FA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2AB; }
p { color: rgb(111,162,171); }
H1.HeaderClassName
{
color: #6FA2AB;
}
.AnyTagClassName
{
color: #6FA2AB;
}
</style>
background-color css
<style>
a { background-color: #6FA2AB; }
a { background-color: rgb(111,162,171); }
div.DivClassName
{
background-color: #6FA2AB;
}
.BgClassName
{
background-color: #6FA2AB;
}
</style>
border-color css
<style>
span { border-color: #6FA2AB; }
span { border-color: rgb(111,162,171); }
td.TdClassName
{
border-color: #6FA2AB;
}
.TagClassName
{
border-color: #6FA2AB;
}
</style>