Shades of Glacier #6CABBA
Tints of Glacier #6CABBA
RGB
CMYK
RGB Variations
Color information
#6CABBA (or 0x6CABBA) is known color: Glacier. HEX triplet: 6C, AB and BA. RGB value is (108,171,186). Sum of RGB (Red+Green+Blue) = 108+171+186=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABBA is #935445. Grayscale: #999999. Windows color (decimal): -9655366 or 12233580. OLE color: 12233580.
HSL color Cylindrical-coordinate representation of color #6CABBA: hue angle of 191.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CABBA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 171 | 186 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.27 |
| HSL | 191.54º | 0.36% | 0.58% | - |
| HSV(B) | 191.54º | 0.42% | 0.73% | - |
| XYZ | 29.61 | 35.86 | 51.82 | - |
| YUV | 153.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 186 | 0.42 | 0.08 | 0 | 0.27 | 191.54 | 0.36 | 0.58 |
| Hex | 6C | AB | BA | 2A | 8 | 0 | 1B | C0 | 24 | 3A |
| Octal | 154 | 253 | 272 | 52 | 10 | 0 | 33 | 300 | 44 | 72 |
| Binary | 1101100 | 10101011 | 10111010 | 101010 | 1000 | 0 | 11011 | 11000000 | 100100 | 111010 |
Color Harmonies of #6CABBA
Complementary color
Monochromatic Colors of #6CABBA
Black with #6CABBA
Text Example
Text Example
White with #6CABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABBA; }
p { color: rgb(108,171,186); }
H1.HeaderClassName
{
color: #6CABBA;
}
.AnyTagClassName
{
color: #6CABBA;
}
</style>
background-color css
<style>
a { background-color: #6CABBA; }
a { background-color: rgb(108,171,186); }
div.DivClassName
{
background-color: #6CABBA;
}
.BgClassName
{
background-color: #6CABBA;
}
</style>
border-color css
<style>
span { border-color: #6CABBA; }
span { border-color: rgb(108,171,186); }
td.TdClassName
{
border-color: #6CABBA;
}
.TagClassName
{
border-color: #6CABBA;
}
</style>