Shades of Neptune #6FA2AF
Tints of Neptune #6FA2AF
RGB
CMYK
RGB Variations
Color information
#6FA2AF (or 0x6FA2AF) is known color: Neptune. HEX triplet: 6F, A2 and AF. RGB value is (111,162,175). Sum of RGB (Red+Green+Blue) = 111+162+175=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #6FA2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA2AF is #905D50. Grayscale: #949494. Windows color (decimal): -9461073 or 11510383. OLE color: 11510383.
HSL color Cylindrical-coordinate representation of color #6FA2AF: hue angle of 192.19º 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 #6FA2AF is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 162 | 175 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.31 |
| HSL | 192.19º | 0.29% | 0.56% | - |
| HSV(B) | 192.19º | 0.37% | 0.69% | - |
| XYZ | 27.21 | 32.32 | 45.36 | - |
| YUV | 148.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 175 | 0.37 | 0.07 | 0 | 0.31 | 192.19 | 0.29 | 0.56 |
| Hex | 6F | A2 | AF | 25 | 7 | 0 | 1F | C0 | 1D | 38 |
| Octal | 157 | 242 | 257 | 45 | 7 | 0 | 37 | 300 | 35 | 70 |
| Binary | 1101111 | 10100010 | 10101111 | 100101 | 111 | 0 | 11111 | 11000000 | 11101 | 111000 |
Color Harmonies of #6FA2AF
Complementary color
Monochromatic Colors of #6FA2AF
Black with #6FA2AF
Text Example
Text Example
White with #6FA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2AF; }
p { color: rgb(111,162,175); }
H1.HeaderClassName
{
color: #6FA2AF;
}
.AnyTagClassName
{
color: #6FA2AF;
}
</style>
background-color css
<style>
a { background-color: #6FA2AF; }
a { background-color: rgb(111,162,175); }
div.DivClassName
{
background-color: #6FA2AF;
}
.BgClassName
{
background-color: #6FA2AF;
}
</style>
border-color css
<style>
span { border-color: #6FA2AF; }
span { border-color: rgb(111,162,175); }
td.TdClassName
{
border-color: #6FA2AF;
}
.TagClassName
{
border-color: #6FA2AF;
}
</style>