Shades of Glacier #6FAABB
Tints of Glacier #6FAABB
RGB
CMYK
RGB Variations
Color information
#6FAABB (or 0x6FAABB) is known color: Glacier. HEX triplet: 6F, AA and BB. RGB value is (111,170,187). Sum of RGB (Red+Green+Blue) = 111+170+187=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAABB is #905544. Grayscale: #9A9A9A. Windows color (decimal): -9459013 or 12298863. OLE color: 12298863.
HSL color Cylindrical-coordinate representation of color #6FAABB: hue angle of 193.42º 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 #6FAABB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 170 | 187 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.27 |
| HSL | 193.42º | 0.36% | 0.58% | - |
| HSV(B) | 193.42º | 0.41% | 0.73% | - |
| XYZ | 29.9 | 35.72 | 52.33 | - |
| YUV | 154.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 187 | 0.41 | 0.09 | 0 | 0.27 | 193.42 | 0.36 | 0.58 |
| Hex | 6F | AA | BB | 29 | 9 | 0 | 1B | C1 | 24 | 3A |
| Octal | 157 | 252 | 273 | 51 | 11 | 0 | 33 | 301 | 44 | 72 |
| Binary | 1101111 | 10101010 | 10111011 | 101001 | 1001 | 0 | 11011 | 11000001 | 100100 | 111010 |
Color Harmonies of #6FAABB
Complementary color
Monochromatic Colors of #6FAABB
Black with #6FAABB
Text Example
Text Example
White with #6FAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAABB; }
p { color: rgb(111,170,187); }
H1.HeaderClassName
{
color: #6FAABB;
}
.AnyTagClassName
{
color: #6FAABB;
}
</style>
background-color css
<style>
a { background-color: #6FAABB; }
a { background-color: rgb(111,170,187); }
div.DivClassName
{
background-color: #6FAABB;
}
.BgClassName
{
background-color: #6FAABB;
}
</style>
border-color css
<style>
span { border-color: #6FAABB; }
span { border-color: rgb(111,170,187); }
td.TdClassName
{
border-color: #6FAABB;
}
.TagClassName
{
border-color: #6FAABB;
}
</style>