Shades of Glacier #6DADBD
Tints of Glacier #6DADBD
RGB
CMYK
RGB Variations
Color information
#6DADBD (or 0x6DADBD) is known color: Glacier. HEX triplet: 6D, AD and BD. RGB value is (109,173,189). Sum of RGB (Red+Green+Blue) = 109+173+189=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADBD is #925242. Grayscale: #9B9B9B. Windows color (decimal): -9589315 or 12430701. OLE color: 12430701.
HSL color Cylindrical-coordinate representation of color #6DADBD: hue angle of 192º degrees, saturation: 0.38, 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 #6DADBD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 173 | 189 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.26 |
| HSL | 192º | 0.38% | 0.58% | - |
| HSV(B) | 192º | 0.42% | 0.74% | - |
| XYZ | 30.44 | 36.81 | 53.65 | - |
| YUV | 155.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 189 | 0.42 | 0.08 | 0 | 0.26 | 192 | 0.38 | 0.58 |
| Hex | 6D | AD | BD | 2A | 8 | 0 | 1A | C0 | 26 | 3A |
| Octal | 155 | 255 | 275 | 52 | 10 | 0 | 32 | 300 | 46 | 72 |
| Binary | 1101101 | 10101101 | 10111101 | 101010 | 1000 | 0 | 11010 | 11000000 | 100110 | 111010 |
Color Harmonies of #6DADBD
Complementary color
Monochromatic Colors of #6DADBD
Black with #6DADBD
Text Example
Text Example
White with #6DADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADBD; }
p { color: rgb(109,173,189); }
H1.HeaderClassName
{
color: #6DADBD;
}
.AnyTagClassName
{
color: #6DADBD;
}
</style>
background-color css
<style>
a { background-color: #6DADBD; }
a { background-color: rgb(109,173,189); }
div.DivClassName
{
background-color: #6DADBD;
}
.BgClassName
{
background-color: #6DADBD;
}
</style>
border-color css
<style>
span { border-color: #6DADBD; }
span { border-color: rgb(109,173,189); }
td.TdClassName
{
border-color: #6DADBD;
}
.TagClassName
{
border-color: #6DADBD;
}
</style>