Shades of Glacier #6BADBD
Tints of Glacier #6BADBD
RGB
CMYK
RGB Variations
Color information
#6BADBD (or 0x6BADBD) is known color: Glacier. HEX triplet: 6B, AD and BD. RGB value is (107,173,189). Sum of RGB (Red+Green+Blue) = 107+173+189=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #6BADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADBD is #945242. Grayscale: #9A9A9A. Windows color (decimal): -9720387 or 12430699. OLE color: 12430699.
HSL color Cylindrical-coordinate representation of color #6BADBD: hue angle of 191.71º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BADBD is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 173 | 189 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.26 |
| HSL | 191.71º | 0.38% | 0.58% | - |
| HSV(B) | 191.71º | 0.43% | 0.74% | - |
| XYZ | 30.19 | 36.69 | 53.63 | - |
| YUV | 155.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 189 | 0.43 | 0.08 | 0 | 0.26 | 191.71 | 0.38 | 0.58 |
| Hex | 6B | AD | BD | 2B | 8 | 0 | 1A | C0 | 26 | 3A |
| Octal | 153 | 255 | 275 | 53 | 10 | 0 | 32 | 300 | 46 | 72 |
| Binary | 1101011 | 10101101 | 10111101 | 101011 | 1000 | 0 | 11010 | 11000000 | 100110 | 111010 |
Color Harmonies of #6BADBD
Complementary color
Monochromatic Colors of #6BADBD
Black with #6BADBD
Text Example
Text Example
White with #6BADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADBD; }
p { color: rgb(107,173,189); }
H1.HeaderClassName
{
color: #6BADBD;
}
.AnyTagClassName
{
color: #6BADBD;
}
</style>
background-color css
<style>
a { background-color: #6BADBD; }
a { background-color: rgb(107,173,189); }
div.DivClassName
{
background-color: #6BADBD;
}
.BgClassName
{
background-color: #6BADBD;
}
</style>
border-color css
<style>
span { border-color: #6BADBD; }
span { border-color: rgb(107,173,189); }
td.TdClassName
{
border-color: #6BADBD;
}
.TagClassName
{
border-color: #6BADBD;
}
</style>