Shades of Glacier #6FABBF
Tints of Glacier #6FABBF
RGB
CMYK
RGB Variations
Color information
#6FABBF (or 0x6FABBF) is known color: Glacier. HEX triplet: 6F, AB and BF. RGB value is (111,171,191). Sum of RGB (Red+Green+Blue) = 111+171+191=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABBF is #905440. Grayscale: #9B9B9B. Windows color (decimal): -9458753 or 12561263. OLE color: 12561263.
HSL color Cylindrical-coordinate representation of color #6FABBF: hue angle of 195º 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 #6FABBF is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 171 | 191 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.25 |
| HSL | 195º | 0.38% | 0.59% | - |
| HSV(B) | 195º | 0.42% | 0.75% | - |
| XYZ | 30.52 | 36.27 | 54.68 | - |
| YUV | 155.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 191 | 0.42 | 0.10 | 0 | 0.25 | 195 | 0.38 | 0.59 |
| Hex | 6F | AB | BF | 2A | A | 0 | 19 | C3 | 26 | 3B |
| Octal | 157 | 253 | 277 | 52 | 12 | 0 | 31 | 303 | 46 | 73 |
| Binary | 1101111 | 10101011 | 10111111 | 101010 | 1010 | 0 | 11001 | 11000011 | 100110 | 111011 |
Color Harmonies of #6FABBF
Complementary color
Monochromatic Colors of #6FABBF
Black with #6FABBF
Text Example
Text Example
White with #6FABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABBF; }
p { color: rgb(111,171,191); }
H1.HeaderClassName
{
color: #6FABBF;
}
.AnyTagClassName
{
color: #6FABBF;
}
</style>
background-color css
<style>
a { background-color: #6FABBF; }
a { background-color: rgb(111,171,191); }
div.DivClassName
{
background-color: #6FABBF;
}
.BgClassName
{
background-color: #6FABBF;
}
</style>
border-color css
<style>
span { border-color: #6FABBF; }
span { border-color: rgb(111,171,191); }
td.TdClassName
{
border-color: #6FABBF;
}
.TagClassName
{
border-color: #6FABBF;
}
</style>