Shades of Neptune #6FACAF
Tints of Neptune #6FACAF
RGB
CMYK
RGB Variations
Color information
#6FACAF (or 0x6FACAF) is known color: Neptune. HEX triplet: 6F, AC and AF. RGB value is (111,172,175). Sum of RGB (Red+Green+Blue) = 111+172+175=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #6FACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAF is #905350. Grayscale: #9A9A9A. Windows color (decimal): -9458513 or 11512943. OLE color: 11512943.
HSL color Cylindrical-coordinate representation of color #6FACAF: hue angle of 182.81º 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 #6FACAF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 172 | 175 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.31 |
| HSL | 182.81º | 0.29% | 0.56% | - |
| HSV(B) | 182.81º | 0.37% | 0.69% | - |
| XYZ | 29.05 | 35.98 | 45.97 | - |
| YUV | 154.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 175 | 0.37 | 0.02 | 0 | 0.31 | 182.81 | 0.29 | 0.56 |
| Hex | 6F | AC | AF | 25 | 2 | 0 | 1F | B7 | 1D | 38 |
| Octal | 157 | 254 | 257 | 45 | 2 | 0 | 37 | 267 | 35 | 70 |
| Binary | 1101111 | 10101100 | 10101111 | 100101 | 10 | 0 | 11111 | 10110111 | 11101 | 111000 |
Color Harmonies of #6FACAF
Complementary color
Monochromatic Colors of #6FACAF
Black with #6FACAF
Text Example
Text Example
White with #6FACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACAF; }
p { color: rgb(111,172,175); }
H1.HeaderClassName
{
color: #6FACAF;
}
.AnyTagClassName
{
color: #6FACAF;
}
</style>
background-color css
<style>
a { background-color: #6FACAF; }
a { background-color: rgb(111,172,175); }
div.DivClassName
{
background-color: #6FACAF;
}
.BgClassName
{
background-color: #6FACAF;
}
</style>
border-color css
<style>
span { border-color: #6FACAF; }
span { border-color: rgb(111,172,175); }
td.TdClassName
{
border-color: #6FACAF;
}
.TagClassName
{
border-color: #6FACAF;
}
</style>