Shades of Gulf Stream #6DBCA8
Tints of Gulf Stream #6DBCA8
RGB
CMYK
RGB Variations
Color information
#6DBCA8 (or 0x6DBCA8) is known color: Gulf Stream. HEX triplet: 6D, BC and A8. RGB value is (109,188,168). Sum of RGB (Red+Green+Blue) = 109+188+168=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCA8 is #924357. Grayscale: #A2A2A2. Windows color (decimal): -9585496 or 11058285. OLE color: 11058285.
HSL color Cylindrical-coordinate representation of color #6DBCA8: hue angle of 164.81º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCA8 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 168 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.26 |
| HSL | 164.81º | 0.37% | 0.58% | - |
| HSV(B) | 164.81º | 0.42% | 0.74% | - |
| XYZ | 31.36 | 42.04 | 43.51 | - |
| YUV | 162.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 168 | 0.42 | 0 | 0.11 | 0.26 | 164.81 | 0.37 | 0.58 |
| Hex | 6D | BC | A8 | 2A | 0 | B | 1A | A5 | 25 | 3A |
| Octal | 155 | 274 | 250 | 52 | 0 | 13 | 32 | 245 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10101000 | 101010 | 0 | 1011 | 11010 | 10100101 | 100101 | 111010 |
Color Harmonies of #6DBCA8
Complementary color
Monochromatic Colors of #6DBCA8
Black with #6DBCA8
Text Example
Text Example
White with #6DBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCA8; }
p { color: rgb(109,188,168); }
H1.HeaderClassName
{
color: #6DBCA8;
}
.AnyTagClassName
{
color: #6DBCA8;
}
</style>
background-color css
<style>
a { background-color: #6DBCA8; }
a { background-color: rgb(109,188,168); }
div.DivClassName
{
background-color: #6DBCA8;
}
.BgClassName
{
background-color: #6DBCA8;
}
</style>
border-color css
<style>
span { border-color: #6DBCA8; }
span { border-color: rgb(109,188,168); }
td.TdClassName
{
border-color: #6DBCA8;
}
.TagClassName
{
border-color: #6DBCA8;
}
</style>