Shades of Glacier #6DA6BB
Tints of Glacier #6DA6BB
RGB
CMYK
RGB Variations
Color information
#6DA6BB (or 0x6DA6BB) is known color: Glacier. HEX triplet: 6D, A6 and BB. RGB value is (109,166,187). Sum of RGB (Red+Green+Blue) = 109+166+187=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DA6BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6BB is #925944. Grayscale: #979797. Windows color (decimal): -9591109 or 12297837. OLE color: 12297837.
HSL color Cylindrical-coordinate representation of color #6DA6BB: hue angle of 196.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA6BB is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 166 | 187 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.27 |
| HSL | 196.15º | 0.36% | 0.58% | - |
| HSV(B) | 196.15º | 0.42% | 0.73% | - |
| XYZ | 28.91 | 34.11 | 52.07 | - |
| YUV | 151.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 187 | 0.42 | 0.11 | 0 | 0.27 | 196.15 | 0.36 | 0.58 |
| Hex | 6D | A6 | BB | 2A | B | 0 | 1B | C4 | 24 | 3A |
| Octal | 155 | 246 | 273 | 52 | 13 | 0 | 33 | 304 | 44 | 72 |
| Binary | 1101101 | 10100110 | 10111011 | 101010 | 1011 | 0 | 11011 | 11000100 | 100100 | 111010 |
Color Harmonies of #6DA6BB
Complementary color
Monochromatic Colors of #6DA6BB
Black with #6DA6BB
Text Example
Text Example
White with #6DA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6BB; }
p { color: rgb(109,166,187); }
H1.HeaderClassName
{
color: #6DA6BB;
}
.AnyTagClassName
{
color: #6DA6BB;
}
</style>
background-color css
<style>
a { background-color: #6DA6BB; }
a { background-color: rgb(109,166,187); }
div.DivClassName
{
background-color: #6DA6BB;
}
.BgClassName
{
background-color: #6DA6BB;
}
</style>
border-color css
<style>
span { border-color: #6DA6BB; }
span { border-color: rgb(109,166,187); }
td.TdClassName
{
border-color: #6DA6BB;
}
.TagClassName
{
border-color: #6DA6BB;
}
</style>