Shades of Gulf Stream #6EBBA9
Tints of Gulf Stream #6EBBA9
RGB
CMYK
RGB Variations
Color information
#6EBBA9 (or 0x6EBBA9) is known color: Gulf Stream. HEX triplet: 6E, BB and A9. RGB value is (110,187,169). Sum of RGB (Red+Green+Blue) = 110+187+169=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBBA9 is #914456. Grayscale: #A1A1A1. Windows color (decimal): -9520215 or 11123566. OLE color: 11123566.
HSL color Cylindrical-coordinate representation of color #6EBBA9: hue angle of 165.97º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBBA9 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 187 | 169 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.27 |
| HSL | 165.97º | 0.36% | 0.58% | - |
| HSV(B) | 165.97º | 0.41% | 0.73% | - |
| XYZ | 31.36 | 41.72 | 43.94 | - |
| YUV | 161.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 169 | 0.41 | 0 | 0.10 | 0.27 | 165.97 | 0.36 | 0.58 |
| Hex | 6E | BB | A9 | 29 | 0 | A | 1B | A6 | 24 | 3A |
| Octal | 156 | 273 | 251 | 51 | 0 | 12 | 33 | 246 | 44 | 72 |
| Binary | 1101110 | 10111011 | 10101001 | 101001 | 0 | 1010 | 11011 | 10100110 | 100100 | 111010 |
Color Harmonies of #6EBBA9
Complementary color
Monochromatic Colors of #6EBBA9
Black with #6EBBA9
Text Example
Text Example
White with #6EBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBA9; }
p { color: rgb(110,187,169); }
H1.HeaderClassName
{
color: #6EBBA9;
}
.AnyTagClassName
{
color: #6EBBA9;
}
</style>
background-color css
<style>
a { background-color: #6EBBA9; }
a { background-color: rgb(110,187,169); }
div.DivClassName
{
background-color: #6EBBA9;
}
.BgClassName
{
background-color: #6EBBA9;
}
</style>
border-color css
<style>
span { border-color: #6EBBA9; }
span { border-color: rgb(110,187,169); }
td.TdClassName
{
border-color: #6EBBA9;
}
.TagClassName
{
border-color: #6EBBA9;
}
</style>