Shades of Gulf Stream #6EB3A1
Tints of Gulf Stream #6EB3A1
RGB
CMYK
RGB Variations
Color information
#6EB3A1 (or 0x6EB3A1) is known color: Gulf Stream. HEX triplet: 6E, B3 and A1. RGB value is (110,179,161). Sum of RGB (Red+Green+Blue) = 110+179+161=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB3A1 is #914C5E. Grayscale: #9C9C9C. Windows color (decimal): -9522271 or 10597230. OLE color: 10597230.
HSL color Cylindrical-coordinate representation of color #6EB3A1: hue angle of 164.35º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB3A1 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 179 | 161 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.30 |
| HSL | 164.35º | 0.31% | 0.57% | - |
| HSV(B) | 164.35º | 0.39% | 0.7% | - |
| XYZ | 28.98 | 38.13 | 39.55 | - |
| YUV | 156.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 179 | 161 | 0.39 | 0 | 0.10 | 0.30 | 164.35 | 0.31 | 0.57 |
| Hex | 6E | B3 | A1 | 27 | 0 | A | 1E | A4 | 1F | 39 |
| Octal | 156 | 263 | 241 | 47 | 0 | 12 | 36 | 244 | 37 | 71 |
| Binary | 1101110 | 10110011 | 10100001 | 100111 | 0 | 1010 | 11110 | 10100100 | 11111 | 111001 |
Color Harmonies of #6EB3A1
Complementary color
Monochromatic Colors of #6EB3A1
Black with #6EB3A1
Text Example
Text Example
White with #6EB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB3A1; }
p { color: rgb(110,179,161); }
H1.HeaderClassName
{
color: #6EB3A1;
}
.AnyTagClassName
{
color: #6EB3A1;
}
</style>
background-color css
<style>
a { background-color: #6EB3A1; }
a { background-color: rgb(110,179,161); }
div.DivClassName
{
background-color: #6EB3A1;
}
.BgClassName
{
background-color: #6EB3A1;
}
</style>
border-color css
<style>
span { border-color: #6EB3A1; }
span { border-color: rgb(110,179,161); }
td.TdClassName
{
border-color: #6EB3A1;
}
.TagClassName
{
border-color: #6EB3A1;
}
</style>