Shades of Glacier #6DB9BE
Tints of Glacier #6DB9BE
RGB
CMYK
RGB Variations
Color information
#6DB9BE (or 0x6DB9BE) is known color: Glacier. HEX triplet: 6D, B9 and BE. RGB value is (109,185,190). Sum of RGB (Red+Green+Blue) = 109+185+190=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9BE is #924641. Grayscale: #A2A2A2. Windows color (decimal): -9586242 or 12499309. OLE color: 12499309.
HSL color Cylindrical-coordinate representation of color #6DB9BE: hue angle of 183.7º 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 #6DB9BE is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 185 | 190 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.25 |
| HSL | 183.7º | 0.38% | 0.59% | - |
| HSV(B) | 183.7º | 0.43% | 0.75% | - |
| XYZ | 32.95 | 41.67 | 55.02 | - |
| YUV | 162.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 190 | 0.43 | 0.03 | 0 | 0.25 | 183.7 | 0.38 | 0.59 |
| Hex | 6D | B9 | BE | 2B | 3 | 0 | 19 | B8 | 26 | 3B |
| Octal | 155 | 271 | 276 | 53 | 3 | 0 | 31 | 270 | 46 | 73 |
| Binary | 1101101 | 10111001 | 10111110 | 101011 | 11 | 0 | 11001 | 10111000 | 100110 | 111011 |
Color Harmonies of #6DB9BE
Complementary color
Monochromatic Colors of #6DB9BE
Black with #6DB9BE
Text Example
Text Example
White with #6DB9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB9BE; }
p { color: rgb(109,185,190); }
H1.HeaderClassName
{
color: #6DB9BE;
}
.AnyTagClassName
{
color: #6DB9BE;
}
</style>
background-color css
<style>
a { background-color: #6DB9BE; }
a { background-color: rgb(109,185,190); }
div.DivClassName
{
background-color: #6DB9BE;
}
.BgClassName
{
background-color: #6DB9BE;
}
</style>
border-color css
<style>
span { border-color: #6DB9BE; }
span { border-color: rgb(109,185,190); }
td.TdClassName
{
border-color: #6DB9BE;
}
.TagClassName
{
border-color: #6DB9BE;
}
</style>