#6CA564

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

Shades of Amulet #6CA564

Tints of Amulet #6CA564

Color information

#6CA564 (or 0x6CA564) is unknown color: approx Amulet. HEX triplet: 6C, A5 and 64. RGB value is (108,165,100). Sum of RGB (Red+Green+Blue) = 108+165+100=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA564 is #935A9B. Grayscale: #8C8C8C. Windows color (decimal): -9656988 or 6595948. OLE color: 6595948.

HSL color Cylindrical-coordinate representation of color #6CA564: hue angle of 112.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CA564 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB108165100-
CMYK0.3500.390.35
HSL112.62º26.53%51.96%-
HSV(B)112.62º39.39%64.71%-
XYZ21.9431.0216.89-
YUV140.55105.12104.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.95%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=28.95%
G=44.24%
B=26.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081651000.3500.390.35112.6226.5351.96
Hex6CA5642302723711b34
Octal15424514443047431613364
Binary11011001010010111001001000110100111100011111000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,100); }

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

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

 a { background-color: rgb(108,165,100); }

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

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

 span { border-color: rgb(108,165,100); }

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