Shades of Glacier #68AAC6
Tints of Glacier #68AAC6
RGB
CMYK
RGB Variations
Color information
#68AAC6 (or 0x68AAC6) is known color: Glacier. HEX triplet: 68, AA and C6. RGB value is (104,170,198). Sum of RGB (Red+Green+Blue) = 104+170+198=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #68AAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAC6 is #975539. Grayscale: #999999. Windows color (decimal): -9917754 or 13019752. OLE color: 13019752.
HSL color Cylindrical-coordinate representation of color #68AAC6: hue angle of 197.87º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68AAC6 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 170 | 198 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.22 |
| HSL | 197.87º | 0.45% | 0.59% | - |
| HSV(B) | 197.87º | 0.47% | 0.78% | - |
| XYZ | 30.28 | 35.77 | 58.73 | - |
| YUV | 153.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 198 | 0.47 | 0.14 | 0 | 0.22 | 197.87 | 0.45 | 0.59 |
| Hex | 68 | AA | C6 | 2F | E | 0 | 16 | C6 | 2D | 3B |
| Octal | 150 | 252 | 306 | 57 | 16 | 0 | 26 | 306 | 55 | 73 |
| Binary | 1101000 | 10101010 | 11000110 | 101111 | 1110 | 0 | 10110 | 11000110 | 101101 | 111011 |
Color Harmonies of #68AAC6
Complementary color
Monochromatic Colors of #68AAC6
Black with #68AAC6
Text Example
Text Example
White with #68AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAC6; }
p { color: rgb(104,170,198); }
H1.HeaderClassName
{
color: #68AAC6;
}
.AnyTagClassName
{
color: #68AAC6;
}
</style>
background-color css
<style>
a { background-color: #68AAC6; }
a { background-color: rgb(104,170,198); }
div.DivClassName
{
background-color: #68AAC6;
}
.BgClassName
{
background-color: #68AAC6;
}
</style>
border-color css
<style>
span { border-color: #68AAC6; }
span { border-color: rgb(104,170,198); }
td.TdClassName
{
border-color: #68AAC6;
}
.TagClassName
{
border-color: #68AAC6;
}
</style>