Shades of Glacier #6DA7BD
Tints of Glacier #6DA7BD
RGB
CMYK
RGB Variations
Color information
#6DA7BD (or 0x6DA7BD) is known color: Glacier. HEX triplet: 6D, A7 and BD. RGB value is (109,167,189). Sum of RGB (Red+Green+Blue) = 109+167+189=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DA7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7BD is #925842. Grayscale: #989898. Windows color (decimal): -9590851 or 12429165. OLE color: 12429165.
HSL color Cylindrical-coordinate representation of color #6DA7BD: hue angle of 196.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 #6DA7BD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 167 | 189 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.26 |
| HSL | 196.5º | 0.38% | 0.58% | - |
| HSV(B) | 196.5º | 0.42% | 0.74% | - |
| XYZ | 29.31 | 34.56 | 53.27 | - |
| YUV | 152.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 167 | 189 | 0.42 | 0.12 | 0 | 0.26 | 196.5 | 0.38 | 0.58 |
| Hex | 6D | A7 | BD | 2A | C | 0 | 1A | C4 | 26 | 3A |
| Octal | 155 | 247 | 275 | 52 | 14 | 0 | 32 | 304 | 46 | 72 |
| Binary | 1101101 | 10100111 | 10111101 | 101010 | 1100 | 0 | 11010 | 11000100 | 100110 | 111010 |
Color Harmonies of #6DA7BD
Complementary color
Monochromatic Colors of #6DA7BD
Black with #6DA7BD
Text Example
Text Example
White with #6DA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA7BD; }
p { color: rgb(109,167,189); }
H1.HeaderClassName
{
color: #6DA7BD;
}
.AnyTagClassName
{
color: #6DA7BD;
}
</style>
background-color css
<style>
a { background-color: #6DA7BD; }
a { background-color: rgb(109,167,189); }
div.DivClassName
{
background-color: #6DA7BD;
}
.BgClassName
{
background-color: #6DA7BD;
}
</style>
border-color css
<style>
span { border-color: #6DA7BD; }
span { border-color: rgb(109,167,189); }
td.TdClassName
{
border-color: #6DA7BD;
}
.TagClassName
{
border-color: #6DA7BD;
}
</style>