Shades of Glacier #6ABBC5
Tints of Glacier #6ABBC5
RGB
CMYK
RGB Variations
Color information
#6ABBC5 (or 0x6ABBC5) is known color: Glacier. HEX triplet: 6A, BB and C5. RGB value is (106,187,197). Sum of RGB (Red+Green+Blue) = 106+187+197=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #6ABBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBC5 is #95443A. Grayscale: #A3A3A3. Windows color (decimal): -9782331 or 12958570. OLE color: 12958570.
HSL color Cylindrical-coordinate representation of color #6ABBC5: hue angle of 186.59º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ABBC5 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 187 | 197 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.23 |
| HSL | 186.59º | 0.44% | 0.59% | - |
| HSV(B) | 186.59º | 0.46% | 0.77% | - |
| XYZ | 33.79 | 42.64 | 59.27 | - |
| YUV | 163.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 197 | 0.46 | 0.05 | 0 | 0.23 | 186.59 | 0.44 | 0.59 |
| Hex | 6A | BB | C5 | 2E | 5 | 0 | 17 | BB | 2C | 3B |
| Octal | 152 | 273 | 305 | 56 | 5 | 0 | 27 | 273 | 54 | 73 |
| Binary | 1101010 | 10111011 | 11000101 | 101110 | 101 | 0 | 10111 | 10111011 | 101100 | 111011 |
Color Harmonies of #6ABBC5
Complementary color
Monochromatic Colors of #6ABBC5
Black with #6ABBC5
Text Example
Text Example
White with #6ABBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBC5; }
p { color: rgb(106,187,197); }
H1.HeaderClassName
{
color: #6ABBC5;
}
.AnyTagClassName
{
color: #6ABBC5;
}
</style>
background-color css
<style>
a { background-color: #6ABBC5; }
a { background-color: rgb(106,187,197); }
div.DivClassName
{
background-color: #6ABBC5;
}
.BgClassName
{
background-color: #6ABBC5;
}
</style>
border-color css
<style>
span { border-color: #6ABBC5; }
span { border-color: rgb(106,187,197); }
td.TdClassName
{
border-color: #6ABBC5;
}
.TagClassName
{
border-color: #6ABBC5;
}
</style>