Shades of Glacier #6FABBD
Tints of Glacier #6FABBD
RGB
CMYK
RGB Variations
Color information
#6FABBD (or 0x6FABBD) is known color: Glacier. HEX triplet: 6F, AB and BD. RGB value is (111,171,189). Sum of RGB (Red+Green+Blue) = 111+171+189=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABBD is #905442. Grayscale: #9A9A9A. Windows color (decimal): -9458755 or 12430191. OLE color: 12430191.
HSL color Cylindrical-coordinate representation of color #6FABBD: hue angle of 193.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FABBD is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 171 | 189 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.26 |
| HSL | 193.85º | 0.37% | 0.59% | - |
| HSV(B) | 193.85º | 0.41% | 0.74% | - |
| XYZ | 30.3 | 36.18 | 53.53 | - |
| YUV | 155.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 189 | 0.41 | 0.10 | 0 | 0.26 | 193.85 | 0.37 | 0.59 |
| Hex | 6F | AB | BD | 29 | A | 0 | 1A | C2 | 25 | 3B |
| Octal | 157 | 253 | 275 | 51 | 12 | 0 | 32 | 302 | 45 | 73 |
| Binary | 1101111 | 10101011 | 10111101 | 101001 | 1010 | 0 | 11010 | 11000010 | 100101 | 111011 |
Color Harmonies of #6FABBD
Complementary color
Monochromatic Colors of #6FABBD
Black with #6FABBD
Text Example
Text Example
White with #6FABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABBD; }
p { color: rgb(111,171,189); }
H1.HeaderClassName
{
color: #6FABBD;
}
.AnyTagClassName
{
color: #6FABBD;
}
</style>
background-color css
<style>
a { background-color: #6FABBD; }
a { background-color: rgb(111,171,189); }
div.DivClassName
{
background-color: #6FABBD;
}
.BgClassName
{
background-color: #6FABBD;
}
</style>
border-color css
<style>
span { border-color: #6FABBD; }
span { border-color: rgb(111,171,189); }
td.TdClassName
{
border-color: #6FABBD;
}
.TagClassName
{
border-color: #6FABBD;
}
</style>