#6EB2C2

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

Shades of Glacier #6EB2C2

Tints of Glacier #6EB2C2

Color information

#6EB2C2 (or 0x6EB2C2) is unknown color: approx Glacier. HEX triplet: 6E, B2 and C2. RGB value is (110,178,194). Sum of RGB (Red+Green+Blue) = 110+178+194=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #6EB2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2C2 is #914D3D. Grayscale: #9F9F9F. Windows color (decimal): -9522494 or 12759662. OLE color: 12759662.

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

Color convert

RGB110178194-
CMYK0.430.0800.24
HSL191.43º40.78%59.61%-
HSV(B)191.43º43.3%76.08%-
XYZ32.0939.0556.89-
YUV159.49147.4792.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.82%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 194 (76.17% from 255) = 40.25%
R=22.82%
G=36.93%
B=40.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101781940.430.0800.24191.4340.7859.61
Hex6EB2C22B8018bf293c
Octal15626230253100302775174
Binary11011101011001011000010101011100001100010111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,178,194); }

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

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

 a { background-color: rgb(110,178,194); }

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

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

 span { border-color: rgb(110,178,194); }

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