Shades of Glacier #6EBBC1
Tints of Glacier #6EBBC1
RGB
CMYK
RGB Variations
Color information
#6EBBC1 (or 0x6EBBC1) is known color: Glacier. HEX triplet: 6E, BB and C1. RGB value is (110,187,193). Sum of RGB (Red+Green+Blue) = 110+187+193=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #6EBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBC1 is #91443E. Grayscale: #A4A4A4. Windows color (decimal): -9520191 or 12696430. OLE color: 12696430.
HSL color Cylindrical-coordinate representation of color #6EBBC1: hue angle of 184.34º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EBBC1 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 187 | 193 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.24 |
| HSL | 184.34º | 0.4% | 0.59% | - |
| HSV(B) | 184.34º | 0.43% | 0.76% | - |
| XYZ | 33.83 | 42.71 | 56.91 | - |
| YUV | 164.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 193 | 0.43 | 0.03 | 0 | 0.24 | 184.34 | 0.4 | 0.59 |
| Hex | 6E | BB | C1 | 2B | 3 | 0 | 18 | B8 | 28 | 3B |
| Octal | 156 | 273 | 301 | 53 | 3 | 0 | 30 | 270 | 50 | 73 |
| Binary | 1101110 | 10111011 | 11000001 | 101011 | 11 | 0 | 11000 | 10111000 | 101000 | 111011 |
Color Harmonies of #6EBBC1
Complementary color
Monochromatic Colors of #6EBBC1
Black with #6EBBC1
Text Example
Text Example
White with #6EBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBC1; }
p { color: rgb(110,187,193); }
H1.HeaderClassName
{
color: #6EBBC1;
}
.AnyTagClassName
{
color: #6EBBC1;
}
</style>
background-color css
<style>
a { background-color: #6EBBC1; }
a { background-color: rgb(110,187,193); }
div.DivClassName
{
background-color: #6EBBC1;
}
.BgClassName
{
background-color: #6EBBC1;
}
</style>
border-color css
<style>
span { border-color: #6EBBC1; }
span { border-color: rgb(110,187,193); }
td.TdClassName
{
border-color: #6EBBC1;
}
.TagClassName
{
border-color: #6EBBC1;
}
</style>