Shades of Gulf Stream #6DB7AB
Tints of Gulf Stream #6DB7AB
RGB
CMYK
RGB Variations
Color information
#6DB7AB (or 0x6DB7AB) is known color: Gulf Stream. HEX triplet: 6D, B7 and AB. RGB value is (109,183,171). Sum of RGB (Red+Green+Blue) = 109+183+171=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB7AB is #924854. Grayscale: #9F9F9F. Windows color (decimal): -9586773 or 11253613. OLE color: 11253613.
HSL color Cylindrical-coordinate representation of color #6DB7AB: hue angle of 170.27º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB7AB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 171 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.28 |
| HSL | 170.27º | 0.34% | 0.57% | - |
| HSV(B) | 170.27º | 0.4% | 0.72% | - |
| XYZ | 30.59 | 40.06 | 44.65 | - |
| YUV | 159.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 171 | 0.40 | 0 | 0.07 | 0.28 | 170.27 | 0.34 | 0.57 |
| Hex | 6D | B7 | AB | 28 | 0 | 7 | 1C | AA | 22 | 39 |
| Octal | 155 | 267 | 253 | 50 | 0 | 7 | 34 | 252 | 42 | 71 |
| Binary | 1101101 | 10110111 | 10101011 | 101000 | 0 | 111 | 11100 | 10101010 | 100010 | 111001 |
Color Harmonies of #6DB7AB
Complementary color
Monochromatic Colors of #6DB7AB
Black with #6DB7AB
Text Example
Text Example
White with #6DB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7AB; }
p { color: rgb(109,183,171); }
H1.HeaderClassName
{
color: #6DB7AB;
}
.AnyTagClassName
{
color: #6DB7AB;
}
</style>
background-color css
<style>
a { background-color: #6DB7AB; }
a { background-color: rgb(109,183,171); }
div.DivClassName
{
background-color: #6DB7AB;
}
.BgClassName
{
background-color: #6DB7AB;
}
</style>
border-color css
<style>
span { border-color: #6DB7AB; }
span { border-color: rgb(109,183,171); }
td.TdClassName
{
border-color: #6DB7AB;
}
.TagClassName
{
border-color: #6DB7AB;
}
</style>