#68396D

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

Shades of Seance #68396D

Tints of Seance #68396D

Color information

#68396D (or 0x68396D) is unknown color: approx Seance. HEX triplet: 68, 39 and 6D. RGB value is (104,57,109). Sum of RGB (Red+Green+Blue) = 104+57+109=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #68396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68396D is #97C692. Grayscale: #4C4C4C. Windows color (decimal): -9946771 or 7158120. OLE color: 7158120.

HSL color Cylindrical-coordinate representation of color #68396D: hue angle of 294.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68396D is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10457109-
CMYK0.050.4800.57
HSL294.23º31.33%32.55%-
HSV(B)294.23º47.71%42.75%-
XYZ9.936.9715.29-
YUV76.98146.07147.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=38.52%
G=21.11%
B=40.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104571090.050.4800.57294.2331.3332.55
Hex68396D5300391261f21
Octal150711555600714463741
Binary11010001110011101101101110000011100110010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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