Shades of Glacier #6AABC0
Tints of Glacier #6AABC0
RGB
CMYK
RGB Variations
Color information
#6AABC0 (or 0x6AABC0) is known color: Glacier. HEX triplet: 6A, AB and C0. RGB value is (106,171,192). Sum of RGB (Red+Green+Blue) = 106+171+192=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #6AABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABC0 is #95543F. Grayscale: #999999. Windows color (decimal): -9786432 or 12626794. OLE color: 12626794.
HSL color Cylindrical-coordinate representation of color #6AABC0: hue angle of 194.65º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AABC0 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 171 | 192 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.25 |
| HSL | 194.65º | 0.41% | 0.58% | - |
| HSV(B) | 194.65º | 0.45% | 0.75% | - |
| XYZ | 30.02 | 36 | 55.23 | - |
| YUV | 153.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 192 | 0.45 | 0.11 | 0 | 0.25 | 194.65 | 0.41 | 0.58 |
| Hex | 6A | AB | C0 | 2D | B | 0 | 19 | C3 | 29 | 3A |
| Octal | 152 | 253 | 300 | 55 | 13 | 0 | 31 | 303 | 51 | 72 |
| Binary | 1101010 | 10101011 | 11000000 | 101101 | 1011 | 0 | 11001 | 11000011 | 101001 | 111010 |
Color Harmonies of #6AABC0
Complementary color
Monochromatic Colors of #6AABC0
Black with #6AABC0
Text Example
Text Example
White with #6AABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AABC0; }
p { color: rgb(106,171,192); }
H1.HeaderClassName
{
color: #6AABC0;
}
.AnyTagClassName
{
color: #6AABC0;
}
</style>
background-color css
<style>
a { background-color: #6AABC0; }
a { background-color: rgb(106,171,192); }
div.DivClassName
{
background-color: #6AABC0;
}
.BgClassName
{
background-color: #6AABC0;
}
</style>
border-color css
<style>
span { border-color: #6AABC0; }
span { border-color: rgb(106,171,192); }
td.TdClassName
{
border-color: #6AABC0;
}
.TagClassName
{
border-color: #6AABC0;
}
</style>