#6D356B

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

Shades of Seance #6D356B

Tints of Seance #6D356B

Color information

#6D356B (or 0x6D356B) is unknown color: approx Seance. HEX triplet: 6D, 35 and 6B. RGB value is (109,53,107). Sum of RGB (Red+Green+Blue) = 109+53+107=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D356B is #92CA94. Grayscale: #4B4B4B. Windows color (decimal): -9620117 or 7026029. OLE color: 7026029.

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

Color convert

RGB10953107-
CMYK00.510.020.57
HSL302.14º34.57%31.76%-
HSV(B)302.14º51.38%42.75%-
XYZ10.236.8614.69-
YUV75.9145.55151.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=40.52%
G=19.70%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1095310700.510.020.57302.1434.5731.76
Hex6D356B03323912e2320
Octal155651530632714564340
Binary11011011101011101011011001110111001100101110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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