Shades of Gulf Stream #6EBDAF
Tints of Gulf Stream #6EBDAF
RGB
CMYK
RGB Variations
Color information
#6EBDAF (or 0x6EBDAF) is known color: Gulf Stream. HEX triplet: 6E, BD and AF. RGB value is (110,189,175). Sum of RGB (Red+Green+Blue) = 110+189+175=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDAF is #914250. Grayscale: #A3A3A3. Windows color (decimal): -9519697 or 11517294. OLE color: 11517294.
HSL color Cylindrical-coordinate representation of color #6EBDAF: hue angle of 169.37º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDAF is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 175 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.26 |
| HSL | 169.37º | 0.37% | 0.59% | - |
| HSV(B) | 169.37º | 0.42% | 0.74% | - |
| XYZ | 32.37 | 42.81 | 47.11 | - |
| YUV | 163.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 175 | 0.42 | 0 | 0.07 | 0.26 | 169.37 | 0.37 | 0.59 |
| Hex | 6E | BD | AF | 2A | 0 | 7 | 1A | A9 | 25 | 3B |
| Octal | 156 | 275 | 257 | 52 | 0 | 7 | 32 | 251 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10101111 | 101010 | 0 | 111 | 11010 | 10101001 | 100101 | 111011 |
Color Harmonies of #6EBDAF
Complementary color
Monochromatic Colors of #6EBDAF
Black with #6EBDAF
Text Example
Text Example
White with #6EBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDAF; }
p { color: rgb(110,189,175); }
H1.HeaderClassName
{
color: #6EBDAF;
}
.AnyTagClassName
{
color: #6EBDAF;
}
</style>
background-color css
<style>
a { background-color: #6EBDAF; }
a { background-color: rgb(110,189,175); }
div.DivClassName
{
background-color: #6EBDAF;
}
.BgClassName
{
background-color: #6EBDAF;
}
</style>
border-color css
<style>
span { border-color: #6EBDAF; }
span { border-color: rgb(110,189,175); }
td.TdClassName
{
border-color: #6EBDAF;
}
.TagClassName
{
border-color: #6EBDAF;
}
</style>