Shades of Gulf Stream #6DBDAF
Tints of Gulf Stream #6DBDAF
RGB
CMYK
RGB Variations
Color information
#6DBDAF (or 0x6DBDAF) is known color: Gulf Stream. HEX triplet: 6D, BD and AF. RGB value is (109,189,175). Sum of RGB (Red+Green+Blue) = 109+189+175=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDAF is #924250. Grayscale: #A3A3A3. Windows color (decimal): -9585233 or 11517293. OLE color: 11517293.
HSL color Cylindrical-coordinate representation of color #6DBDAF: hue angle of 169.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 #6DBDAF is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 175 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.26 |
| HSL | 169.5º | 0.38% | 0.58% | - |
| HSV(B) | 169.5º | 0.42% | 0.74% | - |
| XYZ | 32.24 | 42.74 | 47.11 | - |
| YUV | 163.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 175 | 0.42 | 0 | 0.07 | 0.26 | 169.5 | 0.38 | 0.58 |
| Hex | 6D | BD | AF | 2A | 0 | 7 | 1A | AA | 26 | 3A |
| Octal | 155 | 275 | 257 | 52 | 0 | 7 | 32 | 252 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10101111 | 101010 | 0 | 111 | 11010 | 10101010 | 100110 | 111010 |
Color Harmonies of #6DBDAF
Complementary color
Monochromatic Colors of #6DBDAF
Black with #6DBDAF
Text Example
Text Example
White with #6DBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDAF; }
p { color: rgb(109,189,175); }
H1.HeaderClassName
{
color: #6DBDAF;
}
.AnyTagClassName
{
color: #6DBDAF;
}
</style>
background-color css
<style>
a { background-color: #6DBDAF; }
a { background-color: rgb(109,189,175); }
div.DivClassName
{
background-color: #6DBDAF;
}
.BgClassName
{
background-color: #6DBDAF;
}
</style>
border-color css
<style>
span { border-color: #6DBDAF; }
span { border-color: rgb(109,189,175); }
td.TdClassName
{
border-color: #6DBDAF;
}
.TagClassName
{
border-color: #6DBDAF;
}
</style>