Shades of Gulf Stream #6BB6A5
Tints of Gulf Stream #6BB6A5
RGB
CMYK
RGB Variations
Color information
#6BB6A5 (or 0x6BB6A5) is known color: Gulf Stream. HEX triplet: 6B, B6 and A5. RGB value is (107,182,165). Sum of RGB (Red+Green+Blue) = 107+182+165=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #6BB6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB6A5 is #94495A. Grayscale: #9D9D9D. Windows color (decimal): -9718107 or 10860139. OLE color: 10860139.
HSL color Cylindrical-coordinate representation of color #6BB6A5: hue angle of 166.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB6A5 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 182 | 165 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.29 |
| HSL | 166.4º | 0.34% | 0.57% | - |
| HSV(B) | 166.4º | 0.41% | 0.71% | - |
| XYZ | 29.58 | 39.3 | 41.62 | - |
| YUV | 157.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 182 | 165 | 0.41 | 0 | 0.09 | 0.29 | 166.4 | 0.34 | 0.57 |
| Hex | 6B | B6 | A5 | 29 | 0 | 9 | 1D | A6 | 22 | 39 |
| Octal | 153 | 266 | 245 | 51 | 0 | 11 | 35 | 246 | 42 | 71 |
| Binary | 1101011 | 10110110 | 10100101 | 101001 | 0 | 1001 | 11101 | 10100110 | 100010 | 111001 |
Color Harmonies of #6BB6A5
Complementary color
Monochromatic Colors of #6BB6A5
Black with #6BB6A5
Text Example
Text Example
White with #6BB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB6A5; }
p { color: rgb(107,182,165); }
H1.HeaderClassName
{
color: #6BB6A5;
}
.AnyTagClassName
{
color: #6BB6A5;
}
</style>
background-color css
<style>
a { background-color: #6BB6A5; }
a { background-color: rgb(107,182,165); }
div.DivClassName
{
background-color: #6BB6A5;
}
.BgClassName
{
background-color: #6BB6A5;
}
</style>
border-color css
<style>
span { border-color: #6BB6A5; }
span { border-color: rgb(107,182,165); }
td.TdClassName
{
border-color: #6BB6A5;
}
.TagClassName
{
border-color: #6BB6A5;
}
</style>