#6D415C

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

Shades of Finn #6D415C

Tints of Finn #6D415C

Color information

#6D415C (or 0x6D415C) is unknown color: approx Finn. HEX triplet: 6D, 41 and 5C. RGB value is (109,65,92). Sum of RGB (Red+Green+Blue) = 109+65+92=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D415C is #92BEA3. Grayscale: #515151. Windows color (decimal): -9617060 or 6046061. OLE color: 6046061.

HSL color Cylindrical-coordinate representation of color #6D415C: hue angle of 323.18º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D415C is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1096592-
CMYK00.400.160.57
HSL323.18º25.29%34.12%-
HSV(B)323.18º40.37%42.75%-
XYZ10.137.811.1-
YUV81.23134.08147.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.98%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=40.98%
G=24.44%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109659200.400.160.57323.1825.2934.12
Hex6D415C02810391431922
Octal15510113405020715033142
Binary11011011000001101110001010001000011100110100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,65,92); }

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

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

 a { background-color: rgb(109,65,92); }

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

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

 span { border-color: rgb(109,65,92); }

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