Shades of Glacier #6DAEC0
Tints of Glacier #6DAEC0
RGB
CMYK
RGB Variations
Color information
#6DAEC0 (or 0x6DAEC0) is known color: Glacier. HEX triplet: 6D, AE and C0. RGB value is (109,174,192). Sum of RGB (Red+Green+Blue) = 109+174+192=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #6DAEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEC0 is #92513F. Grayscale: #9C9C9C. Windows color (decimal): -9589056 or 12627565. OLE color: 12627565.
HSL color Cylindrical-coordinate representation of color #6DAEC0: hue angle of 193.01º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DAEC0 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 174 | 192 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.25 |
| HSL | 193.01º | 0.4% | 0.59% | - |
| HSV(B) | 193.01º | 0.43% | 0.75% | - |
| XYZ | 30.96 | 37.33 | 55.44 | - |
| YUV | 156.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 192 | 0.43 | 0.09 | 0 | 0.25 | 193.01 | 0.4 | 0.59 |
| Hex | 6D | AE | C0 | 2B | 9 | 0 | 19 | C1 | 28 | 3B |
| Octal | 155 | 256 | 300 | 53 | 11 | 0 | 31 | 301 | 50 | 73 |
| Binary | 1101101 | 10101110 | 11000000 | 101011 | 1001 | 0 | 11001 | 11000001 | 101000 | 111011 |
Color Harmonies of #6DAEC0
Complementary color
Monochromatic Colors of #6DAEC0
Black with #6DAEC0
Text Example
Text Example
White with #6DAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEC0; }
p { color: rgb(109,174,192); }
H1.HeaderClassName
{
color: #6DAEC0;
}
.AnyTagClassName
{
color: #6DAEC0;
}
</style>
background-color css
<style>
a { background-color: #6DAEC0; }
a { background-color: rgb(109,174,192); }
div.DivClassName
{
background-color: #6DAEC0;
}
.BgClassName
{
background-color: #6DAEC0;
}
</style>
border-color css
<style>
span { border-color: #6DAEC0; }
span { border-color: rgb(109,174,192); }
td.TdClassName
{
border-color: #6DAEC0;
}
.TagClassName
{
border-color: #6DAEC0;
}
</style>