Shades of Glacier #6FACC5
Tints of Glacier #6FACC5
RGB
CMYK
RGB Variations
Color information
#6FACC5 (or 0x6FACC5) is known color: Glacier. HEX triplet: 6F, AC and C5. RGB value is (111,172,197). Sum of RGB (Red+Green+Blue) = 111+172+197=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #6FACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACC5 is #90533A. Grayscale: #9C9C9C. Windows color (decimal): -9458491 or 12954735. OLE color: 12954735.
HSL color Cylindrical-coordinate representation of color #6FACC5: hue angle of 197.44º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FACC5 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 172 | 197 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.23 |
| HSL | 197.44º | 0.43% | 0.6% | - |
| HSV(B) | 197.44º | 0.44% | 0.77% | - |
| XYZ | 31.39 | 36.92 | 58.29 | - |
| YUV | 156.61 | 150.79 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 197 | 0.44 | 0.13 | 0 | 0.23 | 197.44 | 0.43 | 0.6 |
| Hex | 6F | AC | C5 | 2C | D | 0 | 17 | C5 | 2B | 3C |
| Octal | 157 | 254 | 305 | 54 | 15 | 0 | 27 | 305 | 53 | 74 |
| Binary | 1101111 | 10101100 | 11000101 | 101100 | 1101 | 0 | 10111 | 11000101 | 101011 | 111100 |
Color Harmonies of #6FACC5
Complementary color
Monochromatic Colors of #6FACC5
Black with #6FACC5
Text Example
Text Example
White with #6FACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACC5; }
p { color: rgb(111,172,197); }
H1.HeaderClassName
{
color: #6FACC5;
}
.AnyTagClassName
{
color: #6FACC5;
}
</style>
background-color css
<style>
a { background-color: #6FACC5; }
a { background-color: rgb(111,172,197); }
div.DivClassName
{
background-color: #6FACC5;
}
.BgClassName
{
background-color: #6FACC5;
}
</style>
border-color css
<style>
span { border-color: #6FACC5; }
span { border-color: rgb(111,172,197); }
td.TdClassName
{
border-color: #6FACC5;
}
.TagClassName
{
border-color: #6FACC5;
}
</style>