Shades of Gulf Stream #6DBCB1
Tints of Gulf Stream #6DBCB1
RGB
CMYK
RGB Variations
Color information
#6DBCB1 (or 0x6DBCB1) is known color: Gulf Stream. HEX triplet: 6D, BC and B1. RGB value is (109,188,177). Sum of RGB (Red+Green+Blue) = 109+188+177=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCB1 is #92434E. Grayscale: #A3A3A3. Windows color (decimal): -9585487 or 11648109. OLE color: 11648109.
HSL color Cylindrical-coordinate representation of color #6DBCB1: hue angle of 171.65º degrees, saturation: 0.37, 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 #6DBCB1 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 177 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.26 |
| HSL | 171.65º | 0.37% | 0.58% | - |
| HSV(B) | 171.65º | 0.42% | 0.74% | - |
| XYZ | 32.23 | 42.39 | 48.08 | - |
| YUV | 163.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 177 | 0.42 | 0 | 0.06 | 0.26 | 171.65 | 0.37 | 0.58 |
| Hex | 6D | BC | B1 | 2A | 0 | 6 | 1A | AC | 25 | 3A |
| Octal | 155 | 274 | 261 | 52 | 0 | 6 | 32 | 254 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10110001 | 101010 | 0 | 110 | 11010 | 10101100 | 100101 | 111010 |
Color Harmonies of #6DBCB1
Complementary color
Monochromatic Colors of #6DBCB1
Black with #6DBCB1
Text Example
Text Example
White with #6DBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCB1; }
p { color: rgb(109,188,177); }
H1.HeaderClassName
{
color: #6DBCB1;
}
.AnyTagClassName
{
color: #6DBCB1;
}
</style>
background-color css
<style>
a { background-color: #6DBCB1; }
a { background-color: rgb(109,188,177); }
div.DivClassName
{
background-color: #6DBCB1;
}
.BgClassName
{
background-color: #6DBCB1;
}
</style>
border-color css
<style>
span { border-color: #6DBCB1; }
span { border-color: rgb(109,188,177); }
td.TdClassName
{
border-color: #6DBCB1;
}
.TagClassName
{
border-color: #6DBCB1;
}
</style>