Shades of Gulf Stream #6DBDAC
Tints of Gulf Stream #6DBDAC
RGB
CMYK
RGB Variations
Color information
#6DBDAC (or 0x6DBDAC) is known color: Gulf Stream. HEX triplet: 6D, BD and AC. RGB value is (109,189,172). Sum of RGB (Red+Green+Blue) = 109+189+172=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDAC is #924253. Grayscale: #A3A3A3. Windows color (decimal): -9585236 or 11320685. OLE color: 11320685.
HSL color Cylindrical-coordinate representation of color #6DBDAC: hue angle of 167.25º 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 #6DBDAC is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 172 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.26 |
| HSL | 167.25º | 0.38% | 0.58% | - |
| HSV(B) | 167.25º | 0.42% | 0.74% | - |
| XYZ | 31.95 | 42.62 | 45.57 | - |
| YUV | 163.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 172 | 0.42 | 0 | 0.09 | 0.26 | 167.25 | 0.38 | 0.58 |
| Hex | 6D | BD | AC | 2A | 0 | 9 | 1A | A7 | 26 | 3A |
| Octal | 155 | 275 | 254 | 52 | 0 | 11 | 32 | 247 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10101100 | 101010 | 0 | 1001 | 11010 | 10100111 | 100110 | 111010 |
Color Harmonies of #6DBDAC
Complementary color
Monochromatic Colors of #6DBDAC
Black with #6DBDAC
Text Example
Text Example
White with #6DBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDAC; }
p { color: rgb(109,189,172); }
H1.HeaderClassName
{
color: #6DBDAC;
}
.AnyTagClassName
{
color: #6DBDAC;
}
</style>
background-color css
<style>
a { background-color: #6DBDAC; }
a { background-color: rgb(109,189,172); }
div.DivClassName
{
background-color: #6DBDAC;
}
.BgClassName
{
background-color: #6DBDAC;
}
</style>
border-color css
<style>
span { border-color: #6DBDAC; }
span { border-color: rgb(109,189,172); }
td.TdClassName
{
border-color: #6DBDAC;
}
.TagClassName
{
border-color: #6DBDAC;
}
</style>