Shades of Glacier #6DAEBC
Tints of Glacier #6DAEBC
RGB
CMYK
RGB Variations
Color information
#6DAEBC (or 0x6DAEBC) is known color: Glacier. HEX triplet: 6D, AE and BC. RGB value is (109,174,188). Sum of RGB (Red+Green+Blue) = 109+174+188=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEBC is #925143. Grayscale: #9C9C9C. Windows color (decimal): -9589060 or 12365421. OLE color: 12365421.
HSL color Cylindrical-coordinate representation of color #6DAEBC: hue angle of 190.63º 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 #6DAEBC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 174 | 188 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.26 |
| HSL | 190.63º | 0.37% | 0.58% | - |
| HSV(B) | 190.63º | 0.42% | 0.74% | - |
| XYZ | 30.52 | 37.15 | 53.14 | - |
| YUV | 156.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 188 | 0.42 | 0.07 | 0 | 0.26 | 190.63 | 0.37 | 0.58 |
| Hex | 6D | AE | BC | 2A | 7 | 0 | 1A | BF | 25 | 3A |
| Octal | 155 | 256 | 274 | 52 | 7 | 0 | 32 | 277 | 45 | 72 |
| Binary | 1101101 | 10101110 | 10111100 | 101010 | 111 | 0 | 11010 | 10111111 | 100101 | 111010 |
Color Harmonies of #6DAEBC
Complementary color
Monochromatic Colors of #6DAEBC
Black with #6DAEBC
Text Example
Text Example
White with #6DAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEBC; }
p { color: rgb(109,174,188); }
H1.HeaderClassName
{
color: #6DAEBC;
}
.AnyTagClassName
{
color: #6DAEBC;
}
</style>
background-color css
<style>
a { background-color: #6DAEBC; }
a { background-color: rgb(109,174,188); }
div.DivClassName
{
background-color: #6DAEBC;
}
.BgClassName
{
background-color: #6DAEBC;
}
</style>
border-color css
<style>
span { border-color: #6DAEBC; }
span { border-color: rgb(109,174,188); }
td.TdClassName
{
border-color: #6DAEBC;
}
.TagClassName
{
border-color: #6DAEBC;
}
</style>