#68197C

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

Shades of Seance #68197C

Tints of Seance #68197C

Color information

#68197C (or 0x68197C) is unknown color: approx Seance. HEX triplet: 68, 19 and 7C. RGB value is (104,25,124). Sum of RGB (Red+Green+Blue) = 104+25+124=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #68197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68197C is #97E683. Grayscale: #3B3B3B. Windows color (decimal): -9954948 or 8132968. OLE color: 8132968.

HSL color Cylindrical-coordinate representation of color #68197C: hue angle of 287.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68197C is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10425124-
CMYK0.160.8000.51
HSL287.88º66.44%29.22%-
HSV(B)287.88º79.84%48.63%-
XYZ9.695.0919.54-
YUV59.91164.17159.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=41.11%
G=9.88%
B=49.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104251240.160.8000.51287.8866.4429.22
Hex68197C1050033120421d
Octal150311742012006344010235
Binary11010001100111111001000010100000110011100100000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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