Shades of Gulf Stream #6BBAA5
Tints of Gulf Stream #6BBAA5
RGB
CMYK
RGB Variations
Color information
#6BBAA5 (or 0x6BBAA5) is known color: Gulf Stream. HEX triplet: 6B, BA and A5. RGB value is (107,186,165). Sum of RGB (Red+Green+Blue) = 107+186+165=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAA5 is #94455A. Grayscale: #9F9F9F. Windows color (decimal): -9717083 or 10861163. OLE color: 10861163.
HSL color Cylindrical-coordinate representation of color #6BBAA5: hue angle of 164.05º 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 #6BBAA5 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 165 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.27 |
| HSL | 164.05º | 0.36% | 0.57% | - |
| HSV(B) | 164.05º | 0.42% | 0.73% | - |
| XYZ | 30.41 | 40.96 | 41.9 | - |
| YUV | 159.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 165 | 0.42 | 0 | 0.11 | 0.27 | 164.05 | 0.36 | 0.57 |
| Hex | 6B | BA | A5 | 2A | 0 | B | 1B | A4 | 24 | 39 |
| Octal | 153 | 272 | 245 | 52 | 0 | 13 | 33 | 244 | 44 | 71 |
| Binary | 1101011 | 10111010 | 10100101 | 101010 | 0 | 1011 | 11011 | 10100100 | 100100 | 111001 |
Color Harmonies of #6BBAA5
Complementary color
Monochromatic Colors of #6BBAA5
Black with #6BBAA5
Text Example
Text Example
White with #6BBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBAA5; }
p { color: rgb(107,186,165); }
H1.HeaderClassName
{
color: #6BBAA5;
}
.AnyTagClassName
{
color: #6BBAA5;
}
</style>
background-color css
<style>
a { background-color: #6BBAA5; }
a { background-color: rgb(107,186,165); }
div.DivClassName
{
background-color: #6BBAA5;
}
.BgClassName
{
background-color: #6BBAA5;
}
</style>
border-color css
<style>
span { border-color: #6BBAA5; }
span { border-color: rgb(107,186,165); }
td.TdClassName
{
border-color: #6BBAA5;
}
.TagClassName
{
border-color: #6BBAA5;
}
</style>