Shades of Glacier #6DB4BC
Tints of Glacier #6DB4BC
RGB
CMYK
RGB Variations
Color information
#6DB4BC (or 0x6DB4BC) is known color: Glacier. HEX triplet: 6D, B4 and BC. RGB value is (109,180,188). Sum of RGB (Red+Green+Blue) = 109+180+188=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DB4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4BC is #924B43. Grayscale: #9F9F9F. Windows color (decimal): -9587524 or 12366957. OLE color: 12366957.
HSL color Cylindrical-coordinate representation of color #6DB4BC: hue angle of 186.08º 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 #6DB4BC is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 180 | 188 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.26 |
| HSL | 186.08º | 0.37% | 0.58% | - |
| HSV(B) | 186.08º | 0.42% | 0.74% | - |
| XYZ | 31.71 | 39.52 | 53.53 | - |
| YUV | 159.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 188 | 0.42 | 0.04 | 0 | 0.26 | 186.08 | 0.37 | 0.58 |
| Hex | 6D | B4 | BC | 2A | 4 | 0 | 1A | BA | 25 | 3A |
| Octal | 155 | 264 | 274 | 52 | 4 | 0 | 32 | 272 | 45 | 72 |
| Binary | 1101101 | 10110100 | 10111100 | 101010 | 100 | 0 | 11010 | 10111010 | 100101 | 111010 |
Color Harmonies of #6DB4BC
Complementary color
Monochromatic Colors of #6DB4BC
Black with #6DB4BC
Text Example
Text Example
White with #6DB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4BC; }
p { color: rgb(109,180,188); }
H1.HeaderClassName
{
color: #6DB4BC;
}
.AnyTagClassName
{
color: #6DB4BC;
}
</style>
background-color css
<style>
a { background-color: #6DB4BC; }
a { background-color: rgb(109,180,188); }
div.DivClassName
{
background-color: #6DB4BC;
}
.BgClassName
{
background-color: #6DB4BC;
}
</style>
border-color css
<style>
span { border-color: #6DB4BC; }
span { border-color: rgb(109,180,188); }
td.TdClassName
{
border-color: #6DB4BC;
}
.TagClassName
{
border-color: #6DB4BC;
}
</style>