Shades of Glacier #6BB7BF
Tints of Glacier #6BB7BF
RGB
CMYK
RGB Variations
Color information
#6BB7BF (or 0x6BB7BF) is known color: Glacier. HEX triplet: 6B, B7 and BF. RGB value is (107,183,191). Sum of RGB (Red+Green+Blue) = 107+183+191=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #6BB7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB7BF is #944840. Grayscale: #A1A1A1. Windows color (decimal): -9717825 or 12564331. OLE color: 12564331.
HSL color Cylindrical-coordinate representation of color #6BB7BF: hue angle of 185.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BB7BF is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 183 | 191 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.25 |
| HSL | 185.71º | 0.4% | 0.58% | - |
| HSV(B) | 185.71º | 0.44% | 0.75% | - |
| XYZ | 32.4 | 40.75 | 55.45 | - |
| YUV | 161.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 183 | 191 | 0.44 | 0.04 | 0 | 0.25 | 185.71 | 0.4 | 0.58 |
| Hex | 6B | B7 | BF | 2C | 4 | 0 | 19 | BA | 28 | 3A |
| Octal | 153 | 267 | 277 | 54 | 4 | 0 | 31 | 272 | 50 | 72 |
| Binary | 1101011 | 10110111 | 10111111 | 101100 | 100 | 0 | 11001 | 10111010 | 101000 | 111010 |
Color Harmonies of #6BB7BF
Complementary color
Monochromatic Colors of #6BB7BF
Black with #6BB7BF
Text Example
Text Example
White with #6BB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB7BF; }
p { color: rgb(107,183,191); }
H1.HeaderClassName
{
color: #6BB7BF;
}
.AnyTagClassName
{
color: #6BB7BF;
}
</style>
background-color css
<style>
a { background-color: #6BB7BF; }
a { background-color: rgb(107,183,191); }
div.DivClassName
{
background-color: #6BB7BF;
}
.BgClassName
{
background-color: #6BB7BF;
}
</style>
border-color css
<style>
span { border-color: #6BB7BF; }
span { border-color: rgb(107,183,191); }
td.TdClassName
{
border-color: #6BB7BF;
}
.TagClassName
{
border-color: #6BB7BF;
}
</style>