Shades of Glacier #6FB7BE
Tints of Glacier #6FB7BE
RGB
CMYK
RGB Variations
Color information
#6FB7BE (or 0x6FB7BE) is known color: Glacier. HEX triplet: 6F, B7 and BE. RGB value is (111,183,190). Sum of RGB (Red+Green+Blue) = 111+183+190=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FB7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7BE is #904841. Grayscale: #A2A2A2. Windows color (decimal): -9455682 or 12498799. OLE color: 12498799.
HSL color Cylindrical-coordinate representation of color #6FB7BE: hue angle of 185.32º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FB7BE is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 183 | 190 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.25 |
| HSL | 185.32º | 0.38% | 0.59% | - |
| HSV(B) | 185.32º | 0.42% | 0.75% | - |
| XYZ | 32.78 | 40.96 | 54.89 | - |
| YUV | 162.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 190 | 0.42 | 0.04 | 0 | 0.25 | 185.32 | 0.38 | 0.59 |
| Hex | 6F | B7 | BE | 2A | 4 | 0 | 19 | B9 | 26 | 3B |
| Octal | 157 | 267 | 276 | 52 | 4 | 0 | 31 | 271 | 46 | 73 |
| Binary | 1101111 | 10110111 | 10111110 | 101010 | 100 | 0 | 11001 | 10111001 | 100110 | 111011 |
Color Harmonies of #6FB7BE
Complementary color
Monochromatic Colors of #6FB7BE
Black with #6FB7BE
Text Example
Text Example
White with #6FB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB7BE; }
p { color: rgb(111,183,190); }
H1.HeaderClassName
{
color: #6FB7BE;
}
.AnyTagClassName
{
color: #6FB7BE;
}
</style>
background-color css
<style>
a { background-color: #6FB7BE; }
a { background-color: rgb(111,183,190); }
div.DivClassName
{
background-color: #6FB7BE;
}
.BgClassName
{
background-color: #6FB7BE;
}
</style>
border-color css
<style>
span { border-color: #6FB7BE; }
span { border-color: rgb(111,183,190); }
td.TdClassName
{
border-color: #6FB7BE;
}
.TagClassName
{
border-color: #6FB7BE;
}
</style>