Shades of Gulf Stream #6ABDAF
Tints of Gulf Stream #6ABDAF
RGB
CMYK
RGB Variations
Color information
#6ABDAF (or 0x6ABDAF) is known color: Gulf Stream. HEX triplet: 6A, BD and AF. RGB value is (106,189,175). Sum of RGB (Red+Green+Blue) = 106+189+175=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABDAF is #954250. Grayscale: #A2A2A2. Windows color (decimal): -9781841 or 11517290. OLE color: 11517290.
HSL color Cylindrical-coordinate representation of color #6ABDAF: hue angle of 169.88º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABDAF is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 175 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.26 |
| HSL | 169.88º | 0.39% | 0.58% | - |
| HSV(B) | 169.88º | 0.44% | 0.74% | - |
| XYZ | 31.88 | 42.55 | 47.09 | - |
| YUV | 162.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 175 | 0.44 | 0 | 0.07 | 0.26 | 169.88 | 0.39 | 0.58 |
| Hex | 6A | BD | AF | 2C | 0 | 7 | 1A | AA | 27 | 3A |
| Octal | 152 | 275 | 257 | 54 | 0 | 7 | 32 | 252 | 47 | 72 |
| Binary | 1101010 | 10111101 | 10101111 | 101100 | 0 | 111 | 11010 | 10101010 | 100111 | 111010 |
Color Harmonies of #6ABDAF
Complementary color
Monochromatic Colors of #6ABDAF
Black with #6ABDAF
Text Example
Text Example
White with #6ABDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDAF; }
p { color: rgb(106,189,175); }
H1.HeaderClassName
{
color: #6ABDAF;
}
.AnyTagClassName
{
color: #6ABDAF;
}
</style>
background-color css
<style>
a { background-color: #6ABDAF; }
a { background-color: rgb(106,189,175); }
div.DivClassName
{
background-color: #6ABDAF;
}
.BgClassName
{
background-color: #6ABDAF;
}
</style>
border-color css
<style>
span { border-color: #6ABDAF; }
span { border-color: rgb(106,189,175); }
td.TdClassName
{
border-color: #6ABDAF;
}
.TagClassName
{
border-color: #6ABDAF;
}
</style>