Shades of Glacier #6DACBA
Tints of Glacier #6DACBA
RGB
CMYK
RGB Variations
Color information
#6DACBA (or 0x6DACBA) is known color: Glacier. HEX triplet: 6D, AC and BA. RGB value is (109,172,186). Sum of RGB (Red+Green+Blue) = 109+172+186=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACBA is #925345. Grayscale: #9A9A9A. Windows color (decimal): -9589574 or 12233837. OLE color: 12233837.
HSL color Cylindrical-coordinate representation of color #6DACBA: hue angle of 190.91º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DACBA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 172 | 186 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.27 |
| HSL | 190.91º | 0.36% | 0.58% | - |
| HSV(B) | 190.91º | 0.41% | 0.73% | - |
| XYZ | 29.92 | 36.3 | 51.88 | - |
| YUV | 154.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 186 | 0.41 | 0.08 | 0 | 0.27 | 190.91 | 0.36 | 0.58 |
| Hex | 6D | AC | BA | 29 | 8 | 0 | 1B | BF | 24 | 3A |
| Octal | 155 | 254 | 272 | 51 | 10 | 0 | 33 | 277 | 44 | 72 |
| Binary | 1101101 | 10101100 | 10111010 | 101001 | 1000 | 0 | 11011 | 10111111 | 100100 | 111010 |
Color Harmonies of #6DACBA
Complementary color
Monochromatic Colors of #6DACBA
Black with #6DACBA
Text Example
Text Example
White with #6DACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACBA; }
p { color: rgb(109,172,186); }
H1.HeaderClassName
{
color: #6DACBA;
}
.AnyTagClassName
{
color: #6DACBA;
}
</style>
background-color css
<style>
a { background-color: #6DACBA; }
a { background-color: rgb(109,172,186); }
div.DivClassName
{
background-color: #6DACBA;
}
.BgClassName
{
background-color: #6DACBA;
}
</style>
border-color css
<style>
span { border-color: #6DACBA; }
span { border-color: rgb(109,172,186); }
td.TdClassName
{
border-color: #6DACBA;
}
.TagClassName
{
border-color: #6DACBA;
}
</style>