Shades of Gulf Stream #6DBBAF
Tints of Gulf Stream #6DBBAF
RGB
CMYK
RGB Variations
Color information
#6DBBAF (or 0x6DBBAF) is known color: Gulf Stream. HEX triplet: 6D, BB and AF. RGB value is (109,187,175). Sum of RGB (Red+Green+Blue) = 109+187+175=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBAF is #924450. Grayscale: #A2A2A2. Windows color (decimal): -9585745 or 11516781. OLE color: 11516781.
HSL color Cylindrical-coordinate representation of color #6DBBAF: hue angle of 170.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBAF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 175 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.27 |
| HSL | 170.77º | 0.36% | 0.58% | - |
| HSV(B) | 170.77º | 0.42% | 0.73% | - |
| XYZ | 31.81 | 41.89 | 46.97 | - |
| YUV | 162.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 175 | 0.42 | 0 | 0.06 | 0.27 | 170.77 | 0.36 | 0.58 |
| Hex | 6D | BB | AF | 2A | 0 | 6 | 1B | AB | 24 | 3A |
| Octal | 155 | 273 | 257 | 52 | 0 | 6 | 33 | 253 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10101111 | 101010 | 0 | 110 | 11011 | 10101011 | 100100 | 111010 |
Color Harmonies of #6DBBAF
Complementary color
Monochromatic Colors of #6DBBAF
Black with #6DBBAF
Text Example
Text Example
White with #6DBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBAF; }
p { color: rgb(109,187,175); }
H1.HeaderClassName
{
color: #6DBBAF;
}
.AnyTagClassName
{
color: #6DBBAF;
}
</style>
background-color css
<style>
a { background-color: #6DBBAF; }
a { background-color: rgb(109,187,175); }
div.DivClassName
{
background-color: #6DBBAF;
}
.BgClassName
{
background-color: #6DBBAF;
}
</style>
border-color css
<style>
span { border-color: #6DBBAF; }
span { border-color: rgb(109,187,175); }
td.TdClassName
{
border-color: #6DBBAF;
}
.TagClassName
{
border-color: #6DBBAF;
}
</style>