Shades of Neptune #6FA8AF
Tints of Neptune #6FA8AF
RGB
CMYK
RGB Variations
Color information
#6FA8AF (or 0x6FA8AF) is known color: Neptune. HEX triplet: 6F, A8 and AF. RGB value is (111,168,175). Sum of RGB (Red+Green+Blue) = 111+168+175=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #6FA8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA8AF is #905750. Grayscale: #979797. Windows color (decimal): -9459537 or 11511919. OLE color: 11511919.
HSL color Cylindrical-coordinate representation of color #6FA8AF: hue angle of 186.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FA8AF is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 168 | 175 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.31 |
| HSL | 186.56º | 0.29% | 0.56% | - |
| HSV(B) | 186.56º | 0.37% | 0.69% | - |
| XYZ | 28.3 | 34.48 | 45.72 | - |
| YUV | 151.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 175 | 0.37 | 0.04 | 0 | 0.31 | 186.56 | 0.29 | 0.56 |
| Hex | 6F | A8 | AF | 25 | 4 | 0 | 1F | BB | 1D | 38 |
| Octal | 157 | 250 | 257 | 45 | 4 | 0 | 37 | 273 | 35 | 70 |
| Binary | 1101111 | 10101000 | 10101111 | 100101 | 100 | 0 | 11111 | 10111011 | 11101 | 111000 |
Color Harmonies of #6FA8AF
Complementary color
Monochromatic Colors of #6FA8AF
Black with #6FA8AF
Text Example
Text Example
White with #6FA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA8AF; }
p { color: rgb(111,168,175); }
H1.HeaderClassName
{
color: #6FA8AF;
}
.AnyTagClassName
{
color: #6FA8AF;
}
</style>
background-color css
<style>
a { background-color: #6FA8AF; }
a { background-color: rgb(111,168,175); }
div.DivClassName
{
background-color: #6FA8AF;
}
.BgClassName
{
background-color: #6FA8AF;
}
</style>
border-color css
<style>
span { border-color: #6FA8AF; }
span { border-color: rgb(111,168,175); }
td.TdClassName
{
border-color: #6FA8AF;
}
.TagClassName
{
border-color: #6FA8AF;
}
</style>