Shades of Gulf Stream #6CBAA6
Tints of Gulf Stream #6CBAA6
RGB
CMYK
RGB Variations
Color information
#6CBAA6 (or 0x6CBAA6) is known color: Gulf Stream. HEX triplet: 6C, BA and A6. RGB value is (108,186,166). Sum of RGB (Red+Green+Blue) = 108+186+166=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAA6 is #934559. Grayscale: #A0A0A0. Windows color (decimal): -9651546 or 10926700. OLE color: 10926700.
HSL color Cylindrical-coordinate representation of color #6CBAA6: hue angle of 164.62º 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 #6CBAA6 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 166 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.27 |
| HSL | 164.62º | 0.36% | 0.58% | - |
| HSV(B) | 164.62º | 0.42% | 0.73% | - |
| XYZ | 30.63 | 41.06 | 42.39 | - |
| YUV | 160.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 166 | 0.42 | 0 | 0.11 | 0.27 | 164.62 | 0.36 | 0.58 |
| Hex | 6C | BA | A6 | 2A | 0 | B | 1B | A5 | 24 | 3A |
| Octal | 154 | 272 | 246 | 52 | 0 | 13 | 33 | 245 | 44 | 72 |
| Binary | 1101100 | 10111010 | 10100110 | 101010 | 0 | 1011 | 11011 | 10100101 | 100100 | 111010 |
Color Harmonies of #6CBAA6
Complementary color
Monochromatic Colors of #6CBAA6
Black with #6CBAA6
Text Example
Text Example
White with #6CBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAA6; }
p { color: rgb(108,186,166); }
H1.HeaderClassName
{
color: #6CBAA6;
}
.AnyTagClassName
{
color: #6CBAA6;
}
</style>
background-color css
<style>
a { background-color: #6CBAA6; }
a { background-color: rgb(108,186,166); }
div.DivClassName
{
background-color: #6CBAA6;
}
.BgClassName
{
background-color: #6CBAA6;
}
</style>
border-color css
<style>
span { border-color: #6CBAA6; }
span { border-color: rgb(108,186,166); }
td.TdClassName
{
border-color: #6CBAA6;
}
.TagClassName
{
border-color: #6CBAA6;
}
</style>