#68356E

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

Shades of Seance #68356E

Tints of Seance #68356E

Color information

#68356E (or 0x68356E) is unknown color: approx Seance. HEX triplet: 68, 35 and 6E. RGB value is (104,53,110). Sum of RGB (Red+Green+Blue) = 104+53+110=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #68356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68356E is #97CA91. Grayscale: #4A4A4A. Windows color (decimal): -9947794 or 7222632. OLE color: 7222632.

HSL color Cylindrical-coordinate representation of color #68356E: hue angle of 293.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68356E is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10453110-
CMYK0.050.5200.57
HSL293.68º34.97%31.96%-
HSV(B)293.68º51.82%43.14%-
XYZ9.86.6215.51-
YUV74.75147.9148.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=38.95%
G=19.85%
B=41.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104531100.050.5200.57293.6834.9731.96
Hex68356E5340391262320
Octal150651565640714464340
Binary110100011010111011101011101000111001100100110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68356E; }

 p { color: rgb(104,53,110); }

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

<style>
 a { background-color: #68356E; }

 a { background-color: rgb(104,53,110); }

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

<style>
 span { border-color: #68356E; }

 span { border-color: rgb(104,53,110); }

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