Shades of Neptune #6B9EAA
Tints of Neptune #6B9EAA
RGB
CMYK
RGB Variations
Color information
#6B9EAA (or 0x6B9EAA) is known color: Neptune. HEX triplet: 6B, 9E and AA. RGB value is (107,158,170). Sum of RGB (Red+Green+Blue) = 107+158+170=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9EAA is #946155. Grayscale: #909090. Windows color (decimal): -9724246 or 11181675. OLE color: 11181675.
HSL color Cylindrical-coordinate representation of color #6B9EAA: hue angle of 191.43º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B9EAA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 158 | 170 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.33 |
| HSL | 191.43º | 0.27% | 0.54% | - |
| HSV(B) | 191.43º | 0.37% | 0.67% | - |
| XYZ | 25.55 | 30.48 | 42.57 | - |
| YUV | 144.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 170 | 0.37 | 0.07 | 0 | 0.33 | 191.43 | 0.27 | 0.54 |
| Hex | 6B | 9E | AA | 25 | 7 | 0 | 21 | BF | 1B | 36 |
| Octal | 153 | 236 | 252 | 45 | 7 | 0 | 41 | 277 | 33 | 66 |
| Binary | 1101011 | 10011110 | 10101010 | 100101 | 111 | 0 | 100001 | 10111111 | 11011 | 110110 |
Color Harmonies of #6B9EAA
Complementary color
Monochromatic Colors of #6B9EAA
Black with #6B9EAA
Text Example
Text Example
White with #6B9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9EAA; }
p { color: rgb(107,158,170); }
H1.HeaderClassName
{
color: #6B9EAA;
}
.AnyTagClassName
{
color: #6B9EAA;
}
</style>
background-color css
<style>
a { background-color: #6B9EAA; }
a { background-color: rgb(107,158,170); }
div.DivClassName
{
background-color: #6B9EAA;
}
.BgClassName
{
background-color: #6B9EAA;
}
</style>
border-color css
<style>
span { border-color: #6B9EAA; }
span { border-color: rgb(107,158,170); }
td.TdClassName
{
border-color: #6B9EAA;
}
.TagClassName
{
border-color: #6B9EAA;
}
</style>