Shades of Gulf Stream #6DBBB1
Tints of Gulf Stream #6DBBB1
RGB
CMYK
RGB Variations
Color information
#6DBBB1 (or 0x6DBBB1) is known color: Gulf Stream. HEX triplet: 6D, BB and B1. RGB value is (109,187,177). Sum of RGB (Red+Green+Blue) = 109+187+177=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBB1 is #92444E. Grayscale: #A2A2A2. Windows color (decimal): -9585743 or 11647853. OLE color: 11647853.
HSL color Cylindrical-coordinate representation of color #6DBBB1: hue angle of 172.31º 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 #6DBBB1 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 177 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.27 |
| HSL | 172.31º | 0.36% | 0.58% | - |
| HSV(B) | 172.31º | 0.42% | 0.73% | - |
| XYZ | 32.01 | 41.97 | 48.01 | - |
| YUV | 162.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 177 | 0.42 | 0 | 0.05 | 0.27 | 172.31 | 0.36 | 0.58 |
| Hex | 6D | BB | B1 | 2A | 0 | 5 | 1B | AC | 24 | 3A |
| Octal | 155 | 273 | 261 | 52 | 0 | 5 | 33 | 254 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10110001 | 101010 | 0 | 101 | 11011 | 10101100 | 100100 | 111010 |
Color Harmonies of #6DBBB1
Complementary color
Monochromatic Colors of #6DBBB1
Black with #6DBBB1
Text Example
Text Example
White with #6DBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBB1; }
p { color: rgb(109,187,177); }
H1.HeaderClassName
{
color: #6DBBB1;
}
.AnyTagClassName
{
color: #6DBBB1;
}
</style>
background-color css
<style>
a { background-color: #6DBBB1; }
a { background-color: rgb(109,187,177); }
div.DivClassName
{
background-color: #6DBBB1;
}
.BgClassName
{
background-color: #6DBBB1;
}
</style>
border-color css
<style>
span { border-color: #6DBBB1; }
span { border-color: rgb(109,187,177); }
td.TdClassName
{
border-color: #6DBBB1;
}
.TagClassName
{
border-color: #6DBBB1;
}
</style>