#68366C

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

Shades of Seance #68366C

Tints of Seance #68366C

Color information

#68366C (or 0x68366C) is unknown color: approx Seance. HEX triplet: 68, 36 and 6C. RGB value is (104,54,108). Sum of RGB (Red+Green+Blue) = 104+54+108=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #68366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68366C is #97C993. Grayscale: #4A4A4A. Windows color (decimal): -9947540 or 7091816. OLE color: 7091816.

HSL color Cylindrical-coordinate representation of color #68366C: hue angle of 295.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68366C is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10454108-
CMYK0.040.5000.58
HSL295.56º33.33%31.76%-
HSV(B)295.56º50%42.35%-
XYZ9.736.6614.96-
YUV75.11146.56148.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=39.10%
G=20.30%
B=40.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104541080.040.5000.58295.5633.3331.76
Hex68366C43203A1282120
Octal150661544620724504140
Binary110100011011011011001001100100111010100101000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68366C; }

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

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

<style>
 a { background-color: #68366C; }

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

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

<style>
 span { border-color: #68366C; }

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

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