Shades of Gulf Stream #6EAF9D
Tints of Gulf Stream #6EAF9D
RGB
CMYK
RGB Variations
Color information
#6EAF9D (or 0x6EAF9D) is known color: Gulf Stream. HEX triplet: 6E, AF and 9D. RGB value is (110,175,157). Sum of RGB (Red+Green+Blue) = 110+175+157=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAF9D is #915062. Grayscale: #999999. Windows color (decimal): -9523299 or 10334062. OLE color: 10334062.
HSL color Cylindrical-coordinate representation of color #6EAF9D: hue angle of 163.38º 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 #6EAF9D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 157 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.31 |
| HSL | 163.38º | 0.29% | 0.56% | - |
| HSV(B) | 163.38º | 0.37% | 0.69% | - |
| XYZ | 27.85 | 36.41 | 37.46 | - |
| YUV | 153.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 157 | 0.37 | 0 | 0.10 | 0.31 | 163.38 | 0.29 | 0.56 |
| Hex | 6E | AF | 9D | 25 | 0 | A | 1F | A3 | 1D | 38 |
| Octal | 156 | 257 | 235 | 45 | 0 | 12 | 37 | 243 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10011101 | 100101 | 0 | 1010 | 11111 | 10100011 | 11101 | 111000 |
Color Harmonies of #6EAF9D
Complementary color
Monochromatic Colors of #6EAF9D
Black with #6EAF9D
Text Example
Text Example
White with #6EAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF9D; }
p { color: rgb(110,175,157); }
H1.HeaderClassName
{
color: #6EAF9D;
}
.AnyTagClassName
{
color: #6EAF9D;
}
</style>
background-color css
<style>
a { background-color: #6EAF9D; }
a { background-color: rgb(110,175,157); }
div.DivClassName
{
background-color: #6EAF9D;
}
.BgClassName
{
background-color: #6EAF9D;
}
</style>
border-color css
<style>
span { border-color: #6EAF9D; }
span { border-color: rgb(110,175,157); }
td.TdClassName
{
border-color: #6EAF9D;
}
.TagClassName
{
border-color: #6EAF9D;
}
</style>