#6EABC4

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

Shades of Glacier #6EABC4

Tints of Glacier #6EABC4

Color information

#6EABC4 (or 0x6EABC4) is unknown color: approx Glacier. HEX triplet: 6E, AB and C4. RGB value is (110,171,196). Sum of RGB (Red+Green+Blue) = 110+171+196=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #6EABC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABC4 is #91543B. Grayscale: #9B9B9B. Windows color (decimal): -9524284 or 12888942. OLE color: 12888942.

HSL color Cylindrical-coordinate representation of color #6EABC4: hue angle of 197.44º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EABC4 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB110171196-
CMYK0.440.1300.23
HSL197.44º42.16%60%-
HSV(B)197.44º43.88%76.86%-
XYZ30.9636.4357.62-
YUV155.61150.7995.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.06%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 196 (76.95% from 255) = 41.09%
R=23.06%
G=35.85%
B=41.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1101711960.440.1300.23197.4442.1660
Hex6EABC42CD017c52a3c
Octal15625330454150273055274
Binary11011101010101111000100101100110101011111000101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,196); }

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

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

 a { background-color: rgb(110,171,196); }

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

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

 span { border-color: rgb(110,171,196); }

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