Shades of Gulf Stream #6FBCA8
Tints of Gulf Stream #6FBCA8
RGB
CMYK
RGB Variations
Color information
#6FBCA8 (or 0x6FBCA8) is known color: Gulf Stream. HEX triplet: 6F, BC and A8. RGB value is (111,188,168). Sum of RGB (Red+Green+Blue) = 111+188+168=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCA8 is #904357. Grayscale: #A2A2A2. Windows color (decimal): -9454424 or 11058287. OLE color: 11058287.
HSL color Cylindrical-coordinate representation of color #6FBCA8: hue angle of 164.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCA8 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 168 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.26 |
| HSL | 164.42º | 0.36% | 0.59% | - |
| HSV(B) | 164.42º | 0.41% | 0.74% | - |
| XYZ | 31.61 | 42.17 | 43.52 | - |
| YUV | 162.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 168 | 0.41 | 0 | 0.11 | 0.26 | 164.42 | 0.36 | 0.59 |
| Hex | 6F | BC | A8 | 29 | 0 | B | 1A | A4 | 24 | 3B |
| Octal | 157 | 274 | 250 | 51 | 0 | 13 | 32 | 244 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10101000 | 101001 | 0 | 1011 | 11010 | 10100100 | 100100 | 111011 |
Color Harmonies of #6FBCA8
Complementary color
Monochromatic Colors of #6FBCA8
Black with #6FBCA8
Text Example
Text Example
White with #6FBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCA8; }
p { color: rgb(111,188,168); }
H1.HeaderClassName
{
color: #6FBCA8;
}
.AnyTagClassName
{
color: #6FBCA8;
}
</style>
background-color css
<style>
a { background-color: #6FBCA8; }
a { background-color: rgb(111,188,168); }
div.DivClassName
{
background-color: #6FBCA8;
}
.BgClassName
{
background-color: #6FBCA8;
}
</style>
border-color css
<style>
span { border-color: #6FBCA8; }
span { border-color: rgb(111,188,168); }
td.TdClassName
{
border-color: #6FBCA8;
}
.TagClassName
{
border-color: #6FBCA8;
}
</style>