Shades of Gulf Stream #6DBDA7
Tints of Gulf Stream #6DBDA7
RGB
CMYK
RGB Variations
Color information
#6DBDA7 (or 0x6DBDA7) is known color: Gulf Stream. HEX triplet: 6D, BD and A7. RGB value is (109,189,167). Sum of RGB (Red+Green+Blue) = 109+189+167=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDA7 is #924258. Grayscale: #A2A2A2. Windows color (decimal): -9585241 or 10993005. OLE color: 10993005.
HSL color Cylindrical-coordinate representation of color #6DBDA7: hue angle of 163.5º degrees, saturation: 0.38, 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 #6DBDA7 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 167 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.26 |
| HSL | 163.5º | 0.38% | 0.58% | - |
| HSV(B) | 163.5º | 0.42% | 0.74% | - |
| XYZ | 31.48 | 42.44 | 43.09 | - |
| YUV | 162.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 167 | 0.42 | 0 | 0.12 | 0.26 | 163.5 | 0.38 | 0.58 |
| Hex | 6D | BD | A7 | 2A | 0 | C | 1A | A4 | 26 | 3A |
| Octal | 155 | 275 | 247 | 52 | 0 | 14 | 32 | 244 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10100111 | 101010 | 0 | 1100 | 11010 | 10100100 | 100110 | 111010 |
Color Harmonies of #6DBDA7
Complementary color
Monochromatic Colors of #6DBDA7
Black with #6DBDA7
Text Example
Text Example
White with #6DBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDA7; }
p { color: rgb(109,189,167); }
H1.HeaderClassName
{
color: #6DBDA7;
}
.AnyTagClassName
{
color: #6DBDA7;
}
</style>
background-color css
<style>
a { background-color: #6DBDA7; }
a { background-color: rgb(109,189,167); }
div.DivClassName
{
background-color: #6DBDA7;
}
.BgClassName
{
background-color: #6DBDA7;
}
</style>
border-color css
<style>
span { border-color: #6DBDA7; }
span { border-color: rgb(109,189,167); }
td.TdClassName
{
border-color: #6DBDA7;
}
.TagClassName
{
border-color: #6DBDA7;
}
</style>