Shades of Glacier #6BA7BD
Tints of Glacier #6BA7BD
RGB
CMYK
RGB Variations
Color information
#6BA7BD (or 0x6BA7BD) is known color: Glacier. HEX triplet: 6B, A7 and BD. RGB value is (107,167,189). Sum of RGB (Red+Green+Blue) = 107+167+189=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #6BA7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA7BD is #945842. Grayscale: #979797. Windows color (decimal): -9721923 or 12429163. OLE color: 12429163.
HSL color Cylindrical-coordinate representation of color #6BA7BD: hue angle of 196.1º 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 #6BA7BD is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 167 | 189 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.26 |
| HSL | 196.1º | 0.38% | 0.58% | - |
| HSV(B) | 196.1º | 0.43% | 0.74% | - |
| XYZ | 29.07 | 34.44 | 53.26 | - |
| YUV | 151.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 189 | 0.43 | 0.12 | 0 | 0.26 | 196.1 | 0.38 | 0.58 |
| Hex | 6B | A7 | BD | 2B | C | 0 | 1A | C4 | 26 | 3A |
| Octal | 153 | 247 | 275 | 53 | 14 | 0 | 32 | 304 | 46 | 72 |
| Binary | 1101011 | 10100111 | 10111101 | 101011 | 1100 | 0 | 11010 | 11000100 | 100110 | 111010 |
Color Harmonies of #6BA7BD
Complementary color
Monochromatic Colors of #6BA7BD
Black with #6BA7BD
Text Example
Text Example
White with #6BA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA7BD; }
p { color: rgb(107,167,189); }
H1.HeaderClassName
{
color: #6BA7BD;
}
.AnyTagClassName
{
color: #6BA7BD;
}
</style>
background-color css
<style>
a { background-color: #6BA7BD; }
a { background-color: rgb(107,167,189); }
div.DivClassName
{
background-color: #6BA7BD;
}
.BgClassName
{
background-color: #6BA7BD;
}
</style>
border-color css
<style>
span { border-color: #6BA7BD; }
span { border-color: rgb(107,167,189); }
td.TdClassName
{
border-color: #6BA7BD;
}
.TagClassName
{
border-color: #6BA7BD;
}
</style>