Shades of Glacier #6DB4C0
Tints of Glacier #6DB4C0
RGB
CMYK
RGB Variations
Color information
#6DB4C0 (or 0x6DB4C0) is known color: Glacier. HEX triplet: 6D, B4 and C0. RGB value is (109,180,192). Sum of RGB (Red+Green+Blue) = 109+180+192=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #6DB4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4C0 is #924B3F. Grayscale: #A0A0A0. Windows color (decimal): -9587520 or 12629101. OLE color: 12629101.
HSL color Cylindrical-coordinate representation of color #6DB4C0: hue angle of 188.67º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DB4C0 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 180 | 192 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.25 |
| HSL | 188.67º | 0.4% | 0.59% | - |
| HSV(B) | 188.67º | 0.43% | 0.75% | - |
| XYZ | 32.14 | 39.7 | 55.84 | - |
| YUV | 160.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 192 | 0.43 | 0.06 | 0 | 0.25 | 188.67 | 0.4 | 0.59 |
| Hex | 6D | B4 | C0 | 2B | 6 | 0 | 19 | BD | 28 | 3B |
| Octal | 155 | 264 | 300 | 53 | 6 | 0 | 31 | 275 | 50 | 73 |
| Binary | 1101101 | 10110100 | 11000000 | 101011 | 110 | 0 | 11001 | 10111101 | 101000 | 111011 |
Color Harmonies of #6DB4C0
Complementary color
Monochromatic Colors of #6DB4C0
Black with #6DB4C0
Text Example
Text Example
White with #6DB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4C0; }
p { color: rgb(109,180,192); }
H1.HeaderClassName
{
color: #6DB4C0;
}
.AnyTagClassName
{
color: #6DB4C0;
}
</style>
background-color css
<style>
a { background-color: #6DB4C0; }
a { background-color: rgb(109,180,192); }
div.DivClassName
{
background-color: #6DB4C0;
}
.BgClassName
{
background-color: #6DB4C0;
}
</style>
border-color css
<style>
span { border-color: #6DB4C0; }
span { border-color: rgb(109,180,192); }
td.TdClassName
{
border-color: #6DB4C0;
}
.TagClassName
{
border-color: #6DB4C0;
}
</style>