Shades of Neptune #6FA4AF
Tints of Neptune #6FA4AF
RGB
CMYK
RGB Variations
Color information
#6FA4AF (or 0x6FA4AF) is known color: Neptune. HEX triplet: 6F, A4 and AF. RGB value is (111,164,175). Sum of RGB (Red+Green+Blue) = 111+164+175=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #6FA4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA4AF is #905B50. Grayscale: #959595. Windows color (decimal): -9460561 or 11510895. OLE color: 11510895.
HSL color Cylindrical-coordinate representation of color #6FA4AF: hue angle of 190.31º 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 #6FA4AF is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 164 | 175 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.31 |
| HSL | 190.31º | 0.29% | 0.56% | - |
| HSV(B) | 190.31º | 0.37% | 0.69% | - |
| XYZ | 27.57 | 33.03 | 45.48 | - |
| YUV | 149.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 175 | 0.37 | 0.06 | 0 | 0.31 | 190.31 | 0.29 | 0.56 |
| Hex | 6F | A4 | AF | 25 | 6 | 0 | 1F | BE | 1D | 38 |
| Octal | 157 | 244 | 257 | 45 | 6 | 0 | 37 | 276 | 35 | 70 |
| Binary | 1101111 | 10100100 | 10101111 | 100101 | 110 | 0 | 11111 | 10111110 | 11101 | 111000 |
Color Harmonies of #6FA4AF
Complementary color
Monochromatic Colors of #6FA4AF
Black with #6FA4AF
Text Example
Text Example
White with #6FA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA4AF; }
p { color: rgb(111,164,175); }
H1.HeaderClassName
{
color: #6FA4AF;
}
.AnyTagClassName
{
color: #6FA4AF;
}
</style>
background-color css
<style>
a { background-color: #6FA4AF; }
a { background-color: rgb(111,164,175); }
div.DivClassName
{
background-color: #6FA4AF;
}
.BgClassName
{
background-color: #6FA4AF;
}
</style>
border-color css
<style>
span { border-color: #6FA4AF; }
span { border-color: rgb(111,164,175); }
td.TdClassName
{
border-color: #6FA4AF;
}
.TagClassName
{
border-color: #6FA4AF;
}
</style>