Shades of Glacier #6EB3C1
Tints of Glacier #6EB3C1
RGB
CMYK
RGB Variations
Color information
#6EB3C1 (or 0x6EB3C1) is known color: Glacier. HEX triplet: 6E, B3 and C1. RGB value is (110,179,193). Sum of RGB (Red+Green+Blue) = 110+179+193=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #6EB3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB3C1 is #914C3E. Grayscale: #9F9F9F. Windows color (decimal): -9522239 or 12694382. OLE color: 12694382.
HSL color Cylindrical-coordinate representation of color #6EB3C1: hue angle of 190.12º 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 #6EB3C1 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 179 | 193 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.24 |
| HSL | 190.12º | 0.4% | 0.59% | - |
| HSV(B) | 190.12º | 0.43% | 0.76% | - |
| XYZ | 32.18 | 39.41 | 56.36 | - |
| YUV | 159.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 179 | 193 | 0.43 | 0.07 | 0 | 0.24 | 190.12 | 0.4 | 0.59 |
| Hex | 6E | B3 | C1 | 2B | 7 | 0 | 18 | BE | 28 | 3B |
| Octal | 156 | 263 | 301 | 53 | 7 | 0 | 30 | 276 | 50 | 73 |
| Binary | 1101110 | 10110011 | 11000001 | 101011 | 111 | 0 | 11000 | 10111110 | 101000 | 111011 |
Color Harmonies of #6EB3C1
Complementary color
Monochromatic Colors of #6EB3C1
Black with #6EB3C1
Text Example
Text Example
White with #6EB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB3C1; }
p { color: rgb(110,179,193); }
H1.HeaderClassName
{
color: #6EB3C1;
}
.AnyTagClassName
{
color: #6EB3C1;
}
</style>
background-color css
<style>
a { background-color: #6EB3C1; }
a { background-color: rgb(110,179,193); }
div.DivClassName
{
background-color: #6EB3C1;
}
.BgClassName
{
background-color: #6EB3C1;
}
</style>
border-color css
<style>
span { border-color: #6EB3C1; }
span { border-color: rgb(110,179,193); }
td.TdClassName
{
border-color: #6EB3C1;
}
.TagClassName
{
border-color: #6EB3C1;
}
</style>