Shades of Neptune #6FABAD
Tints of Neptune #6FABAD
RGB
CMYK
RGB Variations
Color information
#6FABAD (or 0x6FABAD) is known color: Neptune. HEX triplet: 6F, AB and AD. RGB value is (111,171,173). Sum of RGB (Red+Green+Blue) = 111+171+173=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #6FABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FABAD is #905452. Grayscale: #999999. Windows color (decimal): -9458771 or 11381615. OLE color: 11381615.
HSL color Cylindrical-coordinate representation of color #6FABAD: hue angle of 181.94º degrees, saturation: 0.27, 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 #6FABAD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 171 | 173 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.32 |
| HSL | 181.94º | 0.27% | 0.56% | - |
| HSV(B) | 181.94º | 0.36% | 0.68% | - |
| XYZ | 28.66 | 35.52 | 44.88 | - |
| YUV | 153.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 173 | 0.36 | 0.01 | 0 | 0.32 | 181.94 | 0.27 | 0.56 |
| Hex | 6F | AB | AD | 24 | 1 | 0 | 20 | B6 | 1B | 38 |
| Octal | 157 | 253 | 255 | 44 | 1 | 0 | 40 | 266 | 33 | 70 |
| Binary | 1101111 | 10101011 | 10101101 | 100100 | 1 | 0 | 100000 | 10110110 | 11011 | 111000 |
Color Harmonies of #6FABAD
Complementary color
Monochromatic Colors of #6FABAD
Black with #6FABAD
Text Example
Text Example
White with #6FABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABAD; }
p { color: rgb(111,171,173); }
H1.HeaderClassName
{
color: #6FABAD;
}
.AnyTagClassName
{
color: #6FABAD;
}
</style>
background-color css
<style>
a { background-color: #6FABAD; }
a { background-color: rgb(111,171,173); }
div.DivClassName
{
background-color: #6FABAD;
}
.BgClassName
{
background-color: #6FABAD;
}
</style>
border-color css
<style>
span { border-color: #6FABAD; }
span { border-color: rgb(111,171,173); }
td.TdClassName
{
border-color: #6FABAD;
}
.TagClassName
{
border-color: #6FABAD;
}
</style>