Shades of Glacier #68AAC0
Tints of Glacier #68AAC0
RGB
CMYK
RGB Variations
Color information
#68AAC0 (or 0x68AAC0) is known color: Glacier. HEX triplet: 68, AA and C0. RGB value is (104,170,192). Sum of RGB (Red+Green+Blue) = 104+170+192=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #68AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAC0 is #97553F. Grayscale: #989898. Windows color (decimal): -9917760 or 12626536. OLE color: 12626536.
HSL color Cylindrical-coordinate representation of color #68AAC0: hue angle of 195º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68AAC0 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 170 | 192 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.25 |
| HSL | 195º | 0.41% | 0.58% | - |
| HSV(B) | 195º | 0.46% | 0.75% | - |
| XYZ | 29.6 | 35.5 | 55.16 | - |
| YUV | 152.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 192 | 0.46 | 0.11 | 0 | 0.25 | 195 | 0.41 | 0.58 |
| Hex | 68 | AA | C0 | 2E | B | 0 | 19 | C3 | 29 | 3A |
| Octal | 150 | 252 | 300 | 56 | 13 | 0 | 31 | 303 | 51 | 72 |
| Binary | 1101000 | 10101010 | 11000000 | 101110 | 1011 | 0 | 11001 | 11000011 | 101001 | 111010 |
Color Harmonies of #68AAC0
Complementary color
Monochromatic Colors of #68AAC0
Black with #68AAC0
Text Example
Text Example
White with #68AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAC0; }
p { color: rgb(104,170,192); }
H1.HeaderClassName
{
color: #68AAC0;
}
.AnyTagClassName
{
color: #68AAC0;
}
</style>
background-color css
<style>
a { background-color: #68AAC0; }
a { background-color: rgb(104,170,192); }
div.DivClassName
{
background-color: #68AAC0;
}
.BgClassName
{
background-color: #68AAC0;
}
</style>
border-color css
<style>
span { border-color: #68AAC0; }
span { border-color: rgb(104,170,192); }
td.TdClassName
{
border-color: #68AAC0;
}
.TagClassName
{
border-color: #68AAC0;
}
</style>