#68A9C1

Color #68A9C1 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #68A9C1

Tints of Glacier #68A9C1

Color information

#68A9C1 (or 0x68A9C1) is unknown color: approx Glacier. HEX triplet: 68, A9 and C1. RGB value is (104,169,193). Sum of RGB (Red+Green+Blue) = 104+169+193=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #68A9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9C1 is #97563E. Grayscale: #989898. Windows color (decimal): -9918015 or 12691816. OLE color: 12691816.

HSL color Cylindrical-coordinate representation of color #68A9C1: hue angle of 196.18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68A9C1 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104169193-
CMYK0.460.1200.24
HSL196.18º41.78%58.24%-
HSV(B)196.18º46.11%75.69%-
XYZ29.5235.1755.68-
YUV152.3150.9793.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 193 (75.78% from 255) = 41.42%
R=22.32%
G=36.27%
B=41.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041691930.460.1200.24196.1841.7858.24
Hex68A9C12EC018c42a3a
Octal15025130156140303045272
Binary11010001010100111000001101110110001100011000100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A9C1; }

 p { color: rgb(104,169,193); }

 H1.HeaderClassName
 {
   color: #68A9C1;
 }
 .AnyTagClassName
 {
   color: #68A9C1;
 }
</style>
background-color css

<style>
 a { background-color: #68A9C1; }

 a { background-color: rgb(104,169,193); }

 div.DivClassName
 {
   background-color: #68A9C1;
 }
 .BgClassName
 {
   background-color: #68A9C1;
 }
</style>
border-color css

<style>
 span { border-color: #68A9C1; }

 span { border-color: rgb(104,169,193); }

 td.TdClassName
 {
   border-color: #68A9C1;
 }
 .TagClassName
 {
   border-color: #68A9C1;
 }
</style>