Shades of Neptune #6FAAB1
Tints of Neptune #6FAAB1
RGB
CMYK
RGB Variations
Color information
#6FAAB1 (or 0x6FAAB1) is known color: Neptune. HEX triplet: 6F, AA and B1. RGB value is (111,170,177). Sum of RGB (Red+Green+Blue) = 111+170+177=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #6FAAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAB1 is #90554E. Grayscale: #999999. Windows color (decimal): -9459023 or 11643503. OLE color: 11643503.
HSL color Cylindrical-coordinate representation of color #6FAAB1: hue angle of 186.36º degrees, saturation: 0.3, 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 #6FAAB1 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 170 | 177 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.31 |
| HSL | 186.36º | 0.3% | 0.56% | - |
| HSV(B) | 186.36º | 0.37% | 0.69% | - |
| XYZ | 28.87 | 35.3 | 46.89 | - |
| YUV | 153.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 177 | 0.37 | 0.04 | 0 | 0.31 | 186.36 | 0.3 | 0.56 |
| Hex | 6F | AA | B1 | 25 | 4 | 0 | 1F | BA | 1E | 38 |
| Octal | 157 | 252 | 261 | 45 | 4 | 0 | 37 | 272 | 36 | 70 |
| Binary | 1101111 | 10101010 | 10110001 | 100101 | 100 | 0 | 11111 | 10111010 | 11110 | 111000 |
Color Harmonies of #6FAAB1
Complementary color
Monochromatic Colors of #6FAAB1
Black with #6FAAB1
Text Example
Text Example
White with #6FAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAB1; }
p { color: rgb(111,170,177); }
H1.HeaderClassName
{
color: #6FAAB1;
}
.AnyTagClassName
{
color: #6FAAB1;
}
</style>
background-color css
<style>
a { background-color: #6FAAB1; }
a { background-color: rgb(111,170,177); }
div.DivClassName
{
background-color: #6FAAB1;
}
.BgClassName
{
background-color: #6FAAB1;
}
</style>
border-color css
<style>
span { border-color: #6FAAB1; }
span { border-color: rgb(111,170,177); }
td.TdClassName
{
border-color: #6FAAB1;
}
.TagClassName
{
border-color: #6FAAB1;
}
</style>