#6D346B

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

Shades of Seance #6D346B

Tints of Seance #6D346B

Color information

#6D346B (or 0x6D346B) is unknown color: approx Seance. HEX triplet: 6D, 34 and 6B. RGB value is (109,52,107). Sum of RGB (Red+Green+Blue) = 109+52+107=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D346B is #92CB94. Grayscale: #4B4B4B. Windows color (decimal): -9620373 or 7025773. OLE color: 7025773.

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

Color convert

RGB10952107-
CMYK00.520.020.57
HSL302.11º35.4%31.57%-
HSV(B)302.11º52.29%42.75%-
XYZ10.196.7714.68-
YUV75.31145.88152.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=40.67%
G=19.40%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1095210700.520.020.57302.1135.431.57
Hex6D346B03423912e2320
Octal155641530642714564340
Binary11011011101001101011011010010111001100101110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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