Shades of Glacier #6EA9BE
Tints of Glacier #6EA9BE
RGB
CMYK
RGB Variations
Color information
#6EA9BE (or 0x6EA9BE) is known color: Glacier. HEX triplet: 6E, A9 and BE. RGB value is (110,169,190). Sum of RGB (Red+Green+Blue) = 110+169+190=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EA9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA9BE is #915641. Grayscale: #999999. Windows color (decimal): -9524802 or 12495214. OLE color: 12495214.
HSL color Cylindrical-coordinate representation of color #6EA9BE: hue angle of 195.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EA9BE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 169 | 190 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.25 |
| HSL | 195.75º | 0.38% | 0.59% | - |
| HSV(B) | 195.75º | 0.42% | 0.75% | - |
| XYZ | 29.91 | 35.41 | 53.97 | - |
| YUV | 153.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 169 | 190 | 0.42 | 0.11 | 0 | 0.25 | 195.75 | 0.38 | 0.59 |
| Hex | 6E | A9 | BE | 2A | B | 0 | 19 | C4 | 26 | 3B |
| Octal | 156 | 251 | 276 | 52 | 13 | 0 | 31 | 304 | 46 | 73 |
| Binary | 1101110 | 10101001 | 10111110 | 101010 | 1011 | 0 | 11001 | 11000100 | 100110 | 111011 |
Color Harmonies of #6EA9BE
Complementary color
Monochromatic Colors of #6EA9BE
Black with #6EA9BE
Text Example
Text Example
White with #6EA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA9BE; }
p { color: rgb(110,169,190); }
H1.HeaderClassName
{
color: #6EA9BE;
}
.AnyTagClassName
{
color: #6EA9BE;
}
</style>
background-color css
<style>
a { background-color: #6EA9BE; }
a { background-color: rgb(110,169,190); }
div.DivClassName
{
background-color: #6EA9BE;
}
.BgClassName
{
background-color: #6EA9BE;
}
</style>
border-color css
<style>
span { border-color: #6EA9BE; }
span { border-color: rgb(110,169,190); }
td.TdClassName
{
border-color: #6EA9BE;
}
.TagClassName
{
border-color: #6EA9BE;
}
</style>