Shades of Neptune #6FAAAF
Tints of Neptune #6FAAAF
RGB
CMYK
RGB Variations
Color information
#6FAAAF (or 0x6FAAAF) is known color: Neptune. HEX triplet: 6F, AA and AF. RGB value is (111,170,175). Sum of RGB (Red+Green+Blue) = 111+170+175=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #6FAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAAF is #905550. Grayscale: #989898. Windows color (decimal): -9459025 or 11512431. OLE color: 11512431.
HSL color Cylindrical-coordinate representation of color #6FAAAF: hue angle of 184.69º 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 #6FAAAF is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 170 | 175 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.31 |
| HSL | 184.69º | 0.29% | 0.56% | - |
| HSV(B) | 184.69º | 0.37% | 0.69% | - |
| XYZ | 28.67 | 35.22 | 45.85 | - |
| YUV | 152.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 175 | 0.37 | 0.03 | 0 | 0.31 | 184.69 | 0.29 | 0.56 |
| Hex | 6F | AA | AF | 25 | 3 | 0 | 1F | B9 | 1D | 38 |
| Octal | 157 | 252 | 257 | 45 | 3 | 0 | 37 | 271 | 35 | 70 |
| Binary | 1101111 | 10101010 | 10101111 | 100101 | 11 | 0 | 11111 | 10111001 | 11101 | 111000 |
Color Harmonies of #6FAAAF
Complementary color
Monochromatic Colors of #6FAAAF
Black with #6FAAAF
Text Example
Text Example
White with #6FAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAAF; }
p { color: rgb(111,170,175); }
H1.HeaderClassName
{
color: #6FAAAF;
}
.AnyTagClassName
{
color: #6FAAAF;
}
</style>
background-color css
<style>
a { background-color: #6FAAAF; }
a { background-color: rgb(111,170,175); }
div.DivClassName
{
background-color: #6FAAAF;
}
.BgClassName
{
background-color: #6FAAAF;
}
</style>
border-color css
<style>
span { border-color: #6FAAAF; }
span { border-color: rgb(111,170,175); }
td.TdClassName
{
border-color: #6FAAAF;
}
.TagClassName
{
border-color: #6FAAAF;
}
</style>