#6CA664

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

Shades of Amulet #6CA664

Tints of Amulet #6CA664

Color information

#6CA664 (or 0x6CA664) is unknown color: approx Amulet. HEX triplet: 6C, A6 and 64. RGB value is (108,166,100). Sum of RGB (Red+Green+Blue) = 108+166+100=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA664 is #93599B. Grayscale: #8D8D8D. Windows color (decimal): -9656732 or 6596204. OLE color: 6596204.

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

Color convert

RGB108166100-
CMYK0.3500.400.35
HSL112.73º27.05%52.16%-
HSV(B)112.73º39.76%65.1%-
XYZ22.1231.3816.95-
YUV141.13104.78104.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.88%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=28.88%
G=44.39%
B=26.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081661000.3500.400.35112.7327.0552.16
Hex6CA6642302823711b34
Octal15424614443050431613364
Binary11011001010011011001001000110101000100011111000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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