Shades of Neptune #6F9EAB
Tints of Neptune #6F9EAB
RGB
CMYK
RGB Variations
Color information
#6F9EAB (or 0x6F9EAB) is known color: Neptune. HEX triplet: 6F, 9E and AB. RGB value is (111,158,171). Sum of RGB (Red+Green+Blue) = 111+158+171=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F9EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9EAB is #906154. Grayscale: #919191. Windows color (decimal): -9462101 or 11247215. OLE color: 11247215.
HSL color Cylindrical-coordinate representation of color #6F9EAB: hue angle of 193º 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 #6F9EAB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 158 | 171 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.33 |
| HSL | 193º | 0.26% | 0.55% | - |
| HSV(B) | 193º | 0.35% | 0.67% | - |
| XYZ | 26.13 | 30.77 | 43.09 | - |
| YUV | 145.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 171 | 0.35 | 0.08 | 0 | 0.33 | 193 | 0.26 | 0.55 |
| Hex | 6F | 9E | AB | 23 | 8 | 0 | 21 | C1 | 1A | 37 |
| Octal | 157 | 236 | 253 | 43 | 10 | 0 | 41 | 301 | 32 | 67 |
| Binary | 1101111 | 10011110 | 10101011 | 100011 | 1000 | 0 | 100001 | 11000001 | 11010 | 110111 |
Color Harmonies of #6F9EAB
Complementary color
Monochromatic Colors of #6F9EAB
Black with #6F9EAB
Text Example
Text Example
White with #6F9EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9EAB; }
p { color: rgb(111,158,171); }
H1.HeaderClassName
{
color: #6F9EAB;
}
.AnyTagClassName
{
color: #6F9EAB;
}
</style>
background-color css
<style>
a { background-color: #6F9EAB; }
a { background-color: rgb(111,158,171); }
div.DivClassName
{
background-color: #6F9EAB;
}
.BgClassName
{
background-color: #6F9EAB;
}
</style>
border-color css
<style>
span { border-color: #6F9EAB; }
span { border-color: rgb(111,158,171); }
td.TdClassName
{
border-color: #6F9EAB;
}
.TagClassName
{
border-color: #6F9EAB;
}
</style>