Shades of Gulf Stream #6FAF9E
Tints of Gulf Stream #6FAF9E
RGB
CMYK
RGB Variations
Color information
#6FAF9E (or 0x6FAF9E) is known color: Gulf Stream. HEX triplet: 6F, AF and 9E. RGB value is (111,175,158). Sum of RGB (Red+Green+Blue) = 111+175+158=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF9E is #905061. Grayscale: #999999. Windows color (decimal): -9457762 or 10399599. OLE color: 10399599.
HSL color Cylindrical-coordinate representation of color #6FAF9E: hue angle of 164.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF9E is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 158 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.31 |
| HSL | 164.06º | 0.29% | 0.56% | - |
| HSV(B) | 164.06º | 0.37% | 0.69% | - |
| XYZ | 28.06 | 36.51 | 37.92 | - |
| YUV | 153.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 158 | 0.37 | 0 | 0.10 | 0.31 | 164.06 | 0.29 | 0.56 |
| Hex | 6F | AF | 9E | 25 | 0 | A | 1F | A4 | 1D | 38 |
| Octal | 157 | 257 | 236 | 45 | 0 | 12 | 37 | 244 | 35 | 70 |
| Binary | 1101111 | 10101111 | 10011110 | 100101 | 0 | 1010 | 11111 | 10100100 | 11101 | 111000 |
Color Harmonies of #6FAF9E
Complementary color
Monochromatic Colors of #6FAF9E
Black with #6FAF9E
Text Example
Text Example
White with #6FAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF9E; }
p { color: rgb(111,175,158); }
H1.HeaderClassName
{
color: #6FAF9E;
}
.AnyTagClassName
{
color: #6FAF9E;
}
</style>
background-color css
<style>
a { background-color: #6FAF9E; }
a { background-color: rgb(111,175,158); }
div.DivClassName
{
background-color: #6FAF9E;
}
.BgClassName
{
background-color: #6FAF9E;
}
</style>
border-color css
<style>
span { border-color: #6FAF9E; }
span { border-color: rgb(111,175,158); }
td.TdClassName
{
border-color: #6FAF9E;
}
.TagClassName
{
border-color: #6FAF9E;
}
</style>