Shades of Neptune #6A9FAB
Tints of Neptune #6A9FAB
RGB
CMYK
RGB Variations
Color information
#6A9FAB (or 0x6A9FAB) is known color: Neptune. HEX triplet: 6A, 9F and AB. RGB value is (106,159,171). Sum of RGB (Red+Green+Blue) = 106+159+171=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9FAB is #956054. Grayscale: #909090. Windows color (decimal): -9789525 or 11247466. OLE color: 11247466.
HSL color Cylindrical-coordinate representation of color #6A9FAB: hue angle of 191.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A9FAB is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 159 | 171 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.33 |
| HSL | 191.08º | 0.28% | 0.54% | - |
| HSV(B) | 191.08º | 0.38% | 0.67% | - |
| XYZ | 25.69 | 30.8 | 43.12 | - |
| YUV | 144.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 159 | 171 | 0.38 | 0.07 | 0 | 0.33 | 191.08 | 0.28 | 0.54 |
| Hex | 6A | 9F | AB | 26 | 7 | 0 | 21 | BF | 1C | 36 |
| Octal | 152 | 237 | 253 | 46 | 7 | 0 | 41 | 277 | 34 | 66 |
| Binary | 1101010 | 10011111 | 10101011 | 100110 | 111 | 0 | 100001 | 10111111 | 11100 | 110110 |
Color Harmonies of #6A9FAB
Complementary color
Monochromatic Colors of #6A9FAB
Black with #6A9FAB
Text Example
Text Example
White with #6A9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9FAB; }
p { color: rgb(106,159,171); }
H1.HeaderClassName
{
color: #6A9FAB;
}
.AnyTagClassName
{
color: #6A9FAB;
}
</style>
background-color css
<style>
a { background-color: #6A9FAB; }
a { background-color: rgb(106,159,171); }
div.DivClassName
{
background-color: #6A9FAB;
}
.BgClassName
{
background-color: #6A9FAB;
}
</style>
border-color css
<style>
span { border-color: #6A9FAB; }
span { border-color: rgb(106,159,171); }
td.TdClassName
{
border-color: #6A9FAB;
}
.TagClassName
{
border-color: #6A9FAB;
}
</style>