Shades of Gulf Stream #6FB4A8
Tints of Gulf Stream #6FB4A8
RGB
CMYK
RGB Variations
Color information
#6FB4A8 (or 0x6FB4A8) is known color: Gulf Stream. HEX triplet: 6F, B4 and A8. RGB value is (111,180,168). Sum of RGB (Red+Green+Blue) = 111+180+168=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4A8 is #904B57. Grayscale: #9D9D9D. Windows color (decimal): -9456472 or 11056239. OLE color: 11056239.
HSL color Cylindrical-coordinate representation of color #6FB4A8: hue angle of 169.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB4A8 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 168 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.29 |
| HSL | 169.57º | 0.32% | 0.57% | - |
| HSV(B) | 169.57º | 0.38% | 0.71% | - |
| XYZ | 29.94 | 38.85 | 42.97 | - |
| YUV | 158 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 168 | 0.38 | 0 | 0.07 | 0.29 | 169.57 | 0.32 | 0.57 |
| Hex | 6F | B4 | A8 | 26 | 0 | 7 | 1D | AA | 20 | 39 |
| Octal | 157 | 264 | 250 | 46 | 0 | 7 | 35 | 252 | 40 | 71 |
| Binary | 1101111 | 10110100 | 10101000 | 100110 | 0 | 111 | 11101 | 10101010 | 100000 | 111001 |
Color Harmonies of #6FB4A8
Complementary color
Monochromatic Colors of #6FB4A8
Black with #6FB4A8
Text Example
Text Example
White with #6FB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4A8; }
p { color: rgb(111,180,168); }
H1.HeaderClassName
{
color: #6FB4A8;
}
.AnyTagClassName
{
color: #6FB4A8;
}
</style>
background-color css
<style>
a { background-color: #6FB4A8; }
a { background-color: rgb(111,180,168); }
div.DivClassName
{
background-color: #6FB4A8;
}
.BgClassName
{
background-color: #6FB4A8;
}
</style>
border-color css
<style>
span { border-color: #6FB4A8; }
span { border-color: rgb(111,180,168); }
td.TdClassName
{
border-color: #6FB4A8;
}
.TagClassName
{
border-color: #6FB4A8;
}
</style>