Shades of Glacier #6EA8BB
Tints of Glacier #6EA8BB
RGB
CMYK
RGB Variations
Color information
#6EA8BB (or 0x6EA8BB) is known color: Glacier. HEX triplet: 6E, A8 and BB. RGB value is (110,168,187). Sum of RGB (Red+Green+Blue) = 110+168+187=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #6EA8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA8BB is #915744. Grayscale: #989898. Windows color (decimal): -9525061 or 12298350. OLE color: 12298350.
HSL color Cylindrical-coordinate representation of color #6EA8BB: hue angle of 194.81º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EA8BB is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 168 | 187 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.27 |
| HSL | 194.81º | 0.36% | 0.58% | - |
| HSV(B) | 194.81º | 0.41% | 0.73% | - |
| XYZ | 29.4 | 34.91 | 52.2 | - |
| YUV | 152.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 168 | 187 | 0.41 | 0.10 | 0 | 0.27 | 194.81 | 0.36 | 0.58 |
| Hex | 6E | A8 | BB | 29 | A | 0 | 1B | C3 | 24 | 3A |
| Octal | 156 | 250 | 273 | 51 | 12 | 0 | 33 | 303 | 44 | 72 |
| Binary | 1101110 | 10101000 | 10111011 | 101001 | 1010 | 0 | 11011 | 11000011 | 100100 | 111010 |
Color Harmonies of #6EA8BB
Complementary color
Monochromatic Colors of #6EA8BB
Black with #6EA8BB
Text Example
Text Example
White with #6EA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA8BB; }
p { color: rgb(110,168,187); }
H1.HeaderClassName
{
color: #6EA8BB;
}
.AnyTagClassName
{
color: #6EA8BB;
}
</style>
background-color css
<style>
a { background-color: #6EA8BB; }
a { background-color: rgb(110,168,187); }
div.DivClassName
{
background-color: #6EA8BB;
}
.BgClassName
{
background-color: #6EA8BB;
}
</style>
border-color css
<style>
span { border-color: #6EA8BB; }
span { border-color: rgb(110,168,187); }
td.TdClassName
{
border-color: #6EA8BB;
}
.TagClassName
{
border-color: #6EA8BB;
}
</style>