#6D2C6C

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

Shades of Seance #6D2C6C

Tints of Seance #6D2C6C

Color information

#6D2C6C (or 0x6D2C6C) is unknown color: approx Seance. HEX triplet: 6D, 2C and 6C. RGB value is (109,44,108). Sum of RGB (Red+Green+Blue) = 109+44+108=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C6C is #92D393. Grayscale: #464646. Windows color (decimal): -9622420 or 7089261. OLE color: 7089261.

HSL color Cylindrical-coordinate representation of color #6D2C6C: hue angle of 300.92º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C6C is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10944108-
CMYK00.600.010.57
HSL300.92º42.48%30%-
HSV(B)300.92º59.63%42.75%-
XYZ9.916.1414.85-
YUV70.73149.03155.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=41.76%
G=16.86%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1094410800.600.010.57300.9242.4830
Hex6D2C6C03C13912d2a1e
Octal155541540741714555236
Binary110110110110011011000111100111100110010110110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,44,108); }

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

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

 a { background-color: rgb(109,44,108); }

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

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

 span { border-color: rgb(109,44,108); }

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