Shades of Glacier #6BABBB
Tints of Glacier #6BABBB
RGB
CMYK
RGB Variations
Color information
#6BABBB (or 0x6BABBB) is known color: Glacier. HEX triplet: 6B, AB and BB. RGB value is (107,171,187). Sum of RGB (Red+Green+Blue) = 107+171+187=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #6BABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABBB is #945444. Grayscale: #999999. Windows color (decimal): -9720901 or 12299115. OLE color: 12299115.
HSL color Cylindrical-coordinate representation of color #6BABBB: hue angle of 192º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BABBB is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 171 | 187 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.27 |
| HSL | 192º | 0.37% | 0.58% | - |
| HSV(B) | 192º | 0.43% | 0.73% | - |
| XYZ | 29.6 | 35.84 | 52.37 | - |
| YUV | 153.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 187 | 0.43 | 0.09 | 0 | 0.27 | 192 | 0.37 | 0.58 |
| Hex | 6B | AB | BB | 2B | 9 | 0 | 1B | C0 | 25 | 3A |
| Octal | 153 | 253 | 273 | 53 | 11 | 0 | 33 | 300 | 45 | 72 |
| Binary | 1101011 | 10101011 | 10111011 | 101011 | 1001 | 0 | 11011 | 11000000 | 100101 | 111010 |
Color Harmonies of #6BABBB
Complementary color
Monochromatic Colors of #6BABBB
Black with #6BABBB
Text Example
Text Example
White with #6BABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABBB; }
p { color: rgb(107,171,187); }
H1.HeaderClassName
{
color: #6BABBB;
}
.AnyTagClassName
{
color: #6BABBB;
}
</style>
background-color css
<style>
a { background-color: #6BABBB; }
a { background-color: rgb(107,171,187); }
div.DivClassName
{
background-color: #6BABBB;
}
.BgClassName
{
background-color: #6BABBB;
}
</style>
border-color css
<style>
span { border-color: #6BABBB; }
span { border-color: rgb(107,171,187); }
td.TdClassName
{
border-color: #6BABBB;
}
.TagClassName
{
border-color: #6BABBB;
}
</style>