Shades of Neptune #6F9DAB
Tints of Neptune #6F9DAB
RGB
CMYK
RGB Variations
Color information
#6F9DAB (or 0x6F9DAB) is known color: Neptune. HEX triplet: 6F, 9D and AB. RGB value is (111,157,171). Sum of RGB (Red+Green+Blue) = 111+157+171=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9DAB is #906254. Grayscale: #909090. Windows color (decimal): -9462357 or 11246959. OLE color: 11246959.
HSL color Cylindrical-coordinate representation of color #6F9DAB: hue angle of 194º 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 #6F9DAB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 157 | 171 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.33 |
| HSL | 194º | 0.26% | 0.55% | - |
| HSV(B) | 194º | 0.35% | 0.67% | - |
| XYZ | 25.96 | 30.43 | 43.03 | - |
| YUV | 144.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 171 | 0.35 | 0.08 | 0 | 0.33 | 194 | 0.26 | 0.55 |
| Hex | 6F | 9D | AB | 23 | 8 | 0 | 21 | C2 | 1A | 37 |
| Octal | 157 | 235 | 253 | 43 | 10 | 0 | 41 | 302 | 32 | 67 |
| Binary | 1101111 | 10011101 | 10101011 | 100011 | 1000 | 0 | 100001 | 11000010 | 11010 | 110111 |
Color Harmonies of #6F9DAB
Complementary color
Monochromatic Colors of #6F9DAB
Black with #6F9DAB
Text Example
Text Example
White with #6F9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DAB; }
p { color: rgb(111,157,171); }
H1.HeaderClassName
{
color: #6F9DAB;
}
.AnyTagClassName
{
color: #6F9DAB;
}
</style>
background-color css
<style>
a { background-color: #6F9DAB; }
a { background-color: rgb(111,157,171); }
div.DivClassName
{
background-color: #6F9DAB;
}
.BgClassName
{
background-color: #6F9DAB;
}
</style>
border-color css
<style>
span { border-color: #6F9DAB; }
span { border-color: rgb(111,157,171); }
td.TdClassName
{
border-color: #6F9DAB;
}
.TagClassName
{
border-color: #6F9DAB;
}
</style>