#6D346A

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

Shades of Seance #6D346A

Tints of Seance #6D346A

Color information

#6D346A (or 0x6D346A) is unknown color: approx Seance. HEX triplet: 6D, 34 and 6A. RGB value is (109,52,106). Sum of RGB (Red+Green+Blue) = 109+52+106=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D346A is #92CB95. Grayscale: #4B4B4B. Windows color (decimal): -9620374 or 6960237. OLE color: 6960237.

HSL color Cylindrical-coordinate representation of color #6D346A: hue angle of 303.16º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D346A is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB10952106-
CMYK00.520.030.57
HSL303.16º35.4%31.57%-
HSV(B)303.16º52.29%42.75%-
XYZ10.146.7514.4-
YUV75.2145.38152.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=40.82%
G=19.48%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1095210600.520.030.57303.1635.431.57
Hex6D346A03433912f2320
Octal155641520643714574340
Binary11011011101001101010011010011111001100101111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,106); }

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

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

 a { background-color: rgb(109,52,106); }

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

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

 span { border-color: rgb(109,52,106); }

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