#6D286C

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

Shades of Seance #6D286C

Tints of Seance #6D286C

Color information

#6D286C (or 0x6D286C) is unknown color: approx Seance. HEX triplet: 6D, 28 and 6C. RGB value is (109,40,108). Sum of RGB (Red+Green+Blue) = 109+40+108=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D286C is #92D793. Grayscale: #444444. Windows color (decimal): -9623444 or 7088237. OLE color: 7088237.

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

Color convert

RGB10940108-
CMYK00.630.010.57
HSL300.87º46.31%29.22%-
HSV(B)300.87º63.3%42.75%-
XYZ9.775.8514.8-
YUV68.38150.36156.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.41%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=42.41%
G=15.56%
B=42.02%

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
Decimal1094010800.630.010.57300.8746.3129.22
Hex6D286C03F13912d2e1d
Octal155501540771714555635
Binary110110110100011011000111111111100110010110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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