Shades of Gulf Stream #6CBAAD
Tints of Gulf Stream #6CBAAD
RGB
CMYK
RGB Variations
Color information
#6CBAAD (or 0x6CBAAD) is known color: Gulf Stream. HEX triplet: 6C, BA and AD. RGB value is (108,186,173). Sum of RGB (Red+Green+Blue) = 108+186+173=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAAD is #934552. Grayscale: #A1A1A1. Windows color (decimal): -9651539 or 11385452. OLE color: 11385452.
HSL color Cylindrical-coordinate representation of color #6CBAAD: hue angle of 170º 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 #6CBAAD is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 173 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.27 |
| HSL | 170º | 0.36% | 0.58% | - |
| HSV(B) | 170º | 0.42% | 0.73% | - |
| XYZ | 31.29 | 41.32 | 45.86 | - |
| YUV | 161.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 173 | 0.42 | 0 | 0.07 | 0.27 | 170 | 0.36 | 0.58 |
| Hex | 6C | BA | AD | 2A | 0 | 7 | 1B | AA | 24 | 3A |
| Octal | 154 | 272 | 255 | 52 | 0 | 7 | 33 | 252 | 44 | 72 |
| Binary | 1101100 | 10111010 | 10101101 | 101010 | 0 | 111 | 11011 | 10101010 | 100100 | 111010 |
Color Harmonies of #6CBAAD
Complementary color
Monochromatic Colors of #6CBAAD
Black with #6CBAAD
Text Example
Text Example
White with #6CBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAAD; }
p { color: rgb(108,186,173); }
H1.HeaderClassName
{
color: #6CBAAD;
}
.AnyTagClassName
{
color: #6CBAAD;
}
</style>
background-color css
<style>
a { background-color: #6CBAAD; }
a { background-color: rgb(108,186,173); }
div.DivClassName
{
background-color: #6CBAAD;
}
.BgClassName
{
background-color: #6CBAAD;
}
</style>
border-color css
<style>
span { border-color: #6CBAAD; }
span { border-color: rgb(108,186,173); }
td.TdClassName
{
border-color: #6CBAAD;
}
.TagClassName
{
border-color: #6CBAAD;
}
</style>