#6E2C6D

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

Shades of Seance #6E2C6D

Tints of Seance #6E2C6D

Color information

#6E2C6D (or 0x6E2C6D) is unknown color: approx Seance. HEX triplet: 6E, 2C and 6D. RGB value is (110,44,109). Sum of RGB (Red+Green+Blue) = 110+44+109=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2C6D is #91D392. Grayscale: #464646. Windows color (decimal): -9556883 or 7154798. OLE color: 7154798.

HSL color Cylindrical-coordinate representation of color #6E2C6D: hue angle of 300.91º degrees, saturation: 0.43, 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 #6E2C6D is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB11044109-
CMYK00.60.010.57
HSL300.91º42.86%30.2%-
HSV(B)300.91º60%43.14%-
XYZ10.096.2215.14-
YUV71.14149.37155.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.83%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=41.83%
G=16.73%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1104410900.60.010.57300.9142.8630.2
Hex6E2C6D03C13912d2b1e
Octal156541550741714555336
Binary110111010110011011010111100111100110010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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