Shades of Gulf Stream #6DB7A3
Tints of Gulf Stream #6DB7A3
RGB
CMYK
RGB Variations
Color information
#6DB7A3 (or 0x6DB7A3) is known color: Gulf Stream. HEX triplet: 6D, B7 and A3. RGB value is (109,183,163). Sum of RGB (Red+Green+Blue) = 109+183+163=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB7A3 is #92485C. Grayscale: #9E9E9E. Windows color (decimal): -9586781 or 10729325. OLE color: 10729325.
HSL color Cylindrical-coordinate representation of color #6DB7A3: hue angle of 163.78º 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 #6DB7A3 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 163 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.28 |
| HSL | 163.78º | 0.34% | 0.57% | - |
| HSV(B) | 163.78º | 0.4% | 0.72% | - |
| XYZ | 29.85 | 39.76 | 40.75 | - |
| YUV | 158.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 163 | 0.40 | 0 | 0.11 | 0.28 | 163.78 | 0.34 | 0.57 |
| Hex | 6D | B7 | A3 | 28 | 0 | B | 1C | A4 | 22 | 39 |
| Octal | 155 | 267 | 243 | 50 | 0 | 13 | 34 | 244 | 42 | 71 |
| Binary | 1101101 | 10110111 | 10100011 | 101000 | 0 | 1011 | 11100 | 10100100 | 100010 | 111001 |
Color Harmonies of #6DB7A3
Complementary color
Monochromatic Colors of #6DB7A3
Black with #6DB7A3
Text Example
Text Example
White with #6DB7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7A3; }
p { color: rgb(109,183,163); }
H1.HeaderClassName
{
color: #6DB7A3;
}
.AnyTagClassName
{
color: #6DB7A3;
}
</style>
background-color css
<style>
a { background-color: #6DB7A3; }
a { background-color: rgb(109,183,163); }
div.DivClassName
{
background-color: #6DB7A3;
}
.BgClassName
{
background-color: #6DB7A3;
}
</style>
border-color css
<style>
span { border-color: #6DB7A3; }
span { border-color: rgb(109,183,163); }
td.TdClassName
{
border-color: #6DB7A3;
}
.TagClassName
{
border-color: #6DB7A3;
}
</style>