Shades of Glacier #6DAFBD
Tints of Glacier #6DAFBD
RGB
CMYK
RGB Variations
Color information
#6DAFBD (or 0x6DAFBD) is known color: Glacier. HEX triplet: 6D, AF and BD. RGB value is (109,175,189). Sum of RGB (Red+Green+Blue) = 109+175+189=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBD is #925042. Grayscale: #9C9C9C. Windows color (decimal): -9588803 or 12431213. OLE color: 12431213.
HSL color Cylindrical-coordinate representation of color #6DAFBD: hue angle of 190.5º degrees, saturation: 0.38, 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 #6DAFBD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 175 | 189 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.26 |
| HSL | 190.5º | 0.38% | 0.58% | - |
| HSV(B) | 190.5º | 0.42% | 0.74% | - |
| XYZ | 30.82 | 37.59 | 53.77 | - |
| YUV | 156.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 189 | 0.42 | 0.07 | 0 | 0.26 | 190.5 | 0.38 | 0.58 |
| Hex | 6D | AF | BD | 2A | 7 | 0 | 1A | BE | 26 | 3A |
| Octal | 155 | 257 | 275 | 52 | 7 | 0 | 32 | 276 | 46 | 72 |
| Binary | 1101101 | 10101111 | 10111101 | 101010 | 111 | 0 | 11010 | 10111110 | 100110 | 111010 |
Color Harmonies of #6DAFBD
Complementary color
Monochromatic Colors of #6DAFBD
Black with #6DAFBD
Text Example
Text Example
White with #6DAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFBD; }
p { color: rgb(109,175,189); }
H1.HeaderClassName
{
color: #6DAFBD;
}
.AnyTagClassName
{
color: #6DAFBD;
}
</style>
background-color css
<style>
a { background-color: #6DAFBD; }
a { background-color: rgb(109,175,189); }
div.DivClassName
{
background-color: #6DAFBD;
}
.BgClassName
{
background-color: #6DAFBD;
}
</style>
border-color css
<style>
span { border-color: #6DAFBD; }
span { border-color: rgb(109,175,189); }
td.TdClassName
{
border-color: #6DAFBD;
}
.TagClassName
{
border-color: #6DAFBD;
}
</style>