Shades of Glacier #6DABBA
Tints of Glacier #6DABBA
RGB
CMYK
RGB Variations
Color information
#6DABBA (or 0x6DABBA) is known color: Glacier. HEX triplet: 6D, AB and BA. RGB value is (109,171,186). Sum of RGB (Red+Green+Blue) = 109+171+186=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABBA is #925445. Grayscale: #9A9A9A. Windows color (decimal): -9589830 or 12233581. OLE color: 12233581.
HSL color Cylindrical-coordinate representation of color #6DABBA: hue angle of 191.69º 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 #6DABBA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 171 | 186 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.27 |
| HSL | 191.69º | 0.36% | 0.58% | - |
| HSV(B) | 191.69º | 0.41% | 0.73% | - |
| XYZ | 29.73 | 35.92 | 51.82 | - |
| YUV | 154.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 186 | 0.41 | 0.08 | 0 | 0.27 | 191.69 | 0.36 | 0.58 |
| Hex | 6D | AB | BA | 29 | 8 | 0 | 1B | C0 | 24 | 3A |
| Octal | 155 | 253 | 272 | 51 | 10 | 0 | 33 | 300 | 44 | 72 |
| Binary | 1101101 | 10101011 | 10111010 | 101001 | 1000 | 0 | 11011 | 11000000 | 100100 | 111010 |
Color Harmonies of #6DABBA
Complementary color
Monochromatic Colors of #6DABBA
Black with #6DABBA
Text Example
Text Example
White with #6DABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABBA; }
p { color: rgb(109,171,186); }
H1.HeaderClassName
{
color: #6DABBA;
}
.AnyTagClassName
{
color: #6DABBA;
}
</style>
background-color css
<style>
a { background-color: #6DABBA; }
a { background-color: rgb(109,171,186); }
div.DivClassName
{
background-color: #6DABBA;
}
.BgClassName
{
background-color: #6DABBA;
}
</style>
border-color css
<style>
span { border-color: #6DABBA; }
span { border-color: rgb(109,171,186); }
td.TdClassName
{
border-color: #6DABBA;
}
.TagClassName
{
border-color: #6DABBA;
}
</style>