#6E296D

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

Shades of Seance #6E296D

Tints of Seance #6E296D

Color information

#6E296D (or 0x6E296D) is unknown color: approx Seance. HEX triplet: 6E, 29 and 6D. RGB value is (110,41,109). Sum of RGB (Red+Green+Blue) = 110+41+109=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E296D is #91D692. Grayscale: #454545. Windows color (decimal): -9557651 or 7154030. OLE color: 7154030.

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

Color convert

RGB11041109-
CMYK00.630.010.57
HSL300.87º45.7%29.61%-
HSV(B)300.87º62.73%43.14%-
XYZ9.98615.1-
YUV69.38150.36156.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.31%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=42.31%
G=15.77%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1104110900.630.010.57300.8745.729.61
Hex6E296D03F13912d2e1e
Octal156511550771714555636
Binary110111010100111011010111111111100110010110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,109); }

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

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

 a { background-color: rgb(110,41,109); }

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

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

 span { border-color: rgb(110,41,109); }

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