Shades of Glacier #6AB4C0
Tints of Glacier #6AB4C0
RGB
CMYK
RGB Variations
Color information
#6AB4C0 (or 0x6AB4C0) is known color: Glacier. HEX triplet: 6A, B4 and C0. RGB value is (106,180,192). Sum of RGB (Red+Green+Blue) = 106+180+192=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #6AB4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB4C0 is #954B3F. Grayscale: #9F9F9F. Windows color (decimal): -9784128 or 12629098. OLE color: 12629098.
HSL color Cylindrical-coordinate representation of color #6AB4C0: hue angle of 188.37º 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 #6AB4C0 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 180 | 192 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.25 |
| HSL | 188.37º | 0.41% | 0.58% | - |
| HSV(B) | 188.37º | 0.45% | 0.75% | - |
| XYZ | 31.78 | 39.51 | 55.82 | - |
| YUV | 159.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 192 | 0.45 | 0.06 | 0 | 0.25 | 188.37 | 0.41 | 0.58 |
| Hex | 6A | B4 | C0 | 2D | 6 | 0 | 19 | BC | 29 | 3A |
| Octal | 152 | 264 | 300 | 55 | 6 | 0 | 31 | 274 | 51 | 72 |
| Binary | 1101010 | 10110100 | 11000000 | 101101 | 110 | 0 | 11001 | 10111100 | 101001 | 111010 |
Color Harmonies of #6AB4C0
Complementary color
Monochromatic Colors of #6AB4C0
Black with #6AB4C0
Text Example
Text Example
White with #6AB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB4C0; }
p { color: rgb(106,180,192); }
H1.HeaderClassName
{
color: #6AB4C0;
}
.AnyTagClassName
{
color: #6AB4C0;
}
</style>
background-color css
<style>
a { background-color: #6AB4C0; }
a { background-color: rgb(106,180,192); }
div.DivClassName
{
background-color: #6AB4C0;
}
.BgClassName
{
background-color: #6AB4C0;
}
</style>
border-color css
<style>
span { border-color: #6AB4C0; }
span { border-color: rgb(106,180,192); }
td.TdClassName
{
border-color: #6AB4C0;
}
.TagClassName
{
border-color: #6AB4C0;
}
</style>