Shades of Neptune #6FABAB
Tints of Neptune #6FABAB
RGB
CMYK
RGB Variations
Color information
#6FABAB (or 0x6FABAB) is known color: Neptune. HEX triplet: 6F, AB and AB. RGB value is (111,171,171). Sum of RGB (Red+Green+Blue) = 111+171+171=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #6FABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FABAB is #905454. Grayscale: #999999. Windows color (decimal): -9458773 or 11250543. OLE color: 11250543.
HSL color Cylindrical-coordinate representation of color #6FABAB: hue angle of 180º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FABAB is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 171 | - |
| CMYK | 0.35 | 0 | 0 | 0.33 |
| HSL | 180º | 0.26% | 0.55% | - |
| HSV(B) | 180º | 0.35% | 0.67% | - |
| XYZ | 28.47 | 35.45 | 43.87 | - |
| YUV | 153.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 171 | 0.35 | 0 | 0 | 0.33 | 180 | 0.26 | 0.55 |
| Hex | 6F | AB | AB | 23 | 0 | 0 | 21 | B4 | 1A | 37 |
| Octal | 157 | 253 | 253 | 43 | 0 | 0 | 41 | 264 | 32 | 67 |
| Binary | 1101111 | 10101011 | 10101011 | 100011 | 0 | 0 | 100001 | 10110100 | 11010 | 110111 |
Color Harmonies of #6FABAB
Complementary color
Monochromatic Colors of #6FABAB
Black with #6FABAB
Text Example
Text Example
White with #6FABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABAB; }
p { color: rgb(111,171,171); }
H1.HeaderClassName
{
color: #6FABAB;
}
.AnyTagClassName
{
color: #6FABAB;
}
</style>
background-color css
<style>
a { background-color: #6FABAB; }
a { background-color: rgb(111,171,171); }
div.DivClassName
{
background-color: #6FABAB;
}
.BgClassName
{
background-color: #6FABAB;
}
</style>
border-color css
<style>
span { border-color: #6FABAB; }
span { border-color: rgb(111,171,171); }
td.TdClassName
{
border-color: #6FABAB;
}
.TagClassName
{
border-color: #6FABAB;
}
</style>