Shades of Glacier #6DABBB
Tints of Glacier #6DABBB
RGB
CMYK
RGB Variations
Color information
#6DABBB (or 0x6DABBB) is known color: Glacier. HEX triplet: 6D, AB and BB. RGB value is (109,171,187). Sum of RGB (Red+Green+Blue) = 109+171+187=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABBB is #925444. Grayscale: #9A9A9A. Windows color (decimal): -9589829 or 12299117. OLE color: 12299117.
HSL color Cylindrical-coordinate representation of color #6DABBB: hue angle of 192.31º 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 #6DABBB is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 171 | 187 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.27 |
| HSL | 192.31º | 0.36% | 0.58% | - |
| HSV(B) | 192.31º | 0.42% | 0.73% | - |
| XYZ | 29.84 | 35.96 | 52.38 | - |
| YUV | 154.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 187 | 0.42 | 0.09 | 0 | 0.27 | 192.31 | 0.36 | 0.58 |
| Hex | 6D | AB | BB | 2A | 9 | 0 | 1B | C0 | 24 | 3A |
| Octal | 155 | 253 | 273 | 52 | 11 | 0 | 33 | 300 | 44 | 72 |
| Binary | 1101101 | 10101011 | 10111011 | 101010 | 1001 | 0 | 11011 | 11000000 | 100100 | 111010 |
Color Harmonies of #6DABBB
Complementary color
Monochromatic Colors of #6DABBB
Black with #6DABBB
Text Example
Text Example
White with #6DABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABBB; }
p { color: rgb(109,171,187); }
H1.HeaderClassName
{
color: #6DABBB;
}
.AnyTagClassName
{
color: #6DABBB;
}
</style>
background-color css
<style>
a { background-color: #6DABBB; }
a { background-color: rgb(109,171,187); }
div.DivClassName
{
background-color: #6DABBB;
}
.BgClassName
{
background-color: #6DABBB;
}
</style>
border-color css
<style>
span { border-color: #6DABBB; }
span { border-color: rgb(109,171,187); }
td.TdClassName
{
border-color: #6DABBB;
}
.TagClassName
{
border-color: #6DABBB;
}
</style>