Shades of Glacier #6BA9BD
Tints of Glacier #6BA9BD
RGB
CMYK
RGB Variations
Color information
#6BA9BD (or 0x6BA9BD) is known color: Glacier. HEX triplet: 6B, A9 and BD. RGB value is (107,169,189). Sum of RGB (Red+Green+Blue) = 107+169+189=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #6BA9BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9BD is #945642. Grayscale: #989898. Windows color (decimal): -9721411 or 12429675. OLE color: 12429675.
HSL color Cylindrical-coordinate representation of color #6BA9BD: hue angle of 194.63º 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 #6BA9BD is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 169 | 189 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.26 |
| HSL | 194.63º | 0.38% | 0.58% | - |
| HSV(B) | 194.63º | 0.43% | 0.74% | - |
| XYZ | 29.44 | 35.18 | 53.38 | - |
| YUV | 152.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 189 | 0.43 | 0.11 | 0 | 0.26 | 194.63 | 0.38 | 0.58 |
| Hex | 6B | A9 | BD | 2B | B | 0 | 1A | C3 | 26 | 3A |
| Octal | 153 | 251 | 275 | 53 | 13 | 0 | 32 | 303 | 46 | 72 |
| Binary | 1101011 | 10101001 | 10111101 | 101011 | 1011 | 0 | 11010 | 11000011 | 100110 | 111010 |
Color Harmonies of #6BA9BD
Complementary color
Monochromatic Colors of #6BA9BD
Black with #6BA9BD
Text Example
Text Example
White with #6BA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA9BD; }
p { color: rgb(107,169,189); }
H1.HeaderClassName
{
color: #6BA9BD;
}
.AnyTagClassName
{
color: #6BA9BD;
}
</style>
background-color css
<style>
a { background-color: #6BA9BD; }
a { background-color: rgb(107,169,189); }
div.DivClassName
{
background-color: #6BA9BD;
}
.BgClassName
{
background-color: #6BA9BD;
}
</style>
border-color css
<style>
span { border-color: #6BA9BD; }
span { border-color: rgb(107,169,189); }
td.TdClassName
{
border-color: #6BA9BD;
}
.TagClassName
{
border-color: #6BA9BD;
}
</style>