Shades of Neptune #6FA6AF
Tints of Neptune #6FA6AF
RGB
CMYK
RGB Variations
Color information
#6FA6AF (or 0x6FA6AF) is known color: Neptune. HEX triplet: 6F, A6 and AF. RGB value is (111,166,175). Sum of RGB (Red+Green+Blue) = 111+166+175=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #6FA6AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA6AF is #905950. Grayscale: #969696. Windows color (decimal): -9460049 or 11511407. OLE color: 11511407.
HSL color Cylindrical-coordinate representation of color #6FA6AF: hue angle of 188.44º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FA6AF is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 166 | 175 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.31 |
| HSL | 188.44º | 0.29% | 0.56% | - |
| HSV(B) | 188.44º | 0.37% | 0.69% | - |
| XYZ | 27.93 | 33.75 | 45.6 | - |
| YUV | 150.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 175 | 0.37 | 0.05 | 0 | 0.31 | 188.44 | 0.29 | 0.56 |
| Hex | 6F | A6 | AF | 25 | 5 | 0 | 1F | BC | 1D | 38 |
| Octal | 157 | 246 | 257 | 45 | 5 | 0 | 37 | 274 | 35 | 70 |
| Binary | 1101111 | 10100110 | 10101111 | 100101 | 101 | 0 | 11111 | 10111100 | 11101 | 111000 |
Color Harmonies of #6FA6AF
Complementary color
Monochromatic Colors of #6FA6AF
Black with #6FA6AF
Text Example
Text Example
White with #6FA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA6AF; }
p { color: rgb(111,166,175); }
H1.HeaderClassName
{
color: #6FA6AF;
}
.AnyTagClassName
{
color: #6FA6AF;
}
</style>
background-color css
<style>
a { background-color: #6FA6AF; }
a { background-color: rgb(111,166,175); }
div.DivClassName
{
background-color: #6FA6AF;
}
.BgClassName
{
background-color: #6FA6AF;
}
</style>
border-color css
<style>
span { border-color: #6FA6AF; }
span { border-color: rgb(111,166,175); }
td.TdClassName
{
border-color: #6FA6AF;
}
.TagClassName
{
border-color: #6FA6AF;
}
</style>