#68257E

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

Shades of Seance #68257E

Tints of Seance #68257E

Color information

#68257E (or 0x68257E) is unknown color: approx Seance. HEX triplet: 68, 25 and 7E. RGB value is (104,37,126). Sum of RGB (Red+Green+Blue) = 104+37+126=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #68257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68257E is #97DA81. Grayscale: #424242. Windows color (decimal): -9951874 or 8267112. OLE color: 8267112.

HSL color Cylindrical-coordinate representation of color #68257E: hue angle of 285.17º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68257E is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10437126-
CMYK0.170.7100.51
HSL285.17º54.6%31.96%-
HSV(B)285.17º70.63%49.41%-
XYZ10.145.7720.32-
YUV67.18161.2154.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=38.95%
G=13.86%
B=47.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104371260.170.7100.51285.1754.631.96
Hex68257E114703311d3720
Octal15045176211070634356740
Binary110100010010111111101000110001110110011100011101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68257E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68257E; }

 p { color: rgb(104,37,126); }

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

<style>
 a { background-color: #68257E; }

 a { background-color: rgb(104,37,126); }

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

<style>
 span { border-color: #68257E; }

 span { border-color: rgb(104,37,126); }

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