Shades of Neptune #6FACAE
Tints of Neptune #6FACAE
RGB
CMYK
RGB Variations
Color information
#6FACAE (or 0x6FACAE) is known color: Neptune. HEX triplet: 6F, AC and AE. RGB value is (111,172,174). Sum of RGB (Red+Green+Blue) = 111+172+174=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #6FACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAE is #905351. Grayscale: #999999. Windows color (decimal): -9458514 or 11447407. OLE color: 11447407.
HSL color Cylindrical-coordinate representation of color #6FACAE: hue angle of 181.9º degrees, saturation: 0.28, 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 #6FACAE is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 172 | 174 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.32 |
| HSL | 181.9º | 0.28% | 0.56% | - |
| HSV(B) | 181.9º | 0.36% | 0.68% | - |
| XYZ | 28.95 | 35.94 | 45.46 | - |
| YUV | 153.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 174 | 0.36 | 0.01 | 0 | 0.32 | 181.9 | 0.28 | 0.56 |
| Hex | 6F | AC | AE | 24 | 1 | 0 | 20 | B6 | 1C | 38 |
| Octal | 157 | 254 | 256 | 44 | 1 | 0 | 40 | 266 | 34 | 70 |
| Binary | 1101111 | 10101100 | 10101110 | 100100 | 1 | 0 | 100000 | 10110110 | 11100 | 111000 |
Color Harmonies of #6FACAE
Complementary color
Monochromatic Colors of #6FACAE
Black with #6FACAE
Text Example
Text Example
White with #6FACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACAE; }
p { color: rgb(111,172,174); }
H1.HeaderClassName
{
color: #6FACAE;
}
.AnyTagClassName
{
color: #6FACAE;
}
</style>
background-color css
<style>
a { background-color: #6FACAE; }
a { background-color: rgb(111,172,174); }
div.DivClassName
{
background-color: #6FACAE;
}
.BgClassName
{
background-color: #6FACAE;
}
</style>
border-color css
<style>
span { border-color: #6FACAE; }
span { border-color: rgb(111,172,174); }
td.TdClassName
{
border-color: #6FACAE;
}
.TagClassName
{
border-color: #6FACAE;
}
</style>