Shades of Glacier #6DB6BE
Tints of Glacier #6DB6BE
RGB
CMYK
RGB Variations
Color information
#6DB6BE (or 0x6DB6BE) is known color: Glacier. HEX triplet: 6D, B6 and BE. RGB value is (109,182,190). Sum of RGB (Red+Green+Blue) = 109+182+190=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DB6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6BE is #924941. Grayscale: #A0A0A0. Windows color (decimal): -9587010 or 12498541. OLE color: 12498541.
HSL color Cylindrical-coordinate representation of color #6DB6BE: hue angle of 185.93º degrees, saturation: 0.38, 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 #6DB6BE is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 182 | 190 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.25 |
| HSL | 185.93º | 0.38% | 0.59% | - |
| HSV(B) | 185.93º | 0.43% | 0.75% | - |
| XYZ | 32.33 | 40.42 | 54.81 | - |
| YUV | 161.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 190 | 0.43 | 0.04 | 0 | 0.25 | 185.93 | 0.38 | 0.59 |
| Hex | 6D | B6 | BE | 2B | 4 | 0 | 19 | BA | 26 | 3B |
| Octal | 155 | 266 | 276 | 53 | 4 | 0 | 31 | 272 | 46 | 73 |
| Binary | 1101101 | 10110110 | 10111110 | 101011 | 100 | 0 | 11001 | 10111010 | 100110 | 111011 |
Color Harmonies of #6DB6BE
Complementary color
Monochromatic Colors of #6DB6BE
Black with #6DB6BE
Text Example
Text Example
White with #6DB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6BE; }
p { color: rgb(109,182,190); }
H1.HeaderClassName
{
color: #6DB6BE;
}
.AnyTagClassName
{
color: #6DB6BE;
}
</style>
background-color css
<style>
a { background-color: #6DB6BE; }
a { background-color: rgb(109,182,190); }
div.DivClassName
{
background-color: #6DB6BE;
}
.BgClassName
{
background-color: #6DB6BE;
}
</style>
border-color css
<style>
span { border-color: #6DB6BE; }
span { border-color: rgb(109,182,190); }
td.TdClassName
{
border-color: #6DB6BE;
}
.TagClassName
{
border-color: #6DB6BE;
}
</style>