Shades of Glacier #6FAAC2
Tints of Glacier #6FAAC2
RGB
CMYK
RGB Variations
Color information
#6FAAC2 (or 0x6FAAC2) is known color: Glacier. HEX triplet: 6F, AA and C2. RGB value is (111,170,194). Sum of RGB (Red+Green+Blue) = 111+170+194=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #6FAAC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAAC2 is #90553D. Grayscale: #9A9A9A. Windows color (decimal): -9459006 or 12757615. OLE color: 12757615.
HSL color Cylindrical-coordinate representation of color #6FAAC2: hue angle of 197.35º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FAAC2 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 170 | 194 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.24 |
| HSL | 197.35º | 0.4% | 0.6% | - |
| HSV(B) | 197.35º | 0.43% | 0.76% | - |
| XYZ | 30.67 | 36.02 | 56.38 | - |
| YUV | 155.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 194 | 0.43 | 0.12 | 0 | 0.24 | 197.35 | 0.4 | 0.6 |
| Hex | 6F | AA | C2 | 2B | C | 0 | 18 | C5 | 28 | 3C |
| Octal | 157 | 252 | 302 | 53 | 14 | 0 | 30 | 305 | 50 | 74 |
| Binary | 1101111 | 10101010 | 11000010 | 101011 | 1100 | 0 | 11000 | 11000101 | 101000 | 111100 |
Color Harmonies of #6FAAC2
Complementary color
Monochromatic Colors of #6FAAC2
Black with #6FAAC2
Text Example
Text Example
White with #6FAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAC2; }
p { color: rgb(111,170,194); }
H1.HeaderClassName
{
color: #6FAAC2;
}
.AnyTagClassName
{
color: #6FAAC2;
}
</style>
background-color css
<style>
a { background-color: #6FAAC2; }
a { background-color: rgb(111,170,194); }
div.DivClassName
{
background-color: #6FAAC2;
}
.BgClassName
{
background-color: #6FAAC2;
}
</style>
border-color css
<style>
span { border-color: #6FAAC2; }
span { border-color: rgb(111,170,194); }
td.TdClassName
{
border-color: #6FAAC2;
}
.TagClassName
{
border-color: #6FAAC2;
}
</style>