Shades of Glacier #6DADC1
Tints of Glacier #6DADC1
RGB
CMYK
RGB Variations
Color information
#6DADC1 (or 0x6DADC1) is known color: Glacier. HEX triplet: 6D, AD and C1. RGB value is (109,173,193). Sum of RGB (Red+Green+Blue) = 109+173+193=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #6DADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADC1 is #92523E. Grayscale: #9B9B9B. Windows color (decimal): -9589311 or 12692845. OLE color: 12692845.
HSL color Cylindrical-coordinate representation of color #6DADC1: hue angle of 194.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DADC1 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 173 | 193 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.24 |
| HSL | 194.29º | 0.4% | 0.59% | - |
| HSV(B) | 194.29º | 0.44% | 0.76% | - |
| XYZ | 30.88 | 36.99 | 55.96 | - |
| YUV | 156.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 193 | 0.44 | 0.10 | 0 | 0.24 | 194.29 | 0.4 | 0.59 |
| Hex | 6D | AD | C1 | 2C | A | 0 | 18 | C2 | 28 | 3B |
| Octal | 155 | 255 | 301 | 54 | 12 | 0 | 30 | 302 | 50 | 73 |
| Binary | 1101101 | 10101101 | 11000001 | 101100 | 1010 | 0 | 11000 | 11000010 | 101000 | 111011 |
Color Harmonies of #6DADC1
Complementary color
Monochromatic Colors of #6DADC1
Black with #6DADC1
Text Example
Text Example
White with #6DADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADC1; }
p { color: rgb(109,173,193); }
H1.HeaderClassName
{
color: #6DADC1;
}
.AnyTagClassName
{
color: #6DADC1;
}
</style>
background-color css
<style>
a { background-color: #6DADC1; }
a { background-color: rgb(109,173,193); }
div.DivClassName
{
background-color: #6DADC1;
}
.BgClassName
{
background-color: #6DADC1;
}
</style>
border-color css
<style>
span { border-color: #6DADC1; }
span { border-color: rgb(109,173,193); }
td.TdClassName
{
border-color: #6DADC1;
}
.TagClassName
{
border-color: #6DADC1;
}
</style>