Shades of Glacier #6DB3BD
Tints of Glacier #6DB3BD
RGB
CMYK
RGB Variations
Color information
#6DB3BD (or 0x6DB3BD) is known color: Glacier. HEX triplet: 6D, B3 and BD. RGB value is (109,179,189). Sum of RGB (Red+Green+Blue) = 109+179+189=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DB3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3BD is #924C42. Grayscale: #9F9F9F. Windows color (decimal): -9587779 or 12432237. OLE color: 12432237.
HSL color Cylindrical-coordinate representation of color #6DB3BD: hue angle of 187.5º 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 #6DB3BD is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 179 | 189 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.26 |
| HSL | 187.5º | 0.38% | 0.58% | - |
| HSV(B) | 187.5º | 0.42% | 0.74% | - |
| XYZ | 31.61 | 39.17 | 54.04 | - |
| YUV | 159.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 189 | 0.42 | 0.05 | 0 | 0.26 | 187.5 | 0.38 | 0.58 |
| Hex | 6D | B3 | BD | 2A | 5 | 0 | 1A | BC | 26 | 3A |
| Octal | 155 | 263 | 275 | 52 | 5 | 0 | 32 | 274 | 46 | 72 |
| Binary | 1101101 | 10110011 | 10111101 | 101010 | 101 | 0 | 11010 | 10111100 | 100110 | 111010 |
Color Harmonies of #6DB3BD
Complementary color
Monochromatic Colors of #6DB3BD
Black with #6DB3BD
Text Example
Text Example
White with #6DB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3BD; }
p { color: rgb(109,179,189); }
H1.HeaderClassName
{
color: #6DB3BD;
}
.AnyTagClassName
{
color: #6DB3BD;
}
</style>
background-color css
<style>
a { background-color: #6DB3BD; }
a { background-color: rgb(109,179,189); }
div.DivClassName
{
background-color: #6DB3BD;
}
.BgClassName
{
background-color: #6DB3BD;
}
</style>
border-color css
<style>
span { border-color: #6DB3BD; }
span { border-color: rgb(109,179,189); }
td.TdClassName
{
border-color: #6DB3BD;
}
.TagClassName
{
border-color: #6DB3BD;
}
</style>