Shades of Neptune #6FAAB0
Tints of Neptune #6FAAB0
RGB
CMYK
RGB Variations
Color information
#6FAAB0 (or 0x6FAAB0) is known color: Neptune. HEX triplet: 6F, AA and B0. RGB value is (111,170,176). Sum of RGB (Red+Green+Blue) = 111+170+176=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #6FAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAB0 is #90554F. Grayscale: #989898. Windows color (decimal): -9459024 or 11577967. OLE color: 11577967.
HSL color Cylindrical-coordinate representation of color #6FAAB0: hue angle of 185.54º 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 #6FAAB0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 170 | 176 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.31 |
| HSL | 185.54º | 0.29% | 0.56% | - |
| HSV(B) | 185.54º | 0.37% | 0.69% | - |
| XYZ | 28.77 | 35.26 | 46.36 | - |
| YUV | 153.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 176 | 0.37 | 0.03 | 0 | 0.31 | 185.54 | 0.29 | 0.56 |
| Hex | 6F | AA | B0 | 25 | 3 | 0 | 1F | BA | 1D | 38 |
| Octal | 157 | 252 | 260 | 45 | 3 | 0 | 37 | 272 | 35 | 70 |
| Binary | 1101111 | 10101010 | 10110000 | 100101 | 11 | 0 | 11111 | 10111010 | 11101 | 111000 |
Color Harmonies of #6FAAB0
Complementary color
Monochromatic Colors of #6FAAB0
Black with #6FAAB0
Text Example
Text Example
White with #6FAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAB0; }
p { color: rgb(111,170,176); }
H1.HeaderClassName
{
color: #6FAAB0;
}
.AnyTagClassName
{
color: #6FAAB0;
}
</style>
background-color css
<style>
a { background-color: #6FAAB0; }
a { background-color: rgb(111,170,176); }
div.DivClassName
{
background-color: #6FAAB0;
}
.BgClassName
{
background-color: #6FAAB0;
}
</style>
border-color css
<style>
span { border-color: #6FAAB0; }
span { border-color: rgb(111,170,176); }
td.TdClassName
{
border-color: #6FAAB0;
}
.TagClassName
{
border-color: #6FAAB0;
}
</style>