#6D415B

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

Shades of Finn #6D415B

Tints of Finn #6D415B

Color information

#6D415B (or 0x6D415B) is unknown color: approx Finn. HEX triplet: 6D, 41 and 5B. RGB value is (109,65,91). Sum of RGB (Red+Green+Blue) = 109+65+91=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D415B is #92BEA4. Grayscale: #515151. Windows color (decimal): -9617061 or 5980525. OLE color: 5980525.

HSL color Cylindrical-coordinate representation of color #6D415B: hue angle of 324.55º 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 #6D415B is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1096591-
CMYK00.400.170.57
HSL324.55º25.29%34.12%-
HSV(B)324.55º40.37%42.75%-
XYZ10.097.7910.87-
YUV81.12133.58147.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=41.13%
G=24.53%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109659100.400.170.57324.5525.2934.12
Hex6D415B02811391451922
Octal15510113305021715053142
Binary11011011000001101101101010001000111100110100010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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