Shades of Gulf Stream #6FB8B3
Tints of Gulf Stream #6FB8B3
RGB
CMYK
RGB Variations
Color information
#6FB8B3 (or 0x6FB8B3) is known color: Gulf Stream. HEX triplet: 6F, B8 and B3. RGB value is (111,184,179). Sum of RGB (Red+Green+Blue) = 111+184+179=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB8B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8B3 is #90474C. Grayscale: #A1A1A1. Windows color (decimal): -9455437 or 11778159. OLE color: 11778159.
HSL color Cylindrical-coordinate representation of color #6FB8B3: hue angle of 175.89º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB8B3 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 184 | 179 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.28 |
| HSL | 175.89º | 0.34% | 0.58% | - |
| HSV(B) | 175.89º | 0.4% | 0.72% | - |
| XYZ | 31.83 | 40.92 | 48.87 | - |
| YUV | 161.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 179 | 0.40 | 0 | 0.03 | 0.28 | 175.89 | 0.34 | 0.58 |
| Hex | 6F | B8 | B3 | 28 | 0 | 3 | 1C | B0 | 22 | 3A |
| Octal | 157 | 270 | 263 | 50 | 0 | 3 | 34 | 260 | 42 | 72 |
| Binary | 1101111 | 10111000 | 10110011 | 101000 | 0 | 11 | 11100 | 10110000 | 100010 | 111010 |
Color Harmonies of #6FB8B3
Complementary color
Monochromatic Colors of #6FB8B3
Black with #6FB8B3
Text Example
Text Example
White with #6FB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB8B3; }
p { color: rgb(111,184,179); }
H1.HeaderClassName
{
color: #6FB8B3;
}
.AnyTagClassName
{
color: #6FB8B3;
}
</style>
background-color css
<style>
a { background-color: #6FB8B3; }
a { background-color: rgb(111,184,179); }
div.DivClassName
{
background-color: #6FB8B3;
}
.BgClassName
{
background-color: #6FB8B3;
}
</style>
border-color css
<style>
span { border-color: #6FB8B3; }
span { border-color: rgb(111,184,179); }
td.TdClassName
{
border-color: #6FB8B3;
}
.TagClassName
{
border-color: #6FB8B3;
}
</style>