Shades of Gulf Stream #6FBCB3
Tints of Gulf Stream #6FBCB3
RGB
CMYK
RGB Variations
Color information
#6FBCB3 (or 0x6FBCB3) is known color: Gulf Stream. HEX triplet: 6F, BC and B3. RGB value is (111,188,179). Sum of RGB (Red+Green+Blue) = 111+188+179=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCB3 is #90434C. Grayscale: #A3A3A3. Windows color (decimal): -9454413 or 11779183. OLE color: 11779183.
HSL color Cylindrical-coordinate representation of color #6FBCB3: hue angle of 172.99º 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 #6FBCB3 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 179 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.26 |
| HSL | 172.99º | 0.36% | 0.59% | - |
| HSV(B) | 172.99º | 0.41% | 0.74% | - |
| XYZ | 32.68 | 42.6 | 49.15 | - |
| YUV | 163.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 179 | 0.41 | 0 | 0.05 | 0.26 | 172.99 | 0.36 | 0.59 |
| Hex | 6F | BC | B3 | 29 | 0 | 5 | 1A | AD | 24 | 3B |
| Octal | 157 | 274 | 263 | 51 | 0 | 5 | 32 | 255 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10110011 | 101001 | 0 | 101 | 11010 | 10101101 | 100100 | 111011 |
Color Harmonies of #6FBCB3
Complementary color
Monochromatic Colors of #6FBCB3
Black with #6FBCB3
Text Example
Text Example
White with #6FBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCB3; }
p { color: rgb(111,188,179); }
H1.HeaderClassName
{
color: #6FBCB3;
}
.AnyTagClassName
{
color: #6FBCB3;
}
</style>
background-color css
<style>
a { background-color: #6FBCB3; }
a { background-color: rgb(111,188,179); }
div.DivClassName
{
background-color: #6FBCB3;
}
.BgClassName
{
background-color: #6FBCB3;
}
</style>
border-color css
<style>
span { border-color: #6FBCB3; }
span { border-color: rgb(111,188,179); }
td.TdClassName
{
border-color: #6FBCB3;
}
.TagClassName
{
border-color: #6FBCB3;
}
</style>