Shades of Glacier #6DA8BC
Tints of Glacier #6DA8BC
RGB
CMYK
RGB Variations
Color information
#6DA8BC (or 0x6DA8BC) is known color: Glacier. HEX triplet: 6D, A8 and BC. RGB value is (109,168,188). Sum of RGB (Red+Green+Blue) = 109+168+188=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DA8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8BC is #925743. Grayscale: #989898. Windows color (decimal): -9590596 or 12363885. OLE color: 12363885.
HSL color Cylindrical-coordinate representation of color #6DA8BC: hue angle of 195.19º 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 #6DA8BC is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 168 | 188 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.26 |
| HSL | 195.19º | 0.37% | 0.58% | - |
| HSV(B) | 195.19º | 0.42% | 0.74% | - |
| XYZ | 29.39 | 34.89 | 52.76 | - |
| YUV | 152.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 188 | 0.42 | 0.11 | 0 | 0.26 | 195.19 | 0.37 | 0.58 |
| Hex | 6D | A8 | BC | 2A | B | 0 | 1A | C3 | 25 | 3A |
| Octal | 155 | 250 | 274 | 52 | 13 | 0 | 32 | 303 | 45 | 72 |
| Binary | 1101101 | 10101000 | 10111100 | 101010 | 1011 | 0 | 11010 | 11000011 | 100101 | 111010 |
Color Harmonies of #6DA8BC
Complementary color
Monochromatic Colors of #6DA8BC
Black with #6DA8BC
Text Example
Text Example
White with #6DA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA8BC; }
p { color: rgb(109,168,188); }
H1.HeaderClassName
{
color: #6DA8BC;
}
.AnyTagClassName
{
color: #6DA8BC;
}
</style>
background-color css
<style>
a { background-color: #6DA8BC; }
a { background-color: rgb(109,168,188); }
div.DivClassName
{
background-color: #6DA8BC;
}
.BgClassName
{
background-color: #6DA8BC;
}
</style>
border-color css
<style>
span { border-color: #6DA8BC; }
span { border-color: rgb(109,168,188); }
td.TdClassName
{
border-color: #6DA8BC;
}
.TagClassName
{
border-color: #6DA8BC;
}
</style>