#68237C

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

Shades of Seance #68237C

Tints of Seance #68237C

Color information

#68237C (or 0x68237C) is unknown color: approx Seance. HEX triplet: 68, 23 and 7C. RGB value is (104,35,124). Sum of RGB (Red+Green+Blue) = 104+35+124=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #68237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68237C is #97DC83. Grayscale: #414141. Windows color (decimal): -9952388 or 8135528. OLE color: 8135528.

HSL color Cylindrical-coordinate representation of color #68237C: hue angle of 286.52º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68237C is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10435124-
CMYK0.160.7200.51
HSL286.52º55.97%31.18%-
HSV(B)286.52º71.77%48.63%-
XYZ9.955.619.63-
YUV65.78160.86155.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=39.54%
G=13.31%
B=47.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104351240.160.7200.51286.5255.9731.18
Hex68237C104803311f381f
Octal15043174201100634377037
Binary11010001000111111100100001001000011001110001111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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