Shades of Gulf Stream #6DB7A4
Tints of Gulf Stream #6DB7A4
RGB
CMYK
RGB Variations
Color information
#6DB7A4 (or 0x6DB7A4) is known color: Gulf Stream. HEX triplet: 6D, B7 and A4. RGB value is (109,183,164). Sum of RGB (Red+Green+Blue) = 109+183+164=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB7A4 is #92485B. Grayscale: #9E9E9E. Windows color (decimal): -9586780 or 10794861. OLE color: 10794861.
HSL color Cylindrical-coordinate representation of color #6DB7A4: hue angle of 164.59º 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 #6DB7A4 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 164 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.28 |
| HSL | 164.59º | 0.34% | 0.57% | - |
| HSV(B) | 164.59º | 0.4% | 0.72% | - |
| XYZ | 29.94 | 39.8 | 41.23 | - |
| YUV | 158.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 164 | 0.40 | 0 | 0.10 | 0.28 | 164.59 | 0.34 | 0.57 |
| Hex | 6D | B7 | A4 | 28 | 0 | A | 1C | A5 | 22 | 39 |
| Octal | 155 | 267 | 244 | 50 | 0 | 12 | 34 | 245 | 42 | 71 |
| Binary | 1101101 | 10110111 | 10100100 | 101000 | 0 | 1010 | 11100 | 10100101 | 100010 | 111001 |
Color Harmonies of #6DB7A4
Complementary color
Monochromatic Colors of #6DB7A4
Black with #6DB7A4
Text Example
Text Example
White with #6DB7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7A4; }
p { color: rgb(109,183,164); }
H1.HeaderClassName
{
color: #6DB7A4;
}
.AnyTagClassName
{
color: #6DB7A4;
}
</style>
background-color css
<style>
a { background-color: #6DB7A4; }
a { background-color: rgb(109,183,164); }
div.DivClassName
{
background-color: #6DB7A4;
}
.BgClassName
{
background-color: #6DB7A4;
}
</style>
border-color css
<style>
span { border-color: #6DB7A4; }
span { border-color: rgb(109,183,164); }
td.TdClassName
{
border-color: #6DB7A4;
}
.TagClassName
{
border-color: #6DB7A4;
}
</style>