Shades of Gulf Stream #6FB6AF
Tints of Gulf Stream #6FB6AF
RGB
CMYK
RGB Variations
Color information
#6FB6AF (or 0x6FB6AF) is known color: Gulf Stream. HEX triplet: 6F, B6 and AF. RGB value is (111,182,175). Sum of RGB (Red+Green+Blue) = 111+182+175=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB6AF is #904950. Grayscale: #9F9F9F. Windows color (decimal): -9455953 or 11515503. OLE color: 11515503.
HSL color Cylindrical-coordinate representation of color #6FB6AF: hue angle of 174.08º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB6AF is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 182 | 175 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.29 |
| HSL | 174.08º | 0.33% | 0.57% | - |
| HSV(B) | 174.08º | 0.39% | 0.71% | - |
| XYZ | 31.02 | 39.93 | 46.63 | - |
| YUV | 159.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 182 | 175 | 0.39 | 0 | 0.04 | 0.29 | 174.08 | 0.33 | 0.57 |
| Hex | 6F | B6 | AF | 27 | 0 | 4 | 1D | AE | 21 | 39 |
| Octal | 157 | 266 | 257 | 47 | 0 | 4 | 35 | 256 | 41 | 71 |
| Binary | 1101111 | 10110110 | 10101111 | 100111 | 0 | 100 | 11101 | 10101110 | 100001 | 111001 |
Color Harmonies of #6FB6AF
Complementary color
Monochromatic Colors of #6FB6AF
Black with #6FB6AF
Text Example
Text Example
White with #6FB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB6AF; }
p { color: rgb(111,182,175); }
H1.HeaderClassName
{
color: #6FB6AF;
}
.AnyTagClassName
{
color: #6FB6AF;
}
</style>
background-color css
<style>
a { background-color: #6FB6AF; }
a { background-color: rgb(111,182,175); }
div.DivClassName
{
background-color: #6FB6AF;
}
.BgClassName
{
background-color: #6FB6AF;
}
</style>
border-color css
<style>
span { border-color: #6FB6AF; }
span { border-color: rgb(111,182,175); }
td.TdClassName
{
border-color: #6FB6AF;
}
.TagClassName
{
border-color: #6FB6AF;
}
</style>