Shades of Gulf Stream #6FB9AA
Tints of Gulf Stream #6FB9AA
RGB
CMYK
RGB Variations
Color information
#6FB9AA (or 0x6FB9AA) is known color: Gulf Stream. HEX triplet: 6F, B9 and AA. RGB value is (111,185,170). Sum of RGB (Red+Green+Blue) = 111+185+170=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB9AA is #904655. Grayscale: #A1A1A1. Windows color (decimal): -9455190 or 11188591. OLE color: 11188591.
HSL color Cylindrical-coordinate representation of color #6FB9AA: hue angle of 167.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB9AA is Cyan = 0.4, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 170 | - |
| CMYK | 0.4 | 0 | 0.08 | 0.27 |
| HSL | 167.84º | 0.35% | 0.58% | - |
| HSV(B) | 167.84º | 0.4% | 0.73% | - |
| XYZ | 31.16 | 40.98 | 44.3 | - |
| YUV | 161.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 170 | 0.4 | 0 | 0.08 | 0.27 | 167.84 | 0.35 | 0.58 |
| Hex | 6F | B9 | AA | 28 | 0 | 8 | 1B | A8 | 23 | 3A |
| Octal | 157 | 271 | 252 | 50 | 0 | 10 | 33 | 250 | 43 | 72 |
| Binary | 1101111 | 10111001 | 10101010 | 101000 | 0 | 1000 | 11011 | 10101000 | 100011 | 111010 |
Color Harmonies of #6FB9AA
Complementary color
Monochromatic Colors of #6FB9AA
Black with #6FB9AA
Text Example
Text Example
White with #6FB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB9AA; }
p { color: rgb(111,185,170); }
H1.HeaderClassName
{
color: #6FB9AA;
}
.AnyTagClassName
{
color: #6FB9AA;
}
</style>
background-color css
<style>
a { background-color: #6FB9AA; }
a { background-color: rgb(111,185,170); }
div.DivClassName
{
background-color: #6FB9AA;
}
.BgClassName
{
background-color: #6FB9AA;
}
</style>
border-color css
<style>
span { border-color: #6FB9AA; }
span { border-color: rgb(111,185,170); }
td.TdClassName
{
border-color: #6FB9AA;
}
.TagClassName
{
border-color: #6FB9AA;
}
</style>