#6AB3C2

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

Shades of Glacier #6AB3C2

Tints of Glacier #6AB3C2

Color information

#6AB3C2 (or 0x6AB3C2) is unknown color: approx Glacier. HEX triplet: 6A, B3 and C2. RGB value is (106,179,194). Sum of RGB (Red+Green+Blue) = 106+179+194=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #6AB3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB3C2 is #954C3D. Grayscale: #9E9E9E. Windows color (decimal): -9784382 or 12759914. OLE color: 12759914.

HSL color Cylindrical-coordinate representation of color #6AB3C2: hue angle of 190.23º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AB3C2 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB106179194-
CMYK0.450.0800.24
HSL190.23º41.9%58.82%-
HSV(B)190.23º45.36%76.08%-
XYZ31.839.256.93-
YUV158.88147.8290.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.13%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=22.13%
G=37.37%
B=40.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061791940.450.0800.24190.2341.958.82
Hex6AB3C22D8018be2a3b
Octal15226330255100302765273
Binary11010101011001111000010101101100001100010111110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB3C2; }

 p { color: rgb(106,179,194); }

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

<style>
 a { background-color: #6AB3C2; }

 a { background-color: rgb(106,179,194); }

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

<style>
 span { border-color: #6AB3C2; }

 span { border-color: rgb(106,179,194); }

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