Shades of Glacier #6ABBC1
Tints of Glacier #6ABBC1
RGB
CMYK
RGB Variations
Color information
#6ABBC1 (or 0x6ABBC1) is known color: Glacier. HEX triplet: 6A, BB and C1. RGB value is (106,187,193). Sum of RGB (Red+Green+Blue) = 106+187+193=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #6ABBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBC1 is #95443E. Grayscale: #A3A3A3. Windows color (decimal): -9782335 or 12696426. OLE color: 12696426.
HSL color Cylindrical-coordinate representation of color #6ABBC1: hue angle of 184.14º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABBC1 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 187 | 193 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.24 |
| HSL | 184.14º | 0.41% | 0.59% | - |
| HSV(B) | 184.14º | 0.45% | 0.76% | - |
| XYZ | 33.34 | 42.46 | 56.89 | - |
| YUV | 163.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 193 | 0.45 | 0.03 | 0 | 0.24 | 184.14 | 0.41 | 0.59 |
| Hex | 6A | BB | C1 | 2D | 3 | 0 | 18 | B8 | 29 | 3B |
| Octal | 152 | 273 | 301 | 55 | 3 | 0 | 30 | 270 | 51 | 73 |
| Binary | 1101010 | 10111011 | 11000001 | 101101 | 11 | 0 | 11000 | 10111000 | 101001 | 111011 |
Color Harmonies of #6ABBC1
Complementary color
Monochromatic Colors of #6ABBC1
Black with #6ABBC1
Text Example
Text Example
White with #6ABBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBC1; }
p { color: rgb(106,187,193); }
H1.HeaderClassName
{
color: #6ABBC1;
}
.AnyTagClassName
{
color: #6ABBC1;
}
</style>
background-color css
<style>
a { background-color: #6ABBC1; }
a { background-color: rgb(106,187,193); }
div.DivClassName
{
background-color: #6ABBC1;
}
.BgClassName
{
background-color: #6ABBC1;
}
</style>
border-color css
<style>
span { border-color: #6ABBC1; }
span { border-color: rgb(106,187,193); }
td.TdClassName
{
border-color: #6ABBC1;
}
.TagClassName
{
border-color: #6ABBC1;
}
</style>