Shades of Glacier #6BABC6
Tints of Glacier #6BABC6
RGB
CMYK
RGB Variations
Color information
#6BABC6 (or 0x6BABC6) is known color: Glacier. HEX triplet: 6B, AB and C6. RGB value is (107,171,198). Sum of RGB (Red+Green+Blue) = 107+171+198=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #6BABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABC6 is #945439. Grayscale: #9A9A9A. Windows color (decimal): -9720890 or 13020011. OLE color: 13020011.
HSL color Cylindrical-coordinate representation of color #6BABC6: hue angle of 197.8º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BABC6 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 171 | 198 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.22 |
| HSL | 197.8º | 0.44% | 0.6% | - |
| HSV(B) | 197.8º | 0.46% | 0.78% | - |
| XYZ | 30.82 | 36.33 | 58.81 | - |
| YUV | 154.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 198 | 0.46 | 0.14 | 0 | 0.22 | 197.8 | 0.44 | 0.6 |
| Hex | 6B | AB | C6 | 2E | E | 0 | 16 | C6 | 2C | 3C |
| Octal | 153 | 253 | 306 | 56 | 16 | 0 | 26 | 306 | 54 | 74 |
| Binary | 1101011 | 10101011 | 11000110 | 101110 | 1110 | 0 | 10110 | 11000110 | 101100 | 111100 |
Color Harmonies of #6BABC6
Complementary color
Monochromatic Colors of #6BABC6
Black with #6BABC6
Text Example
Text Example
White with #6BABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABC6; }
p { color: rgb(107,171,198); }
H1.HeaderClassName
{
color: #6BABC6;
}
.AnyTagClassName
{
color: #6BABC6;
}
</style>
background-color css
<style>
a { background-color: #6BABC6; }
a { background-color: rgb(107,171,198); }
div.DivClassName
{
background-color: #6BABC6;
}
.BgClassName
{
background-color: #6BABC6;
}
</style>
border-color css
<style>
span { border-color: #6BABC6; }
span { border-color: rgb(107,171,198); }
td.TdClassName
{
border-color: #6BABC6;
}
.TagClassName
{
border-color: #6BABC6;
}
</style>