#68296D

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

Shades of Seance #68296D

Tints of Seance #68296D

Color information

#68296D (or 0x68296D) is unknown color: approx Seance. HEX triplet: 68, 29 and 6D. RGB value is (104,41,109). Sum of RGB (Red+Green+Blue) = 104+41+109=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #68296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68296D is #97D692. Grayscale: #434343. Windows color (decimal): -9950867 or 7154024. OLE color: 7154024.

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

Color convert

RGB10441109-
CMYK0.050.6200.57
HSL295.59º45.33%29.41%-
HSV(B)295.59º62.39%42.75%-
XYZ9.265.6315.07-
YUV67.59151.37153.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=40.94%
G=16.14%
B=42.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104411090.050.6200.57295.5945.3329.41
Hex68296D53E0391282d1d
Octal150511555760714505535
Binary11010001010011101101101111110011100110010100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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