Shades of Gulf Stream #6BBAAD
Tints of Gulf Stream #6BBAAD
RGB
CMYK
RGB Variations
Color information
#6BBAAD (or 0x6BBAAD) is known color: Gulf Stream. HEX triplet: 6B, BA and AD. RGB value is (107,186,173). Sum of RGB (Red+Green+Blue) = 107+186+173=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAAD is #944552. Grayscale: #A0A0A0. Windows color (decimal): -9717075 or 11385451. OLE color: 11385451.
HSL color Cylindrical-coordinate representation of color #6BBAAD: hue angle of 170.13º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAAD is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 173 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.27 |
| HSL | 170.13º | 0.36% | 0.57% | - |
| HSV(B) | 170.13º | 0.42% | 0.73% | - |
| XYZ | 31.17 | 41.26 | 45.86 | - |
| YUV | 160.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 173 | 0.42 | 0 | 0.07 | 0.27 | 170.13 | 0.36 | 0.57 |
| Hex | 6B | BA | AD | 2A | 0 | 7 | 1B | AA | 24 | 39 |
| Octal | 153 | 272 | 255 | 52 | 0 | 7 | 33 | 252 | 44 | 71 |
| Binary | 1101011 | 10111010 | 10101101 | 101010 | 0 | 111 | 11011 | 10101010 | 100100 | 111001 |
Color Harmonies of #6BBAAD
Complementary color
Monochromatic Colors of #6BBAAD
Black with #6BBAAD
Text Example
Text Example
White with #6BBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBAAD; }
p { color: rgb(107,186,173); }
H1.HeaderClassName
{
color: #6BBAAD;
}
.AnyTagClassName
{
color: #6BBAAD;
}
</style>
background-color css
<style>
a { background-color: #6BBAAD; }
a { background-color: rgb(107,186,173); }
div.DivClassName
{
background-color: #6BBAAD;
}
.BgClassName
{
background-color: #6BBAAD;
}
</style>
border-color css
<style>
span { border-color: #6BBAAD; }
span { border-color: rgb(107,186,173); }
td.TdClassName
{
border-color: #6BBAAD;
}
.TagClassName
{
border-color: #6BBAAD;
}
</style>