Shades of Glacier #6EAEBE
Tints of Glacier #6EAEBE
RGB
CMYK
RGB Variations
Color information
#6EAEBE (or 0x6EAEBE) is known color: Glacier. HEX triplet: 6E, AE and BE. RGB value is (110,174,190). Sum of RGB (Red+Green+Blue) = 110+174+190=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAEBE is #915141. Grayscale: #9C9C9C. Windows color (decimal): -9523522 or 12496494. OLE color: 12496494.
HSL color Cylindrical-coordinate representation of color #6EAEBE: hue angle of 192º 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 #6EAEBE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 174 | 190 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.25 |
| HSL | 192º | 0.38% | 0.59% | - |
| HSV(B) | 192º | 0.42% | 0.75% | - |
| XYZ | 30.86 | 37.3 | 54.29 | - |
| YUV | 156.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 190 | 0.42 | 0.08 | 0 | 0.25 | 192 | 0.38 | 0.59 |
| Hex | 6E | AE | BE | 2A | 8 | 0 | 19 | C0 | 26 | 3B |
| Octal | 156 | 256 | 276 | 52 | 10 | 0 | 31 | 300 | 46 | 73 |
| Binary | 1101110 | 10101110 | 10111110 | 101010 | 1000 | 0 | 11001 | 11000000 | 100110 | 111011 |
Color Harmonies of #6EAEBE
Complementary color
Monochromatic Colors of #6EAEBE
Black with #6EAEBE
Text Example
Text Example
White with #6EAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAEBE; }
p { color: rgb(110,174,190); }
H1.HeaderClassName
{
color: #6EAEBE;
}
.AnyTagClassName
{
color: #6EAEBE;
}
</style>
background-color css
<style>
a { background-color: #6EAEBE; }
a { background-color: rgb(110,174,190); }
div.DivClassName
{
background-color: #6EAEBE;
}
.BgClassName
{
background-color: #6EAEBE;
}
</style>
border-color css
<style>
span { border-color: #6EAEBE; }
span { border-color: rgb(110,174,190); }
td.TdClassName
{
border-color: #6EAEBE;
}
.TagClassName
{
border-color: #6EAEBE;
}
</style>