Shades of Glacier #6FAEC0
Tints of Glacier #6FAEC0
RGB
CMYK
RGB Variations
Color information
#6FAEC0 (or 0x6FAEC0) is known color: Glacier. HEX triplet: 6F, AE and C0. RGB value is (111,174,192). Sum of RGB (Red+Green+Blue) = 111+174+192=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #6FAEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEC0 is #90513F. Grayscale: #9D9D9D. Windows color (decimal): -9457984 or 12627567. OLE color: 12627567.
HSL color Cylindrical-coordinate representation of color #6FAEC0: hue angle of 193.33º degrees, saturation: 0.39, 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 #6FAEC0 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 174 | 192 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.25 |
| HSL | 193.33º | 0.39% | 0.59% | - |
| HSV(B) | 193.33º | 0.42% | 0.75% | - |
| XYZ | 31.21 | 37.46 | 55.45 | - |
| YUV | 157.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 192 | 0.42 | 0.09 | 0 | 0.25 | 193.33 | 0.39 | 0.59 |
| Hex | 6F | AE | C0 | 2A | 9 | 0 | 19 | C1 | 27 | 3B |
| Octal | 157 | 256 | 300 | 52 | 11 | 0 | 31 | 301 | 47 | 73 |
| Binary | 1101111 | 10101110 | 11000000 | 101010 | 1001 | 0 | 11001 | 11000001 | 100111 | 111011 |
Color Harmonies of #6FAEC0
Complementary color
Monochromatic Colors of #6FAEC0
Black with #6FAEC0
Text Example
Text Example
White with #6FAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEC0; }
p { color: rgb(111,174,192); }
H1.HeaderClassName
{
color: #6FAEC0;
}
.AnyTagClassName
{
color: #6FAEC0;
}
</style>
background-color css
<style>
a { background-color: #6FAEC0; }
a { background-color: rgb(111,174,192); }
div.DivClassName
{
background-color: #6FAEC0;
}
.BgClassName
{
background-color: #6FAEC0;
}
</style>
border-color css
<style>
span { border-color: #6FAEC0; }
span { border-color: rgb(111,174,192); }
td.TdClassName
{
border-color: #6FAEC0;
}
.TagClassName
{
border-color: #6FAEC0;
}
</style>