Shades of Neptune #6FA0AD
Tints of Neptune #6FA0AD
RGB
CMYK
RGB Variations
Color information
#6FA0AD (or 0x6FA0AD) is known color: Neptune. HEX triplet: 6F, A0 and AD. RGB value is (111,160,173). Sum of RGB (Red+Green+Blue) = 111+160+173=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #6FA0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA0AD is #905F52. Grayscale: #929292. Windows color (decimal): -9461587 or 11378799. OLE color: 11378799.
HSL color Cylindrical-coordinate representation of color #6FA0AD: hue angle of 192.58º 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 #6FA0AD is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 160 | 173 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.32 |
| HSL | 192.58º | 0.27% | 0.56% | - |
| HSV(B) | 192.58º | 0.36% | 0.68% | - |
| XYZ | 26.67 | 31.54 | 44.22 | - |
| YUV | 146.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 173 | 0.36 | 0.08 | 0 | 0.32 | 192.58 | 0.27 | 0.56 |
| Hex | 6F | A0 | AD | 24 | 8 | 0 | 20 | C1 | 1B | 38 |
| Octal | 157 | 240 | 255 | 44 | 10 | 0 | 40 | 301 | 33 | 70 |
| Binary | 1101111 | 10100000 | 10101101 | 100100 | 1000 | 0 | 100000 | 11000001 | 11011 | 111000 |
Color Harmonies of #6FA0AD
Complementary color
Monochromatic Colors of #6FA0AD
Black with #6FA0AD
Text Example
Text Example
White with #6FA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA0AD; }
p { color: rgb(111,160,173); }
H1.HeaderClassName
{
color: #6FA0AD;
}
.AnyTagClassName
{
color: #6FA0AD;
}
</style>
background-color css
<style>
a { background-color: #6FA0AD; }
a { background-color: rgb(111,160,173); }
div.DivClassName
{
background-color: #6FA0AD;
}
.BgClassName
{
background-color: #6FA0AD;
}
</style>
border-color css
<style>
span { border-color: #6FA0AD; }
span { border-color: rgb(111,160,173); }
td.TdClassName
{
border-color: #6FA0AD;
}
.TagClassName
{
border-color: #6FA0AD;
}
</style>