Shades of Glacier #6FAEC2
Tints of Glacier #6FAEC2
RGB
CMYK
RGB Variations
Color information
#6FAEC2 (or 0x6FAEC2) is known color: Glacier. HEX triplet: 6F, AE and C2. RGB value is (111,174,194). Sum of RGB (Red+Green+Blue) = 111+174+194=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #6FAEC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEC2 is #90513D. Grayscale: #9D9D9D. Windows color (decimal): -9457982 or 12758639. OLE color: 12758639.
HSL color Cylindrical-coordinate representation of color #6FAEC2: hue angle of 194.46º 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 #6FAEC2 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 174 | 194 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.24 |
| HSL | 194.46º | 0.4% | 0.6% | - |
| HSV(B) | 194.46º | 0.43% | 0.76% | - |
| XYZ | 31.43 | 37.55 | 56.63 | - |
| YUV | 157.44 | 148.63 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 194 | 0.43 | 0.10 | 0 | 0.24 | 194.46 | 0.4 | 0.6 |
| Hex | 6F | AE | C2 | 2B | A | 0 | 18 | C2 | 28 | 3C |
| Octal | 157 | 256 | 302 | 53 | 12 | 0 | 30 | 302 | 50 | 74 |
| Binary | 1101111 | 10101110 | 11000010 | 101011 | 1010 | 0 | 11000 | 11000010 | 101000 | 111100 |
Color Harmonies of #6FAEC2
Complementary color
Monochromatic Colors of #6FAEC2
Black with #6FAEC2
Text Example
Text Example
White with #6FAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEC2; }
p { color: rgb(111,174,194); }
H1.HeaderClassName
{
color: #6FAEC2;
}
.AnyTagClassName
{
color: #6FAEC2;
}
</style>
background-color css
<style>
a { background-color: #6FAEC2; }
a { background-color: rgb(111,174,194); }
div.DivClassName
{
background-color: #6FAEC2;
}
.BgClassName
{
background-color: #6FAEC2;
}
</style>
border-color css
<style>
span { border-color: #6FAEC2; }
span { border-color: rgb(111,174,194); }
td.TdClassName
{
border-color: #6FAEC2;
}
.TagClassName
{
border-color: #6FAEC2;
}
</style>