Shades of Glacier #68A9C0
Tints of Glacier #68A9C0
RGB
CMYK
RGB Variations
Color information
#68A9C0 (or 0x68A9C0) is known color: Glacier. HEX triplet: 68, A9 and C0. RGB value is (104,169,192). Sum of RGB (Red+Green+Blue) = 104+169+192=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #68A9C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9C0 is #97563F. Grayscale: #989898. Windows color (decimal): -9918016 or 12626280. OLE color: 12626280.
HSL color Cylindrical-coordinate representation of color #68A9C0: hue angle of 195.68º 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 #68A9C0 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 169 | 192 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.25 |
| HSL | 195.68º | 0.41% | 0.58% | - |
| HSV(B) | 195.68º | 0.46% | 0.75% | - |
| XYZ | 29.41 | 35.12 | 55.1 | - |
| YUV | 152.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 192 | 0.46 | 0.12 | 0 | 0.25 | 195.68 | 0.41 | 0.58 |
| Hex | 68 | A9 | C0 | 2E | C | 0 | 19 | C4 | 29 | 3A |
| Octal | 150 | 251 | 300 | 56 | 14 | 0 | 31 | 304 | 51 | 72 |
| Binary | 1101000 | 10101001 | 11000000 | 101110 | 1100 | 0 | 11001 | 11000100 | 101001 | 111010 |
Color Harmonies of #68A9C0
Complementary color
Monochromatic Colors of #68A9C0
Black with #68A9C0
Text Example
Text Example
White with #68A9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A9C0; }
p { color: rgb(104,169,192); }
H1.HeaderClassName
{
color: #68A9C0;
}
.AnyTagClassName
{
color: #68A9C0;
}
</style>
background-color css
<style>
a { background-color: #68A9C0; }
a { background-color: rgb(104,169,192); }
div.DivClassName
{
background-color: #68A9C0;
}
.BgClassName
{
background-color: #68A9C0;
}
</style>
border-color css
<style>
span { border-color: #68A9C0; }
span { border-color: rgb(104,169,192); }
td.TdClassName
{
border-color: #68A9C0;
}
.TagClassName
{
border-color: #68A9C0;
}
</style>