Shades of Glacier #6AAABC
Tints of Glacier #6AAABC
RGB
CMYK
RGB Variations
Color information
#6AAABC (or 0x6AAABC) is known color: Glacier. HEX triplet: 6A, AA and BC. RGB value is (106,170,188). Sum of RGB (Red+Green+Blue) = 106+170+188=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAABC is #955543. Grayscale: #989898. Windows color (decimal): -9786692 or 12364394. OLE color: 12364394.
HSL color Cylindrical-coordinate representation of color #6AAABC: hue angle of 193.17º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AAABC is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 170 | 188 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.26 |
| HSL | 193.17º | 0.38% | 0.58% | - |
| HSV(B) | 193.17º | 0.44% | 0.74% | - |
| XYZ | 29.4 | 35.44 | 52.87 | - |
| YUV | 152.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 188 | 0.44 | 0.10 | 0 | 0.26 | 193.17 | 0.38 | 0.58 |
| Hex | 6A | AA | BC | 2C | A | 0 | 1A | C1 | 26 | 3A |
| Octal | 152 | 252 | 274 | 54 | 12 | 0 | 32 | 301 | 46 | 72 |
| Binary | 1101010 | 10101010 | 10111100 | 101100 | 1010 | 0 | 11010 | 11000001 | 100110 | 111010 |
Color Harmonies of #6AAABC
Complementary color
Monochromatic Colors of #6AAABC
Black with #6AAABC
Text Example
Text Example
White with #6AAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAABC; }
p { color: rgb(106,170,188); }
H1.HeaderClassName
{
color: #6AAABC;
}
.AnyTagClassName
{
color: #6AAABC;
}
</style>
background-color css
<style>
a { background-color: #6AAABC; }
a { background-color: rgb(106,170,188); }
div.DivClassName
{
background-color: #6AAABC;
}
.BgClassName
{
background-color: #6AAABC;
}
</style>
border-color css
<style>
span { border-color: #6AAABC; }
span { border-color: rgb(106,170,188); }
td.TdClassName
{
border-color: #6AAABC;
}
.TagClassName
{
border-color: #6AAABC;
}
</style>