Shades of Gulf Stream #6DBDA8
Tints of Gulf Stream #6DBDA8
RGB
CMYK
RGB Variations
Color information
#6DBDA8 (or 0x6DBDA8) is known color: Gulf Stream. HEX triplet: 6D, BD and A8. RGB value is (109,189,168). Sum of RGB (Red+Green+Blue) = 109+189+168=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDA8 is #924257. Grayscale: #A2A2A2. Windows color (decimal): -9585240 or 11058541. OLE color: 11058541.
HSL color Cylindrical-coordinate representation of color #6DBDA8: hue angle of 164.25º degrees, saturation: 0.38, 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 #6DBDA8 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 168 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.26 |
| HSL | 164.25º | 0.38% | 0.58% | - |
| HSV(B) | 164.25º | 0.42% | 0.74% | - |
| XYZ | 31.57 | 42.47 | 43.58 | - |
| YUV | 162.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 168 | 0.42 | 0 | 0.11 | 0.26 | 164.25 | 0.38 | 0.58 |
| Hex | 6D | BD | A8 | 2A | 0 | B | 1A | A4 | 26 | 3A |
| Octal | 155 | 275 | 250 | 52 | 0 | 13 | 32 | 244 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10101000 | 101010 | 0 | 1011 | 11010 | 10100100 | 100110 | 111010 |
Color Harmonies of #6DBDA8
Complementary color
Monochromatic Colors of #6DBDA8
Black with #6DBDA8
Text Example
Text Example
White with #6DBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDA8; }
p { color: rgb(109,189,168); }
H1.HeaderClassName
{
color: #6DBDA8;
}
.AnyTagClassName
{
color: #6DBDA8;
}
</style>
background-color css
<style>
a { background-color: #6DBDA8; }
a { background-color: rgb(109,189,168); }
div.DivClassName
{
background-color: #6DBDA8;
}
.BgClassName
{
background-color: #6DBDA8;
}
</style>
border-color css
<style>
span { border-color: #6DBDA8; }
span { border-color: rgb(109,189,168); }
td.TdClassName
{
border-color: #6DBDA8;
}
.TagClassName
{
border-color: #6DBDA8;
}
</style>