Shades of Glacier #6FADC0
Tints of Glacier #6FADC0
RGB
CMYK
RGB Variations
Color information
#6FADC0 (or 0x6FADC0) is known color: Glacier. HEX triplet: 6F, AD and C0. RGB value is (111,173,192). Sum of RGB (Red+Green+Blue) = 111+173+192=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #6FADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADC0 is #90523F. Grayscale: #9C9C9C. Windows color (decimal): -9458240 or 12627311. OLE color: 12627311.
HSL color Cylindrical-coordinate representation of color #6FADC0: hue angle of 194.07º degrees, saturation: 0.39, 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 #6FADC0 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 173 | 192 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.25 |
| HSL | 194.07º | 0.39% | 0.59% | - |
| HSV(B) | 194.07º | 0.42% | 0.75% | - |
| XYZ | 31.01 | 37.07 | 55.39 | - |
| YUV | 156.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 192 | 0.42 | 0.10 | 0 | 0.25 | 194.07 | 0.39 | 0.59 |
| Hex | 6F | AD | C0 | 2A | A | 0 | 19 | C2 | 27 | 3B |
| Octal | 157 | 255 | 300 | 52 | 12 | 0 | 31 | 302 | 47 | 73 |
| Binary | 1101111 | 10101101 | 11000000 | 101010 | 1010 | 0 | 11001 | 11000010 | 100111 | 111011 |
Color Harmonies of #6FADC0
Complementary color
Monochromatic Colors of #6FADC0
Black with #6FADC0
Text Example
Text Example
White with #6FADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADC0; }
p { color: rgb(111,173,192); }
H1.HeaderClassName
{
color: #6FADC0;
}
.AnyTagClassName
{
color: #6FADC0;
}
</style>
background-color css
<style>
a { background-color: #6FADC0; }
a { background-color: rgb(111,173,192); }
div.DivClassName
{
background-color: #6FADC0;
}
.BgClassName
{
background-color: #6FADC0;
}
</style>
border-color css
<style>
span { border-color: #6FADC0; }
span { border-color: rgb(111,173,192); }
td.TdClassName
{
border-color: #6FADC0;
}
.TagClassName
{
border-color: #6FADC0;
}
</style>