#6D266C

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

Shades of Seance #6D266C

Tints of Seance #6D266C

Color information

#6D266C (or 0x6D266C) is unknown color: approx Seance. HEX triplet: 6D, 26 and 6C. RGB value is (109,38,108). Sum of RGB (Red+Green+Blue) = 109+38+108=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D266C is #92D993. Grayscale: #424242. Windows color (decimal): -9623956 or 7087725. OLE color: 7087725.

HSL color Cylindrical-coordinate representation of color #6D266C: 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 #6D266C is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10938108-
CMYK00.650.010.57
HSL300.85º48.3%28.82%-
HSV(B)300.85º65.14%42.75%-
XYZ9.715.7214.78-
YUV67.21151.02157.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.75%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=42.75%
G=14.90%
B=42.35%

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
Decimal1093810800.650.010.57300.8548.328.82
Hex6D266C04113912d301d
Octal1554615401011714556035
Binary1101101100110110110001000001111100110010110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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