#68257C

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

Shades of Seance #68257C

Tints of Seance #68257C

Color information

#68257C (or 0x68257C) is unknown color: approx Seance. HEX triplet: 68, 25 and 7C. RGB value is (104,37,124). Sum of RGB (Red+Green+Blue) = 104+37+124=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #68257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68257C is #97DA83. Grayscale: #424242. Windows color (decimal): -9951876 or 8136040. OLE color: 8136040.

HSL color Cylindrical-coordinate representation of color #68257C: hue angle of 286.21º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68257C is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10437124-
CMYK0.160.7000.51
HSL286.21º54.04%31.57%-
HSV(B)286.21º70.16%48.63%-
XYZ10.015.7219.65-
YUV66.95160.2154.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=39.25%
G=13.96%
B=46.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104371240.160.7000.51286.2154.0431.57
Hex68257C104603311e3620
Octal15045174201060634366640
Binary110100010010111111001000010001100110011100011110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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