Shades of Glacier #6AB5BF
Tints of Glacier #6AB5BF
RGB
CMYK
RGB Variations
Color information
#6AB5BF (or 0x6AB5BF) is known color: Glacier. HEX triplet: 6A, B5 and BF. RGB value is (106,181,191). Sum of RGB (Red+Green+Blue) = 106+181+191=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AB5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB5BF is #954A40. Grayscale: #9F9F9F. Windows color (decimal): -9783873 or 12563818. OLE color: 12563818.
HSL color Cylindrical-coordinate representation of color #6AB5BF: hue angle of 187.06º degrees, saturation: 0.4, 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 #6AB5BF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 181 | 191 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.25 |
| HSL | 187.06º | 0.4% | 0.58% | - |
| HSV(B) | 187.06º | 0.45% | 0.75% | - |
| XYZ | 31.87 | 39.87 | 55.31 | - |
| YUV | 159.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 191 | 0.45 | 0.05 | 0 | 0.25 | 187.06 | 0.4 | 0.58 |
| Hex | 6A | B5 | BF | 2D | 5 | 0 | 19 | BB | 28 | 3A |
| Octal | 152 | 265 | 277 | 55 | 5 | 0 | 31 | 273 | 50 | 72 |
| Binary | 1101010 | 10110101 | 10111111 | 101101 | 101 | 0 | 11001 | 10111011 | 101000 | 111010 |
Color Harmonies of #6AB5BF
Complementary color
Monochromatic Colors of #6AB5BF
Black with #6AB5BF
Text Example
Text Example
White with #6AB5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5BF; }
p { color: rgb(106,181,191); }
H1.HeaderClassName
{
color: #6AB5BF;
}
.AnyTagClassName
{
color: #6AB5BF;
}
</style>
background-color css
<style>
a { background-color: #6AB5BF; }
a { background-color: rgb(106,181,191); }
div.DivClassName
{
background-color: #6AB5BF;
}
.BgClassName
{
background-color: #6AB5BF;
}
</style>
border-color css
<style>
span { border-color: #6AB5BF; }
span { border-color: rgb(106,181,191); }
td.TdClassName
{
border-color: #6AB5BF;
}
.TagClassName
{
border-color: #6AB5BF;
}
</style>