Shades of Glacier #6EA6BD
Tints of Glacier #6EA6BD
RGB
CMYK
RGB Variations
Color information
#6EA6BD (or 0x6EA6BD) is known color: Glacier. HEX triplet: 6E, A6 and BD. RGB value is (110,166,189). Sum of RGB (Red+Green+Blue) = 110+166+189=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EA6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA6BD is #915942. Grayscale: #979797. Windows color (decimal): -9525571 or 12428910. OLE color: 12428910.
HSL color Cylindrical-coordinate representation of color #6EA6BD: hue angle of 197.47º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EA6BD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 166 | 189 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.26 |
| HSL | 197.47º | 0.37% | 0.59% | - |
| HSV(B) | 197.47º | 0.42% | 0.74% | - |
| XYZ | 29.25 | 34.26 | 53.22 | - |
| YUV | 151.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 166 | 189 | 0.42 | 0.12 | 0 | 0.26 | 197.47 | 0.37 | 0.59 |
| Hex | 6E | A6 | BD | 2A | C | 0 | 1A | C5 | 25 | 3B |
| Octal | 156 | 246 | 275 | 52 | 14 | 0 | 32 | 305 | 45 | 73 |
| Binary | 1101110 | 10100110 | 10111101 | 101010 | 1100 | 0 | 11010 | 11000101 | 100101 | 111011 |
Color Harmonies of #6EA6BD
Complementary color
Monochromatic Colors of #6EA6BD
Black with #6EA6BD
Text Example
Text Example
White with #6EA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA6BD; }
p { color: rgb(110,166,189); }
H1.HeaderClassName
{
color: #6EA6BD;
}
.AnyTagClassName
{
color: #6EA6BD;
}
</style>
background-color css
<style>
a { background-color: #6EA6BD; }
a { background-color: rgb(110,166,189); }
div.DivClassName
{
background-color: #6EA6BD;
}
.BgClassName
{
background-color: #6EA6BD;
}
</style>
border-color css
<style>
span { border-color: #6EA6BD; }
span { border-color: rgb(110,166,189); }
td.TdClassName
{
border-color: #6EA6BD;
}
.TagClassName
{
border-color: #6EA6BD;
}
</style>