#6D2E71

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

Shades of Seance #6D2E71

Tints of Seance #6D2E71

Color information

#6D2E71 (or 0x6D2E71) is unknown color: approx Seance. HEX triplet: 6D, 2E and 71. RGB value is (109,46,113). Sum of RGB (Red+Green+Blue) = 109+46+113=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D2E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2E71 is #92D18E. Grayscale: #484848. Windows color (decimal): -9621903 or 7417453. OLE color: 7417453.

HSL color Cylindrical-coordinate representation of color #6D2E71: hue angle of 296.42º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2E71 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10946113-
CMYK0.040.5900.56
HSL296.42º42.14%31.18%-
HSV(B)296.42º59.29%44.31%-
XYZ10.266.416.32-
YUV72.48150.87154.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=40.67%
G=17.16%
B=42.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109461130.040.5900.56296.4242.1431.18
Hex6D2E7143B0381282a1f
Octal155561614730704505237
Binary11011011011101110001100111011011100010010100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,46,113); }

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

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

 a { background-color: rgb(109,46,113); }

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

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

 span { border-color: rgb(109,46,113); }

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