#6D3668

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

Shades of Seance #6D3668

Tints of Seance #6D3668

Color information

#6D3668 (or 0x6D3668) is unknown color: approx Seance. HEX triplet: 6D, 36 and 68. RGB value is (109,54,104). Sum of RGB (Red+Green+Blue) = 109+54+104=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3668 is #92C997. Grayscale: #4C4C4C. Windows color (decimal): -9619864 or 6829677. OLE color: 6829677.

HSL color Cylindrical-coordinate representation of color #6D3668: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3668 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB10954104-
CMYK00.500.050.57
HSL305.45º33.74%31.96%-
HSV(B)305.45º50.46%42.75%-
XYZ10.126.8913.89-
YUV76.14143.72151.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=40.82%
G=20.22%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1095410400.500.050.57305.4533.7431.96
Hex6D36680325391312220
Octal155661500625714614240
Binary110110111011011010000110010101111001100110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,104); }

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

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

 a { background-color: rgb(109,54,104); }

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

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

 span { border-color: rgb(109,54,104); }

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