Shades of Glacier #6DA6BC
Tints of Glacier #6DA6BC
RGB
CMYK
RGB Variations
Color information
#6DA6BC (or 0x6DA6BC) is known color: Glacier. HEX triplet: 6D, A6 and BC. RGB value is (109,166,188). Sum of RGB (Red+Green+Blue) = 109+166+188=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DA6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6BC is #925943. Grayscale: #979797. Windows color (decimal): -9591108 or 12363373. OLE color: 12363373.
HSL color Cylindrical-coordinate representation of color #6DA6BC: hue angle of 196.71º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA6BC is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 166 | 188 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.26 |
| HSL | 196.71º | 0.37% | 0.58% | - |
| HSV(B) | 196.71º | 0.42% | 0.74% | - |
| XYZ | 29.02 | 34.15 | 52.64 | - |
| YUV | 151.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 188 | 0.42 | 0.12 | 0 | 0.26 | 196.71 | 0.37 | 0.58 |
| Hex | 6D | A6 | BC | 2A | C | 0 | 1A | C5 | 25 | 3A |
| Octal | 155 | 246 | 274 | 52 | 14 | 0 | 32 | 305 | 45 | 72 |
| Binary | 1101101 | 10100110 | 10111100 | 101010 | 1100 | 0 | 11010 | 11000101 | 100101 | 111010 |
Color Harmonies of #6DA6BC
Complementary color
Monochromatic Colors of #6DA6BC
Black with #6DA6BC
Text Example
Text Example
White with #6DA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6BC; }
p { color: rgb(109,166,188); }
H1.HeaderClassName
{
color: #6DA6BC;
}
.AnyTagClassName
{
color: #6DA6BC;
}
</style>
background-color css
<style>
a { background-color: #6DA6BC; }
a { background-color: rgb(109,166,188); }
div.DivClassName
{
background-color: #6DA6BC;
}
.BgClassName
{
background-color: #6DA6BC;
}
</style>
border-color css
<style>
span { border-color: #6DA6BC; }
span { border-color: rgb(109,166,188); }
td.TdClassName
{
border-color: #6DA6BC;
}
.TagClassName
{
border-color: #6DA6BC;
}
</style>