Shades of Gulf Stream #6DBCA6
Tints of Gulf Stream #6DBCA6
RGB
CMYK
RGB Variations
Color information
#6DBCA6 (or 0x6DBCA6) is known color: Gulf Stream. HEX triplet: 6D, BC and A6. RGB value is (109,188,166). Sum of RGB (Red+Green+Blue) = 109+188+166=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCA6 is #924359. Grayscale: #A1A1A1. Windows color (decimal): -9585498 or 10927213. OLE color: 10927213.
HSL color Cylindrical-coordinate representation of color #6DBCA6: hue angle of 163.29º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCA6 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 166 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.26 |
| HSL | 163.29º | 0.37% | 0.58% | - |
| HSV(B) | 163.29º | 0.42% | 0.74% | - |
| XYZ | 31.17 | 41.97 | 42.53 | - |
| YUV | 161.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 166 | 0.42 | 0 | 0.12 | 0.26 | 163.29 | 0.37 | 0.58 |
| Hex | 6D | BC | A6 | 2A | 0 | C | 1A | A3 | 25 | 3A |
| Octal | 155 | 274 | 246 | 52 | 0 | 14 | 32 | 243 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10100110 | 101010 | 0 | 1100 | 11010 | 10100011 | 100101 | 111010 |
Color Harmonies of #6DBCA6
Complementary color
Monochromatic Colors of #6DBCA6
Black with #6DBCA6
Text Example
Text Example
White with #6DBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCA6; }
p { color: rgb(109,188,166); }
H1.HeaderClassName
{
color: #6DBCA6;
}
.AnyTagClassName
{
color: #6DBCA6;
}
</style>
background-color css
<style>
a { background-color: #6DBCA6; }
a { background-color: rgb(109,188,166); }
div.DivClassName
{
background-color: #6DBCA6;
}
.BgClassName
{
background-color: #6DBCA6;
}
</style>
border-color css
<style>
span { border-color: #6DBCA6; }
span { border-color: rgb(109,188,166); }
td.TdClassName
{
border-color: #6DBCA6;
}
.TagClassName
{
border-color: #6DBCA6;
}
</style>