Shades of Gulf Stream #6DB1A0
Tints of Gulf Stream #6DB1A0
RGB
CMYK
RGB Variations
Color information
#6DB1A0 (or 0x6DB1A0) is known color: Gulf Stream. HEX triplet: 6D, B1 and A0. RGB value is (109,177,160). Sum of RGB (Red+Green+Blue) = 109+177+160=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB1A0 is #924E5F. Grayscale: #9A9A9A. Windows color (decimal): -9588320 or 10531181. OLE color: 10531181.
HSL color Cylindrical-coordinate representation of color #6DB1A0: hue angle of 165º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB1A0 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 177 | 160 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.31 |
| HSL | 165º | 0.3% | 0.56% | - |
| HSV(B) | 165º | 0.38% | 0.69% | - |
| XYZ | 28.37 | 37.23 | 38.95 | - |
| YUV | 154.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 177 | 160 | 0.38 | 0 | 0.10 | 0.31 | 165 | 0.3 | 0.56 |
| Hex | 6D | B1 | A0 | 26 | 0 | A | 1F | A5 | 1E | 38 |
| Octal | 155 | 261 | 240 | 46 | 0 | 12 | 37 | 245 | 36 | 70 |
| Binary | 1101101 | 10110001 | 10100000 | 100110 | 0 | 1010 | 11111 | 10100101 | 11110 | 111000 |
Color Harmonies of #6DB1A0
Complementary color
Monochromatic Colors of #6DB1A0
Black with #6DB1A0
Text Example
Text Example
White with #6DB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB1A0; }
p { color: rgb(109,177,160); }
H1.HeaderClassName
{
color: #6DB1A0;
}
.AnyTagClassName
{
color: #6DB1A0;
}
</style>
background-color css
<style>
a { background-color: #6DB1A0; }
a { background-color: rgb(109,177,160); }
div.DivClassName
{
background-color: #6DB1A0;
}
.BgClassName
{
background-color: #6DB1A0;
}
</style>
border-color css
<style>
span { border-color: #6DB1A0; }
span { border-color: rgb(109,177,160); }
td.TdClassName
{
border-color: #6DB1A0;
}
.TagClassName
{
border-color: #6DB1A0;
}
</style>