#6E276D

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

Shades of Seance #6E276D

Tints of Seance #6E276D

Color information

#6E276D (or 0x6E276D) is unknown color: approx Seance. HEX triplet: 6E, 27 and 6D. RGB value is (110,39,109). Sum of RGB (Red+Green+Blue) = 110+39+109=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 110 - color contains mainly: red. Hex color #6E276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E276D is #91D892. Grayscale: #444444. Windows color (decimal): -9558163 or 7153518. OLE color: 7153518.

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

Color convert

RGB11039109-
CMYK00.650.010.57
HSL300.85º47.65%29.22%-
HSV(B)300.85º64.55%43.14%-
XYZ9.925.8715.08-
YUV68.21151.02157.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.64%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=42.64%
G=15.12%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1103910900.650.010.57300.8547.6529.22
Hex6E276D04113912d301d
Octal1564715501011714556035
Binary1101110100111110110101000001111100110010110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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