Shades of Glacier #6FADBA
Tints of Glacier #6FADBA
RGB
CMYK
RGB Variations
Color information
#6FADBA (or 0x6FADBA) is known color: Glacier. HEX triplet: 6F, AD and BA. RGB value is (111,173,186). Sum of RGB (Red+Green+Blue) = 111+173+186=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADBA is #905245. Grayscale: #9B9B9B. Windows color (decimal): -9458246 or 12234095. OLE color: 12234095.
HSL color Cylindrical-coordinate representation of color #6FADBA: hue angle of 190.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FADBA is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 173 | 186 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.27 |
| HSL | 190.4º | 0.35% | 0.58% | - |
| HSV(B) | 190.4º | 0.4% | 0.73% | - |
| XYZ | 30.36 | 36.81 | 51.96 | - |
| YUV | 155.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 186 | 0.40 | 0.07 | 0 | 0.27 | 190.4 | 0.35 | 0.58 |
| Hex | 6F | AD | BA | 28 | 7 | 0 | 1B | BE | 23 | 3A |
| Octal | 157 | 255 | 272 | 50 | 7 | 0 | 33 | 276 | 43 | 72 |
| Binary | 1101111 | 10101101 | 10111010 | 101000 | 111 | 0 | 11011 | 10111110 | 100011 | 111010 |
Color Harmonies of #6FADBA
Complementary color
Monochromatic Colors of #6FADBA
Black with #6FADBA
Text Example
Text Example
White with #6FADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADBA; }
p { color: rgb(111,173,186); }
H1.HeaderClassName
{
color: #6FADBA;
}
.AnyTagClassName
{
color: #6FADBA;
}
</style>
background-color css
<style>
a { background-color: #6FADBA; }
a { background-color: rgb(111,173,186); }
div.DivClassName
{
background-color: #6FADBA;
}
.BgClassName
{
background-color: #6FADBA;
}
</style>
border-color css
<style>
span { border-color: #6FADBA; }
span { border-color: rgb(111,173,186); }
td.TdClassName
{
border-color: #6FADBA;
}
.TagClassName
{
border-color: #6FADBA;
}
</style>