Shades of Glacier #6EB2C3
Tints of Glacier #6EB2C3
RGB
CMYK
RGB Variations
Color information
#6EB2C3 (or 0x6EB2C3) is known color: Glacier. HEX triplet: 6E, B2 and C3. RGB value is (110,178,195). Sum of RGB (Red+Green+Blue) = 110+178+195=483 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.77% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #6EB2C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2C3 is #914D3C. Grayscale: #9F9F9F. Windows color (decimal): -9522493 or 12825198. OLE color: 12825198.
HSL color Cylindrical-coordinate representation of color #6EB2C3: hue angle of 192º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EB2C3 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 178 | 195 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.24 |
| HSL | 192º | 0.41% | 0.6% | - |
| HSV(B) | 192º | 0.44% | 0.76% | - |
| XYZ | 32.2 | 39.1 | 57.48 | - |
| YUV | 159.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 178 | 195 | 0.44 | 0.09 | 0 | 0.24 | 192 | 0.41 | 0.6 |
| Hex | 6E | B2 | C3 | 2C | 9 | 0 | 18 | C0 | 29 | 3C |
| Octal | 156 | 262 | 303 | 54 | 11 | 0 | 30 | 300 | 51 | 74 |
| Binary | 1101110 | 10110010 | 11000011 | 101100 | 1001 | 0 | 11000 | 11000000 | 101001 | 111100 |
Color Harmonies of #6EB2C3
Complementary color
Monochromatic Colors of #6EB2C3
Black with #6EB2C3
Text Example
Text Example
White with #6EB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB2C3; }
p { color: rgb(110,178,195); }
H1.HeaderClassName
{
color: #6EB2C3;
}
.AnyTagClassName
{
color: #6EB2C3;
}
</style>
background-color css
<style>
a { background-color: #6EB2C3; }
a { background-color: rgb(110,178,195); }
div.DivClassName
{
background-color: #6EB2C3;
}
.BgClassName
{
background-color: #6EB2C3;
}
</style>
border-color css
<style>
span { border-color: #6EB2C3; }
span { border-color: rgb(110,178,195); }
td.TdClassName
{
border-color: #6EB2C3;
}
.TagClassName
{
border-color: #6EB2C3;
}
</style>