Shades of Glacier #6FACBB
Tints of Glacier #6FACBB
RGB
CMYK
RGB Variations
Color information
#6FACBB (or 0x6FACBB) is known color: Glacier. HEX triplet: 6F, AC and BB. RGB value is (111,172,187). Sum of RGB (Red+Green+Blue) = 111+172+187=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACBB is #905344. Grayscale: #9B9B9B. Windows color (decimal): -9458501 or 12299375. OLE color: 12299375.
HSL color Cylindrical-coordinate representation of color #6FACBB: hue angle of 191.84º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FACBB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 172 | 187 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.27 |
| HSL | 191.84º | 0.36% | 0.58% | - |
| HSV(B) | 191.84º | 0.41% | 0.73% | - |
| XYZ | 30.28 | 36.47 | 52.46 | - |
| YUV | 155.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 187 | 0.41 | 0.08 | 0 | 0.27 | 191.84 | 0.36 | 0.58 |
| Hex | 6F | AC | BB | 29 | 8 | 0 | 1B | C0 | 24 | 3A |
| Octal | 157 | 254 | 273 | 51 | 10 | 0 | 33 | 300 | 44 | 72 |
| Binary | 1101111 | 10101100 | 10111011 | 101001 | 1000 | 0 | 11011 | 11000000 | 100100 | 111010 |
Color Harmonies of #6FACBB
Complementary color
Monochromatic Colors of #6FACBB
Black with #6FACBB
Text Example
Text Example
White with #6FACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACBB; }
p { color: rgb(111,172,187); }
H1.HeaderClassName
{
color: #6FACBB;
}
.AnyTagClassName
{
color: #6FACBB;
}
</style>
background-color css
<style>
a { background-color: #6FACBB; }
a { background-color: rgb(111,172,187); }
div.DivClassName
{
background-color: #6FACBB;
}
.BgClassName
{
background-color: #6FACBB;
}
</style>
border-color css
<style>
span { border-color: #6FACBB; }
span { border-color: rgb(111,172,187); }
td.TdClassName
{
border-color: #6FACBB;
}
.TagClassName
{
border-color: #6FACBB;
}
</style>