Shades of Glacier #6FAEC1
Tints of Glacier #6FAEC1
RGB
CMYK
RGB Variations
Color information
#6FAEC1 (or 0x6FAEC1) is known color: Glacier. HEX triplet: 6F, AE and C1. RGB value is (111,174,193). Sum of RGB (Red+Green+Blue) = 111+174+193=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FAEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEC1 is #90513E. Grayscale: #9D9D9D. Windows color (decimal): -9457983 or 12693103. OLE color: 12693103.
HSL color Cylindrical-coordinate representation of color #6FAEC1: hue angle of 193.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FAEC1 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 174 | 193 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.24 |
| HSL | 193.9º | 0.4% | 0.6% | - |
| HSV(B) | 193.9º | 0.42% | 0.76% | - |
| XYZ | 31.32 | 37.5 | 56.04 | - |
| YUV | 157.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 193 | 0.42 | 0.10 | 0 | 0.24 | 193.9 | 0.4 | 0.6 |
| Hex | 6F | AE | C1 | 2A | A | 0 | 18 | C2 | 28 | 3C |
| Octal | 157 | 256 | 301 | 52 | 12 | 0 | 30 | 302 | 50 | 74 |
| Binary | 1101111 | 10101110 | 11000001 | 101010 | 1010 | 0 | 11000 | 11000010 | 101000 | 111100 |
Color Harmonies of #6FAEC1
Complementary color
Monochromatic Colors of #6FAEC1
Black with #6FAEC1
Text Example
Text Example
White with #6FAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEC1; }
p { color: rgb(111,174,193); }
H1.HeaderClassName
{
color: #6FAEC1;
}
.AnyTagClassName
{
color: #6FAEC1;
}
</style>
background-color css
<style>
a { background-color: #6FAEC1; }
a { background-color: rgb(111,174,193); }
div.DivClassName
{
background-color: #6FAEC1;
}
.BgClassName
{
background-color: #6FAEC1;
}
</style>
border-color css
<style>
span { border-color: #6FAEC1; }
span { border-color: rgb(111,174,193); }
td.TdClassName
{
border-color: #6FAEC1;
}
.TagClassName
{
border-color: #6FAEC1;
}
</style>