Shades of Glacier #6FACBE
Tints of Glacier #6FACBE
RGB
CMYK
RGB Variations
Color information
#6FACBE (or 0x6FACBE) is known color: Glacier. HEX triplet: 6F, AC and BE. RGB value is (111,172,190). Sum of RGB (Red+Green+Blue) = 111+172+190=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACBE is #905341. Grayscale: #9B9B9B. Windows color (decimal): -9458498 or 12495983. OLE color: 12495983.
HSL color Cylindrical-coordinate representation of color #6FACBE: hue angle of 193.67º 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 #6FACBE is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 172 | 190 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.25 |
| HSL | 193.67º | 0.38% | 0.59% | - |
| HSV(B) | 193.67º | 0.42% | 0.75% | - |
| XYZ | 30.6 | 36.6 | 54.17 | - |
| YUV | 155.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 190 | 0.42 | 0.09 | 0 | 0.25 | 193.67 | 0.38 | 0.59 |
| Hex | 6F | AC | BE | 2A | 9 | 0 | 19 | C2 | 26 | 3B |
| Octal | 157 | 254 | 276 | 52 | 11 | 0 | 31 | 302 | 46 | 73 |
| Binary | 1101111 | 10101100 | 10111110 | 101010 | 1001 | 0 | 11001 | 11000010 | 100110 | 111011 |
Color Harmonies of #6FACBE
Complementary color
Monochromatic Colors of #6FACBE
Black with #6FACBE
Text Example
Text Example
White with #6FACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACBE; }
p { color: rgb(111,172,190); }
H1.HeaderClassName
{
color: #6FACBE;
}
.AnyTagClassName
{
color: #6FACBE;
}
</style>
background-color css
<style>
a { background-color: #6FACBE; }
a { background-color: rgb(111,172,190); }
div.DivClassName
{
background-color: #6FACBE;
}
.BgClassName
{
background-color: #6FACBE;
}
</style>
border-color css
<style>
span { border-color: #6FACBE; }
span { border-color: rgb(111,172,190); }
td.TdClassName
{
border-color: #6FACBE;
}
.TagClassName
{
border-color: #6FACBE;
}
</style>