#68297D

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

Shades of Seance #68297D

Tints of Seance #68297D

Color information

#68297D (or 0x68297D) is unknown color: approx Seance. HEX triplet: 68, 29 and 7D. RGB value is (104,41,125). Sum of RGB (Red+Green+Blue) = 104+41+125=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #68297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68297D is #97D682. Grayscale: #454545. Windows color (decimal): -9950851 or 8202600. OLE color: 8202600.

HSL color Cylindrical-coordinate representation of color #68297D: hue angle of 285º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68297D is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10441125-
CMYK0.170.6700.51
HSL285º50.6%32.55%-
HSV(B)285º67.2%49.02%-
XYZ10.26.0120.02-
YUV69.41159.37152.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=38.52%
G=15.19%
B=46.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104411250.170.6700.5128550.632.55
Hex68297D114303311d3321
Octal15051175211030634356341
Binary110100010100111111011000110000110110011100011101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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