Shades of Glacier #6DB8C0
Tints of Glacier #6DB8C0
RGB
CMYK
RGB Variations
Color information
#6DB8C0 (or 0x6DB8C0) is known color: Glacier. HEX triplet: 6D, B8 and C0. RGB value is (109,184,192). Sum of RGB (Red+Green+Blue) = 109+184+192=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #6DB8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB8C0 is #92473F. Grayscale: #A2A2A2. Windows color (decimal): -9586496 or 12630125. OLE color: 12630125.
HSL color Cylindrical-coordinate representation of color #6DB8C0: hue angle of 185.78º 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 #6DB8C0 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 184 | 192 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.25 |
| HSL | 185.78º | 0.4% | 0.59% | - |
| HSV(B) | 185.78º | 0.43% | 0.75% | - |
| XYZ | 32.96 | 41.34 | 56.11 | - |
| YUV | 162.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 192 | 0.43 | 0.04 | 0 | 0.25 | 185.78 | 0.4 | 0.59 |
| Hex | 6D | B8 | C0 | 2B | 4 | 0 | 19 | BA | 28 | 3B |
| Octal | 155 | 270 | 300 | 53 | 4 | 0 | 31 | 272 | 50 | 73 |
| Binary | 1101101 | 10111000 | 11000000 | 101011 | 100 | 0 | 11001 | 10111010 | 101000 | 111011 |
Color Harmonies of #6DB8C0
Complementary color
Monochromatic Colors of #6DB8C0
Black with #6DB8C0
Text Example
Text Example
White with #6DB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB8C0; }
p { color: rgb(109,184,192); }
H1.HeaderClassName
{
color: #6DB8C0;
}
.AnyTagClassName
{
color: #6DB8C0;
}
</style>
background-color css
<style>
a { background-color: #6DB8C0; }
a { background-color: rgb(109,184,192); }
div.DivClassName
{
background-color: #6DB8C0;
}
.BgClassName
{
background-color: #6DB8C0;
}
</style>
border-color css
<style>
span { border-color: #6DB8C0; }
span { border-color: rgb(109,184,192); }
td.TdClassName
{
border-color: #6DB8C0;
}
.TagClassName
{
border-color: #6DB8C0;
}
</style>