#6C366D

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

Shades of Seance #6C366D

Tints of Seance #6C366D

Color information

#6C366D (or 0x6C366D) is unknown color: approx Seance. HEX triplet: 6C, 36 and 6D. RGB value is (108,54,109). Sum of RGB (Red+Green+Blue) = 108+54+109=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C366D is #93C992. Grayscale: #4C4C4C. Windows color (decimal): -9685395 or 7157356. OLE color: 7157356.

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

Color convert

RGB10854109-
CMYK0.010.5000.57
HSL298.91º33.74%31.96%-
HSV(B)298.91º50.46%42.75%-
XYZ10.266.9315.26-
YUV76.42146.39150.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.85%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=39.85%
G=19.93%
B=40.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108541090.010.5000.57298.9133.7431.96
Hex6C366D13203912b2220
Octal154661551620714534240
Binary1101100110110110110111100100111001100101011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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