Shades of Neptune #6FA5AD
Tints of Neptune #6FA5AD
RGB
CMYK
RGB Variations
Color information
#6FA5AD (or 0x6FA5AD) is known color: Neptune. HEX triplet: 6F, A5 and AD. RGB value is (111,165,173). Sum of RGB (Red+Green+Blue) = 111+165+173=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #6FA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA5AD is #905A52. Grayscale: #959595. Windows color (decimal): -9460307 or 11380079. OLE color: 11380079.
HSL color Cylindrical-coordinate representation of color #6FA5AD: hue angle of 187.74º 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 #6FA5AD is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 165 | 173 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.32 |
| HSL | 187.74º | 0.27% | 0.56% | - |
| HSV(B) | 187.74º | 0.36% | 0.68% | - |
| XYZ | 27.55 | 33.31 | 44.51 | - |
| YUV | 149.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 173 | 0.36 | 0.05 | 0 | 0.32 | 187.74 | 0.27 | 0.56 |
| Hex | 6F | A5 | AD | 24 | 5 | 0 | 20 | BC | 1B | 38 |
| Octal | 157 | 245 | 255 | 44 | 5 | 0 | 40 | 274 | 33 | 70 |
| Binary | 1101111 | 10100101 | 10101101 | 100100 | 101 | 0 | 100000 | 10111100 | 11011 | 111000 |
Color Harmonies of #6FA5AD
Complementary color
Monochromatic Colors of #6FA5AD
Black with #6FA5AD
Text Example
Text Example
White with #6FA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA5AD; }
p { color: rgb(111,165,173); }
H1.HeaderClassName
{
color: #6FA5AD;
}
.AnyTagClassName
{
color: #6FA5AD;
}
</style>
background-color css
<style>
a { background-color: #6FA5AD; }
a { background-color: rgb(111,165,173); }
div.DivClassName
{
background-color: #6FA5AD;
}
.BgClassName
{
background-color: #6FA5AD;
}
</style>
border-color css
<style>
span { border-color: #6FA5AD; }
span { border-color: rgb(111,165,173); }
td.TdClassName
{
border-color: #6FA5AD;
}
.TagClassName
{
border-color: #6FA5AD;
}
</style>