#68167C

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

Shades of Seance #68167C

Tints of Seance #68167C

Color information

#68167C (or 0x68167C) is unknown color: approx Seance. HEX triplet: 68, 16 and 7C. RGB value is (104,22,124). Sum of RGB (Red+Green+Blue) = 104+22+124=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #68167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68167C is #97E983. Grayscale: #393939. Windows color (decimal): -9955716 or 8132200. OLE color: 8132200.

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

Color convert

RGB10422124-
CMYK0.160.8200.51
HSL288.24º69.86%28.63%-
HSV(B)288.24º82.26%48.63%-
XYZ9.634.9719.52-
YUV58.15165.17160.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=41.6%
G=8.8%
B=49.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104221240.160.8200.51288.2469.8628.63
Hex68167C1052033120461d
Octal150261742012206344010635
Binary11010001011011111001000010100100110011100100000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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