#6D3B5A

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

Shades of Finn #6D3B5A

Tints of Finn #6D3B5A

Color information

#6D3B5A (or 0x6D3B5A) is unknown color: approx Finn. HEX triplet: 6D, 3B and 5A. RGB value is (109,59,90). Sum of RGB (Red+Green+Blue) = 109+59+90=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B5A is #92C4A5. Grayscale: #4D4D4D. Windows color (decimal): -9618598 or 5913453. OLE color: 5913453.

HSL color Cylindrical-coordinate representation of color #6D3B5A: hue angle of 322.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D3B5A is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1095990-
CMYK00.460.170.57
HSL322.8º29.76%32.94%-
HSV(B)322.8º45.87%42.75%-
XYZ9.727.1210.53-
YUV77.48135.06150.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=42.25%
G=22.87%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109599000.460.170.57322.829.7632.94
Hex6D3B5A02E11391431e21
Octal1557313205621715033641
Binary1101101111011101101001011101000111100110100001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,59,90); }

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

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

 a { background-color: rgb(109,59,90); }

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

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

 span { border-color: rgb(109,59,90); }

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