Shades of Glacier #6EB8BE
Tints of Glacier #6EB8BE
RGB
CMYK
RGB Variations
Color information
#6EB8BE (or 0x6EB8BE) is known color: Glacier. HEX triplet: 6E, B8 and BE. RGB value is (110,184,190). Sum of RGB (Red+Green+Blue) = 110+184+190=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EB8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8BE is #914741. Grayscale: #A2A2A2. Windows color (decimal): -9520962 or 12499054. OLE color: 12499054.
HSL color Cylindrical-coordinate representation of color #6EB8BE: hue angle of 184.5º 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 #6EB8BE is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 184 | 190 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.25 |
| HSL | 184.5º | 0.38% | 0.59% | - |
| HSV(B) | 184.5º | 0.42% | 0.75% | - |
| XYZ | 32.87 | 41.31 | 54.96 | - |
| YUV | 162.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 184 | 190 | 0.42 | 0.03 | 0 | 0.25 | 184.5 | 0.38 | 0.59 |
| Hex | 6E | B8 | BE | 2A | 3 | 0 | 19 | B8 | 26 | 3B |
| Octal | 156 | 270 | 276 | 52 | 3 | 0 | 31 | 270 | 46 | 73 |
| Binary | 1101110 | 10111000 | 10111110 | 101010 | 11 | 0 | 11001 | 10111000 | 100110 | 111011 |
Color Harmonies of #6EB8BE
Complementary color
Monochromatic Colors of #6EB8BE
Black with #6EB8BE
Text Example
Text Example
White with #6EB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB8BE; }
p { color: rgb(110,184,190); }
H1.HeaderClassName
{
color: #6EB8BE;
}
.AnyTagClassName
{
color: #6EB8BE;
}
</style>
background-color css
<style>
a { background-color: #6EB8BE; }
a { background-color: rgb(110,184,190); }
div.DivClassName
{
background-color: #6EB8BE;
}
.BgClassName
{
background-color: #6EB8BE;
}
</style>
border-color css
<style>
span { border-color: #6EB8BE; }
span { border-color: rgb(110,184,190); }
td.TdClassName
{
border-color: #6EB8BE;
}
.TagClassName
{
border-color: #6EB8BE;
}
</style>