Shades of Glacier #6DA8BD
Tints of Glacier #6DA8BD
RGB
CMYK
RGB Variations
Color information
#6DA8BD (or 0x6DA8BD) is known color: Glacier. HEX triplet: 6D, A8 and BD. RGB value is (109,168,189). Sum of RGB (Red+Green+Blue) = 109+168+189=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DA8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8BD is #925742. Grayscale: #989898. Windows color (decimal): -9590595 or 12429421. OLE color: 12429421.
HSL color Cylindrical-coordinate representation of color #6DA8BD: hue angle of 195.75º 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 #6DA8BD is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 168 | 189 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.26 |
| HSL | 195.75º | 0.38% | 0.58% | - |
| HSV(B) | 195.75º | 0.42% | 0.74% | - |
| XYZ | 29.49 | 34.93 | 53.33 | - |
| YUV | 152.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 189 | 0.42 | 0.11 | 0 | 0.26 | 195.75 | 0.38 | 0.58 |
| Hex | 6D | A8 | BD | 2A | B | 0 | 1A | C4 | 26 | 3A |
| Octal | 155 | 250 | 275 | 52 | 13 | 0 | 32 | 304 | 46 | 72 |
| Binary | 1101101 | 10101000 | 10111101 | 101010 | 1011 | 0 | 11010 | 11000100 | 100110 | 111010 |
Color Harmonies of #6DA8BD
Complementary color
Monochromatic Colors of #6DA8BD
Black with #6DA8BD
Text Example
Text Example
White with #6DA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA8BD; }
p { color: rgb(109,168,189); }
H1.HeaderClassName
{
color: #6DA8BD;
}
.AnyTagClassName
{
color: #6DA8BD;
}
</style>
background-color css
<style>
a { background-color: #6DA8BD; }
a { background-color: rgb(109,168,189); }
div.DivClassName
{
background-color: #6DA8BD;
}
.BgClassName
{
background-color: #6DA8BD;
}
</style>
border-color css
<style>
span { border-color: #6DA8BD; }
span { border-color: rgb(109,168,189); }
td.TdClassName
{
border-color: #6DA8BD;
}
.TagClassName
{
border-color: #6DA8BD;
}
</style>