Shades of Glacier #6DADBE
Tints of Glacier #6DADBE
RGB
CMYK
RGB Variations
Color information
#6DADBE (or 0x6DADBE) is known color: Glacier. HEX triplet: 6D, AD and BE. RGB value is (109,173,190). Sum of RGB (Red+Green+Blue) = 109+173+190=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADBE is #925241. Grayscale: #9B9B9B. Windows color (decimal): -9589314 or 12496237. OLE color: 12496237.
HSL color Cylindrical-coordinate representation of color #6DADBE: hue angle of 192.59º degrees, saturation: 0.38, 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 #6DADBE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 173 | 190 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.25 |
| HSL | 192.59º | 0.38% | 0.59% | - |
| HSV(B) | 192.59º | 0.43% | 0.75% | - |
| XYZ | 30.54 | 36.86 | 54.22 | - |
| YUV | 155.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 190 | 0.43 | 0.09 | 0 | 0.25 | 192.59 | 0.38 | 0.59 |
| Hex | 6D | AD | BE | 2B | 9 | 0 | 19 | C1 | 26 | 3B |
| Octal | 155 | 255 | 276 | 53 | 11 | 0 | 31 | 301 | 46 | 73 |
| Binary | 1101101 | 10101101 | 10111110 | 101011 | 1001 | 0 | 11001 | 11000001 | 100110 | 111011 |
Color Harmonies of #6DADBE
Complementary color
Monochromatic Colors of #6DADBE
Black with #6DADBE
Text Example
Text Example
White with #6DADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADBE; }
p { color: rgb(109,173,190); }
H1.HeaderClassName
{
color: #6DADBE;
}
.AnyTagClassName
{
color: #6DADBE;
}
</style>
background-color css
<style>
a { background-color: #6DADBE; }
a { background-color: rgb(109,173,190); }
div.DivClassName
{
background-color: #6DADBE;
}
.BgClassName
{
background-color: #6DADBE;
}
</style>
border-color css
<style>
span { border-color: #6DADBE; }
span { border-color: rgb(109,173,190); }
td.TdClassName
{
border-color: #6DADBE;
}
.TagClassName
{
border-color: #6DADBE;
}
</style>