Shades of Glacier #6EB0BB
Tints of Glacier #6EB0BB
RGB
CMYK
RGB Variations
Color information
#6EB0BB (or 0x6EB0BB) is known color: Glacier. HEX triplet: 6E, B0 and BB. RGB value is (110,176,187). Sum of RGB (Red+Green+Blue) = 110+176+187=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #6EB0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0BB is #914F44. Grayscale: #9D9D9D. Windows color (decimal): -9523013 or 12300398. OLE color: 12300398.
HSL color Cylindrical-coordinate representation of color #6EB0BB: hue angle of 188.57º 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 #6EB0BB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 176 | 187 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.27 |
| HSL | 188.57º | 0.36% | 0.58% | - |
| HSV(B) | 188.57º | 0.41% | 0.73% | - |
| XYZ | 30.93 | 37.95 | 52.71 | - |
| YUV | 157.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 176 | 187 | 0.41 | 0.06 | 0 | 0.27 | 188.57 | 0.36 | 0.58 |
| Hex | 6E | B0 | BB | 29 | 6 | 0 | 1B | BD | 24 | 3A |
| Octal | 156 | 260 | 273 | 51 | 6 | 0 | 33 | 275 | 44 | 72 |
| Binary | 1101110 | 10110000 | 10111011 | 101001 | 110 | 0 | 11011 | 10111101 | 100100 | 111010 |
Color Harmonies of #6EB0BB
Complementary color
Monochromatic Colors of #6EB0BB
Black with #6EB0BB
Text Example
Text Example
White with #6EB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB0BB; }
p { color: rgb(110,176,187); }
H1.HeaderClassName
{
color: #6EB0BB;
}
.AnyTagClassName
{
color: #6EB0BB;
}
</style>
background-color css
<style>
a { background-color: #6EB0BB; }
a { background-color: rgb(110,176,187); }
div.DivClassName
{
background-color: #6EB0BB;
}
.BgClassName
{
background-color: #6EB0BB;
}
</style>
border-color css
<style>
span { border-color: #6EB0BB; }
span { border-color: rgb(110,176,187); }
td.TdClassName
{
border-color: #6EB0BB;
}
.TagClassName
{
border-color: #6EB0BB;
}
</style>