Shades of Neptune #6F9FAD
Tints of Neptune #6F9FAD
RGB
CMYK
RGB Variations
Color information
#6F9FAD (or 0x6F9FAD) is known color: Neptune. HEX triplet: 6F, 9F and AD. RGB value is (111,159,173). Sum of RGB (Red+Green+Blue) = 111+159+173=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F9FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9FAD is #906052. Grayscale: #929292. Windows color (decimal): -9461843 or 11378543. OLE color: 11378543.
HSL color Cylindrical-coordinate representation of color #6F9FAD: hue angle of 193.55º 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 #6F9FAD is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 159 | 173 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.32 |
| HSL | 193.55º | 0.27% | 0.56% | - |
| HSV(B) | 193.55º | 0.36% | 0.68% | - |
| XYZ | 26.5 | 31.19 | 44.16 | - |
| YUV | 146.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 173 | 0.36 | 0.08 | 0 | 0.32 | 193.55 | 0.27 | 0.56 |
| Hex | 6F | 9F | AD | 24 | 8 | 0 | 20 | C2 | 1B | 38 |
| Octal | 157 | 237 | 255 | 44 | 10 | 0 | 40 | 302 | 33 | 70 |
| Binary | 1101111 | 10011111 | 10101101 | 100100 | 1000 | 0 | 100000 | 11000010 | 11011 | 111000 |
Color Harmonies of #6F9FAD
Complementary color
Monochromatic Colors of #6F9FAD
Black with #6F9FAD
Text Example
Text Example
White with #6F9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FAD; }
p { color: rgb(111,159,173); }
H1.HeaderClassName
{
color: #6F9FAD;
}
.AnyTagClassName
{
color: #6F9FAD;
}
</style>
background-color css
<style>
a { background-color: #6F9FAD; }
a { background-color: rgb(111,159,173); }
div.DivClassName
{
background-color: #6F9FAD;
}
.BgClassName
{
background-color: #6F9FAD;
}
</style>
border-color css
<style>
span { border-color: #6F9FAD; }
span { border-color: rgb(111,159,173); }
td.TdClassName
{
border-color: #6F9FAD;
}
.TagClassName
{
border-color: #6F9FAD;
}
</style>