Shades of Glacier #6DB5BD
Tints of Glacier #6DB5BD
RGB
CMYK
RGB Variations
Color information
#6DB5BD (or 0x6DB5BD) is known color: Glacier. HEX triplet: 6D, B5 and BD. RGB value is (109,181,189). Sum of RGB (Red+Green+Blue) = 109+181+189=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DB5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5BD is #924A42. Grayscale: #A0A0A0. Windows color (decimal): -9587267 or 12432749. OLE color: 12432749.
HSL color Cylindrical-coordinate representation of color #6DB5BD: hue angle of 186º degrees, saturation: 0.38, 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 #6DB5BD is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 181 | 189 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.26 |
| HSL | 186º | 0.38% | 0.58% | - |
| HSV(B) | 186º | 0.42% | 0.74% | - |
| XYZ | 32.02 | 39.97 | 54.17 | - |
| YUV | 160.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 189 | 0.42 | 0.04 | 0 | 0.26 | 186 | 0.38 | 0.58 |
| Hex | 6D | B5 | BD | 2A | 4 | 0 | 1A | BA | 26 | 3A |
| Octal | 155 | 265 | 275 | 52 | 4 | 0 | 32 | 272 | 46 | 72 |
| Binary | 1101101 | 10110101 | 10111101 | 101010 | 100 | 0 | 11010 | 10111010 | 100110 | 111010 |
Color Harmonies of #6DB5BD
Complementary color
Monochromatic Colors of #6DB5BD
Black with #6DB5BD
Text Example
Text Example
White with #6DB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5BD; }
p { color: rgb(109,181,189); }
H1.HeaderClassName
{
color: #6DB5BD;
}
.AnyTagClassName
{
color: #6DB5BD;
}
</style>
background-color css
<style>
a { background-color: #6DB5BD; }
a { background-color: rgb(109,181,189); }
div.DivClassName
{
background-color: #6DB5BD;
}
.BgClassName
{
background-color: #6DB5BD;
}
</style>
border-color css
<style>
span { border-color: #6DB5BD; }
span { border-color: rgb(109,181,189); }
td.TdClassName
{
border-color: #6DB5BD;
}
.TagClassName
{
border-color: #6DB5BD;
}
</style>