Shades of Glacier #6DB2BC
Tints of Glacier #6DB2BC
RGB
CMYK
RGB Variations
Color information
#6DB2BC (or 0x6DB2BC) is known color: Glacier. HEX triplet: 6D, B2 and BC. RGB value is (109,178,188). Sum of RGB (Red+Green+Blue) = 109+178+188=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DB2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2BC is #924D43. Grayscale: #9E9E9E. Windows color (decimal): -9588036 or 12366445. OLE color: 12366445.
HSL color Cylindrical-coordinate representation of color #6DB2BC: hue angle of 187.59º 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 #6DB2BC is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 178 | 188 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.26 |
| HSL | 187.59º | 0.37% | 0.58% | - |
| HSV(B) | 187.59º | 0.42% | 0.74% | - |
| XYZ | 31.3 | 38.72 | 53.4 | - |
| YUV | 158.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 188 | 0.42 | 0.05 | 0 | 0.26 | 187.59 | 0.37 | 0.58 |
| Hex | 6D | B2 | BC | 2A | 5 | 0 | 1A | BC | 25 | 3A |
| Octal | 155 | 262 | 274 | 52 | 5 | 0 | 32 | 274 | 45 | 72 |
| Binary | 1101101 | 10110010 | 10111100 | 101010 | 101 | 0 | 11010 | 10111100 | 100101 | 111010 |
Color Harmonies of #6DB2BC
Complementary color
Monochromatic Colors of #6DB2BC
Black with #6DB2BC
Text Example
Text Example
White with #6DB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB2BC; }
p { color: rgb(109,178,188); }
H1.HeaderClassName
{
color: #6DB2BC;
}
.AnyTagClassName
{
color: #6DB2BC;
}
</style>
background-color css
<style>
a { background-color: #6DB2BC; }
a { background-color: rgb(109,178,188); }
div.DivClassName
{
background-color: #6DB2BC;
}
.BgClassName
{
background-color: #6DB2BC;
}
</style>
border-color css
<style>
span { border-color: #6DB2BC; }
span { border-color: rgb(109,178,188); }
td.TdClassName
{
border-color: #6DB2BC;
}
.TagClassName
{
border-color: #6DB2BC;
}
</style>