Shades of Glacier #6EC0C1
Tints of Glacier #6EC0C1
RGB
CMYK
RGB Variations
Color information
#6EC0C1 (or 0x6EC0C1) is known color: Glacier. HEX triplet: 6E, C0 and C1. RGB value is (110,192,193). Sum of RGB (Red+Green+Blue) = 110+192+193=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #6EC0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0C1 is #913F3E. Grayscale: #A7A7A7. Windows color (decimal): -9518911 or 12697710. OLE color: 12697710.
HSL color Cylindrical-coordinate representation of color #6EC0C1: hue angle of 180.72º 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 #6EC0C1 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 192 | 193 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.24 |
| HSL | 180.72º | 0.4% | 0.59% | - |
| HSV(B) | 180.72º | 0.43% | 0.76% | - |
| XYZ | 34.91 | 44.86 | 57.27 | - |
| YUV | 167.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 193 | 0.43 | 0.01 | 0 | 0.24 | 180.72 | 0.4 | 0.59 |
| Hex | 6E | C0 | C1 | 2B | 1 | 0 | 18 | B5 | 28 | 3B |
| Octal | 156 | 300 | 301 | 53 | 1 | 0 | 30 | 265 | 50 | 73 |
| Binary | 1101110 | 11000000 | 11000001 | 101011 | 1 | 0 | 11000 | 10110101 | 101000 | 111011 |
Color Harmonies of #6EC0C1
Complementary color
Monochromatic Colors of #6EC0C1
Black with #6EC0C1
Text Example
Text Example
White with #6EC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC0C1; }
p { color: rgb(110,192,193); }
H1.HeaderClassName
{
color: #6EC0C1;
}
.AnyTagClassName
{
color: #6EC0C1;
}
</style>
background-color css
<style>
a { background-color: #6EC0C1; }
a { background-color: rgb(110,192,193); }
div.DivClassName
{
background-color: #6EC0C1;
}
.BgClassName
{
background-color: #6EC0C1;
}
</style>
border-color css
<style>
span { border-color: #6EC0C1; }
span { border-color: rgb(110,192,193); }
td.TdClassName
{
border-color: #6EC0C1;
}
.TagClassName
{
border-color: #6EC0C1;
}
</style>