#6EABC6

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

Shades of Glacier #6EABC6

Tints of Glacier #6EABC6

Color information

#6EABC6 (or 0x6EABC6) is unknown color: approx Glacier. HEX triplet: 6E, AB and C6. RGB value is (110,171,198). Sum of RGB (Red+Green+Blue) = 110+171+198=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #6EABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABC6 is #915439. Grayscale: #9B9B9B. Windows color (decimal): -9524282 or 13020014. OLE color: 13020014.

HSL color Cylindrical-coordinate representation of color #6EABC6: hue angle of 198.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EABC6 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB110171198-
CMYK0.440.1400.22
HSL198.41º43.56%60.39%-
HSV(B)198.41º44.44%77.65%-
XYZ31.1936.5258.83-
YUV155.84151.7995.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.96%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=22.96%
G=35.70%
B=41.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1101711980.440.1400.22198.4143.5660.39
Hex6EABC62CE016c62c3c
Octal15625330654160263065474
Binary11011101010101111000110101100111001011011000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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