Shades of Glacier #6FADBB
Tints of Glacier #6FADBB
RGB
CMYK
RGB Variations
Color information
#6FADBB (or 0x6FADBB) is known color: Glacier. HEX triplet: 6F, AD and BB. RGB value is (111,173,187). Sum of RGB (Red+Green+Blue) = 111+173+187=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADBB is #905244. Grayscale: #9B9B9B. Windows color (decimal): -9458245 or 12299631. OLE color: 12299631.
HSL color Cylindrical-coordinate representation of color #6FADBB: hue angle of 191.05º 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 #6FADBB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 173 | 187 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.27 |
| HSL | 191.05º | 0.36% | 0.58% | - |
| HSV(B) | 191.05º | 0.41% | 0.73% | - |
| XYZ | 30.47 | 36.85 | 52.52 | - |
| YUV | 156.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 187 | 0.41 | 0.07 | 0 | 0.27 | 191.05 | 0.36 | 0.58 |
| Hex | 6F | AD | BB | 29 | 7 | 0 | 1B | BF | 24 | 3A |
| Octal | 157 | 255 | 273 | 51 | 7 | 0 | 33 | 277 | 44 | 72 |
| Binary | 1101111 | 10101101 | 10111011 | 101001 | 111 | 0 | 11011 | 10111111 | 100100 | 111010 |
Color Harmonies of #6FADBB
Complementary color
Monochromatic Colors of #6FADBB
Black with #6FADBB
Text Example
Text Example
White with #6FADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADBB; }
p { color: rgb(111,173,187); }
H1.HeaderClassName
{
color: #6FADBB;
}
.AnyTagClassName
{
color: #6FADBB;
}
</style>
background-color css
<style>
a { background-color: #6FADBB; }
a { background-color: rgb(111,173,187); }
div.DivClassName
{
background-color: #6FADBB;
}
.BgClassName
{
background-color: #6FADBB;
}
</style>
border-color css
<style>
span { border-color: #6FADBB; }
span { border-color: rgb(111,173,187); }
td.TdClassName
{
border-color: #6FADBB;
}
.TagClassName
{
border-color: #6FADBB;
}
</style>