Shades of Gulf Stream #6DB4A4
Tints of Gulf Stream #6DB4A4
RGB
CMYK
RGB Variations
Color information
#6DB4A4 (or 0x6DB4A4) is known color: Gulf Stream. HEX triplet: 6D, B4 and A4. RGB value is (109,180,164). Sum of RGB (Red+Green+Blue) = 109+180+164=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB4A4 is #924B5B. Grayscale: #9C9C9C. Windows color (decimal): -9587548 or 10794093. OLE color: 10794093.
HSL color Cylindrical-coordinate representation of color #6DB4A4: hue angle of 166.48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB4A4 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 164 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.29 |
| HSL | 166.48º | 0.32% | 0.57% | - |
| HSV(B) | 166.48º | 0.39% | 0.71% | - |
| XYZ | 29.33 | 38.57 | 41.02 | - |
| YUV | 156.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 164 | 0.39 | 0 | 0.09 | 0.29 | 166.48 | 0.32 | 0.57 |
| Hex | 6D | B4 | A4 | 27 | 0 | 9 | 1D | A6 | 20 | 39 |
| Octal | 155 | 264 | 244 | 47 | 0 | 11 | 35 | 246 | 40 | 71 |
| Binary | 1101101 | 10110100 | 10100100 | 100111 | 0 | 1001 | 11101 | 10100110 | 100000 | 111001 |
Color Harmonies of #6DB4A4
Complementary color
Monochromatic Colors of #6DB4A4
Black with #6DB4A4
Text Example
Text Example
White with #6DB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4A4; }
p { color: rgb(109,180,164); }
H1.HeaderClassName
{
color: #6DB4A4;
}
.AnyTagClassName
{
color: #6DB4A4;
}
</style>
background-color css
<style>
a { background-color: #6DB4A4; }
a { background-color: rgb(109,180,164); }
div.DivClassName
{
background-color: #6DB4A4;
}
.BgClassName
{
background-color: #6DB4A4;
}
</style>
border-color css
<style>
span { border-color: #6DB4A4; }
span { border-color: rgb(109,180,164); }
td.TdClassName
{
border-color: #6DB4A4;
}
.TagClassName
{
border-color: #6DB4A4;
}
</style>