Shades of Neptune #6FAAAD
Tints of Neptune #6FAAAD
RGB
CMYK
RGB Variations
Color information
#6FAAAD (or 0x6FAAAD) is known color: Neptune. HEX triplet: 6F, AA and AD. RGB value is (111,170,173). Sum of RGB (Red+Green+Blue) = 111+170+173=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #6FAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAAD is #905552. Grayscale: #989898. Windows color (decimal): -9459027 or 11381359. OLE color: 11381359.
HSL color Cylindrical-coordinate representation of color #6FAAAD: hue angle of 182.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAAAD is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 170 | 173 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.32 |
| HSL | 182.9º | 0.27% | 0.56% | - |
| HSV(B) | 182.9º | 0.36% | 0.68% | - |
| XYZ | 28.47 | 35.15 | 44.82 | - |
| YUV | 152.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 173 | 0.36 | 0.02 | 0 | 0.32 | 182.9 | 0.27 | 0.56 |
| Hex | 6F | AA | AD | 24 | 2 | 0 | 20 | B7 | 1B | 38 |
| Octal | 157 | 252 | 255 | 44 | 2 | 0 | 40 | 267 | 33 | 70 |
| Binary | 1101111 | 10101010 | 10101101 | 100100 | 10 | 0 | 100000 | 10110111 | 11011 | 111000 |
Color Harmonies of #6FAAAD
Complementary color
Monochromatic Colors of #6FAAAD
Black with #6FAAAD
Text Example
Text Example
White with #6FAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAAD; }
p { color: rgb(111,170,173); }
H1.HeaderClassName
{
color: #6FAAAD;
}
.AnyTagClassName
{
color: #6FAAAD;
}
</style>
background-color css
<style>
a { background-color: #6FAAAD; }
a { background-color: rgb(111,170,173); }
div.DivClassName
{
background-color: #6FAAAD;
}
.BgClassName
{
background-color: #6FAAAD;
}
</style>
border-color css
<style>
span { border-color: #6FAAAD; }
span { border-color: rgb(111,170,173); }
td.TdClassName
{
border-color: #6FAAAD;
}
.TagClassName
{
border-color: #6FAAAD;
}
</style>