Shades of Glacier #6DB5BC
Tints of Glacier #6DB5BC
RGB
CMYK
RGB Variations
Color information
#6DB5BC (or 0x6DB5BC) is known color: Glacier. HEX triplet: 6D, B5 and BC. RGB value is (109,181,188). Sum of RGB (Red+Green+Blue) = 109+181+188=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5BC is #924A43. Grayscale: #A0A0A0. Windows color (decimal): -9587268 or 12367213. OLE color: 12367213.
HSL color Cylindrical-coordinate representation of color #6DB5BC: hue angle of 185.32º 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 #6DB5BC is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 181 | 188 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.26 |
| HSL | 185.32º | 0.37% | 0.58% | - |
| HSV(B) | 185.32º | 0.42% | 0.74% | - |
| XYZ | 31.91 | 39.93 | 53.6 | - |
| YUV | 160.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 188 | 0.42 | 0.04 | 0 | 0.26 | 185.32 | 0.37 | 0.58 |
| Hex | 6D | B5 | BC | 2A | 4 | 0 | 1A | B9 | 25 | 3A |
| Octal | 155 | 265 | 274 | 52 | 4 | 0 | 32 | 271 | 45 | 72 |
| Binary | 1101101 | 10110101 | 10111100 | 101010 | 100 | 0 | 11010 | 10111001 | 100101 | 111010 |
Color Harmonies of #6DB5BC
Complementary color
Monochromatic Colors of #6DB5BC
Black with #6DB5BC
Text Example
Text Example
White with #6DB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5BC; }
p { color: rgb(109,181,188); }
H1.HeaderClassName
{
color: #6DB5BC;
}
.AnyTagClassName
{
color: #6DB5BC;
}
</style>
background-color css
<style>
a { background-color: #6DB5BC; }
a { background-color: rgb(109,181,188); }
div.DivClassName
{
background-color: #6DB5BC;
}
.BgClassName
{
background-color: #6DB5BC;
}
</style>
border-color css
<style>
span { border-color: #6DB5BC; }
span { border-color: rgb(109,181,188); }
td.TdClassName
{
border-color: #6DB5BC;
}
.TagClassName
{
border-color: #6DB5BC;
}
</style>