Shades of Glacier #6DAFBC
Tints of Glacier #6DAFBC
RGB
CMYK
RGB Variations
Color information
#6DAFBC (or 0x6DAFBC) is known color: Glacier. HEX triplet: 6D, AF and BC. RGB value is (109,175,188). Sum of RGB (Red+Green+Blue) = 109+175+188=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBC is #925043. Grayscale: #9C9C9C. Windows color (decimal): -9588804 or 12365677. OLE color: 12365677.
HSL color Cylindrical-coordinate representation of color #6DAFBC: hue angle of 189.87º 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 #6DAFBC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 175 | 188 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.26 |
| HSL | 189.87º | 0.37% | 0.58% | - |
| HSV(B) | 189.87º | 0.42% | 0.74% | - |
| XYZ | 30.71 | 37.54 | 53.2 | - |
| YUV | 156.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 188 | 0.42 | 0.07 | 0 | 0.26 | 189.87 | 0.37 | 0.58 |
| Hex | 6D | AF | BC | 2A | 7 | 0 | 1A | BE | 25 | 3A |
| Octal | 155 | 257 | 274 | 52 | 7 | 0 | 32 | 276 | 45 | 72 |
| Binary | 1101101 | 10101111 | 10111100 | 101010 | 111 | 0 | 11010 | 10111110 | 100101 | 111010 |
Color Harmonies of #6DAFBC
Complementary color
Monochromatic Colors of #6DAFBC
Black with #6DAFBC
Text Example
Text Example
White with #6DAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFBC; }
p { color: rgb(109,175,188); }
H1.HeaderClassName
{
color: #6DAFBC;
}
.AnyTagClassName
{
color: #6DAFBC;
}
</style>
background-color css
<style>
a { background-color: #6DAFBC; }
a { background-color: rgb(109,175,188); }
div.DivClassName
{
background-color: #6DAFBC;
}
.BgClassName
{
background-color: #6DAFBC;
}
</style>
border-color css
<style>
span { border-color: #6DAFBC; }
span { border-color: rgb(109,175,188); }
td.TdClassName
{
border-color: #6DAFBC;
}
.TagClassName
{
border-color: #6DAFBC;
}
</style>