Shades of Gulf Stream #6FBCB1
Tints of Gulf Stream #6FBCB1
RGB
CMYK
RGB Variations
Color information
#6FBCB1 (or 0x6FBCB1) is known color: Gulf Stream. HEX triplet: 6F, BC and B1. RGB value is (111,188,177). Sum of RGB (Red+Green+Blue) = 111+188+177=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCB1 is #90434E. Grayscale: #A3A3A3. Windows color (decimal): -9454415 or 11648111. OLE color: 11648111.
HSL color Cylindrical-coordinate representation of color #6FBCB1: hue angle of 171.43º 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 #6FBCB1 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 177 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.26 |
| HSL | 171.43º | 0.36% | 0.59% | - |
| HSV(B) | 171.43º | 0.41% | 0.74% | - |
| XYZ | 32.47 | 42.52 | 48.09 | - |
| YUV | 163.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 177 | 0.41 | 0 | 0.06 | 0.26 | 171.43 | 0.36 | 0.59 |
| Hex | 6F | BC | B1 | 29 | 0 | 6 | 1A | AB | 24 | 3B |
| Octal | 157 | 274 | 261 | 51 | 0 | 6 | 32 | 253 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10110001 | 101001 | 0 | 110 | 11010 | 10101011 | 100100 | 111011 |
Color Harmonies of #6FBCB1
Complementary color
Monochromatic Colors of #6FBCB1
Black with #6FBCB1
Text Example
Text Example
White with #6FBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCB1; }
p { color: rgb(111,188,177); }
H1.HeaderClassName
{
color: #6FBCB1;
}
.AnyTagClassName
{
color: #6FBCB1;
}
</style>
background-color css
<style>
a { background-color: #6FBCB1; }
a { background-color: rgb(111,188,177); }
div.DivClassName
{
background-color: #6FBCB1;
}
.BgClassName
{
background-color: #6FBCB1;
}
</style>
border-color css
<style>
span { border-color: #6FBCB1; }
span { border-color: rgb(111,188,177); }
td.TdClassName
{
border-color: #6FBCB1;
}
.TagClassName
{
border-color: #6FBCB1;
}
</style>