Shades of Neptune #6FA7AD
Tints of Neptune #6FA7AD
RGB
CMYK
RGB Variations
Color information
#6FA7AD (or 0x6FA7AD) is known color: Neptune. HEX triplet: 6F, A7 and AD. RGB value is (111,167,173). Sum of RGB (Red+Green+Blue) = 111+167+173=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #6FA7AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA7AD is #905852. Grayscale: #969696. Windows color (decimal): -9459795 or 11380591. OLE color: 11380591.
HSL color Cylindrical-coordinate representation of color #6FA7AD: hue angle of 185.81º 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 #6FA7AD is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 167 | 173 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.32 |
| HSL | 185.81º | 0.27% | 0.56% | - |
| HSV(B) | 185.81º | 0.36% | 0.68% | - |
| XYZ | 27.92 | 34.03 | 44.63 | - |
| YUV | 150.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 173 | 0.36 | 0.03 | 0 | 0.32 | 185.81 | 0.27 | 0.56 |
| Hex | 6F | A7 | AD | 24 | 3 | 0 | 20 | BA | 1B | 38 |
| Octal | 157 | 247 | 255 | 44 | 3 | 0 | 40 | 272 | 33 | 70 |
| Binary | 1101111 | 10100111 | 10101101 | 100100 | 11 | 0 | 100000 | 10111010 | 11011 | 111000 |
Color Harmonies of #6FA7AD
Complementary color
Monochromatic Colors of #6FA7AD
Black with #6FA7AD
Text Example
Text Example
White with #6FA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA7AD; }
p { color: rgb(111,167,173); }
H1.HeaderClassName
{
color: #6FA7AD;
}
.AnyTagClassName
{
color: #6FA7AD;
}
</style>
background-color css
<style>
a { background-color: #6FA7AD; }
a { background-color: rgb(111,167,173); }
div.DivClassName
{
background-color: #6FA7AD;
}
.BgClassName
{
background-color: #6FA7AD;
}
</style>
border-color css
<style>
span { border-color: #6FA7AD; }
span { border-color: rgb(111,167,173); }
td.TdClassName
{
border-color: #6FA7AD;
}
.TagClassName
{
border-color: #6FA7AD;
}
</style>