Shades of Glacier #6DABBC
Tints of Glacier #6DABBC
RGB
CMYK
RGB Variations
Color information
#6DABBC (or 0x6DABBC) is known color: Glacier. HEX triplet: 6D, AB and BC. RGB value is (109,171,188). Sum of RGB (Red+Green+Blue) = 109+171+188=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABBC is #925443. Grayscale: #9A9A9A. Windows color (decimal): -9589828 or 12364653. OLE color: 12364653.
HSL color Cylindrical-coordinate representation of color #6DABBC: hue angle of 192.91º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DABBC is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 171 | 188 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.26 |
| HSL | 192.91º | 0.37% | 0.58% | - |
| HSV(B) | 192.91º | 0.42% | 0.74% | - |
| XYZ | 29.95 | 36.01 | 52.95 | - |
| YUV | 154.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 188 | 0.42 | 0.09 | 0 | 0.26 | 192.91 | 0.37 | 0.58 |
| Hex | 6D | AB | BC | 2A | 9 | 0 | 1A | C1 | 25 | 3A |
| Octal | 155 | 253 | 274 | 52 | 11 | 0 | 32 | 301 | 45 | 72 |
| Binary | 1101101 | 10101011 | 10111100 | 101010 | 1001 | 0 | 11010 | 11000001 | 100101 | 111010 |
Color Harmonies of #6DABBC
Complementary color
Monochromatic Colors of #6DABBC
Black with #6DABBC
Text Example
Text Example
White with #6DABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABBC; }
p { color: rgb(109,171,188); }
H1.HeaderClassName
{
color: #6DABBC;
}
.AnyTagClassName
{
color: #6DABBC;
}
</style>
background-color css
<style>
a { background-color: #6DABBC; }
a { background-color: rgb(109,171,188); }
div.DivClassName
{
background-color: #6DABBC;
}
.BgClassName
{
background-color: #6DABBC;
}
</style>
border-color css
<style>
span { border-color: #6DABBC; }
span { border-color: rgb(109,171,188); }
td.TdClassName
{
border-color: #6DABBC;
}
.TagClassName
{
border-color: #6DABBC;
}
</style>