Shades of Gulf Stream #6EBDB1
Tints of Gulf Stream #6EBDB1
RGB
CMYK
RGB Variations
Color information
#6EBDB1 (or 0x6EBDB1) is known color: Gulf Stream. HEX triplet: 6E, BD and B1. RGB value is (110,189,177). Sum of RGB (Red+Green+Blue) = 110+189+177=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDB1 is #91424E. Grayscale: #A3A3A3. Windows color (decimal): -9519695 or 11648366. OLE color: 11648366.
HSL color Cylindrical-coordinate representation of color #6EBDB1: hue angle of 170.89º 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 #6EBDB1 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 177 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.26 |
| HSL | 170.89º | 0.37% | 0.59% | - |
| HSV(B) | 170.89º | 0.42% | 0.74% | - |
| XYZ | 32.56 | 42.88 | 48.16 | - |
| YUV | 164.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 177 | 0.42 | 0 | 0.06 | 0.26 | 170.89 | 0.37 | 0.59 |
| Hex | 6E | BD | B1 | 2A | 0 | 6 | 1A | AB | 25 | 3B |
| Octal | 156 | 275 | 261 | 52 | 0 | 6 | 32 | 253 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10110001 | 101010 | 0 | 110 | 11010 | 10101011 | 100101 | 111011 |
Color Harmonies of #6EBDB1
Complementary color
Monochromatic Colors of #6EBDB1
Black with #6EBDB1
Text Example
Text Example
White with #6EBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDB1; }
p { color: rgb(110,189,177); }
H1.HeaderClassName
{
color: #6EBDB1;
}
.AnyTagClassName
{
color: #6EBDB1;
}
</style>
background-color css
<style>
a { background-color: #6EBDB1; }
a { background-color: rgb(110,189,177); }
div.DivClassName
{
background-color: #6EBDB1;
}
.BgClassName
{
background-color: #6EBDB1;
}
</style>
border-color css
<style>
span { border-color: #6EBDB1; }
span { border-color: rgb(110,189,177); }
td.TdClassName
{
border-color: #6EBDB1;
}
.TagClassName
{
border-color: #6EBDB1;
}
</style>