#6CA168

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

Shades of Amulet #6CA168

Tints of Amulet #6CA168

Color information

#6CA168 (or 0x6CA168) is unknown color: approx Amulet. HEX triplet: 6C, A1 and 68. RGB value is (108,161,104). Sum of RGB (Red+Green+Blue) = 108+161+104=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA168 is #935E97. Grayscale: #8A8A8A. Windows color (decimal): -9658008 or 6857068. OLE color: 6857068.

HSL color Cylindrical-coordinate representation of color #6CA168: hue angle of 115.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA168 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB108161104-
CMYK0.3300.350.37
HSL115.79º23.27%51.96%-
HSV(B)115.79º35.4%63.14%-
XYZ21.4329.6817.7-
YUV138.66108.44106.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.95%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=28.95%
G=43.16%
B=27.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611040.3300.350.37115.7923.2751.96
Hex6CA1682102325741734
Octal15424115041043451642764
Binary11011001010000111010001000010100011100101111010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,161,104); }

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

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

 a { background-color: rgb(108,161,104); }

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

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

 span { border-color: rgb(108,161,104); }

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