#68396C

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

Shades of Seance #68396C

Tints of Seance #68396C

Color information

#68396C (or 0x68396C) is unknown color: approx Seance. HEX triplet: 68, 39 and 6C. RGB value is (104,57,108). Sum of RGB (Red+Green+Blue) = 104+57+108=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #68396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68396C is #97C693. Grayscale: #4C4C4C. Windows color (decimal): -9946772 or 7092584. OLE color: 7092584.

HSL color Cylindrical-coordinate representation of color #68396C: hue angle of 295.29º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68396C is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10457108-
CMYK0.040.4700.58
HSL295.29º30.91%32.35%-
HSV(B)295.29º47.22%42.35%-
XYZ9.886.9515.01-
YUV76.87145.57147.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=38.66%
G=21.19%
B=40.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104571080.040.4700.58295.2930.9132.35
Hex68396C42F03A1271f20
Octal150711544570724473740
Binary11010001110011101100100101111011101010010011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,57,108); }

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

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

 a { background-color: rgb(104,57,108); }

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

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

 span { border-color: rgb(104,57,108); }

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