#68297E

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

Shades of Seance #68297E

Tints of Seance #68297E

Color information

#68297E (or 0x68297E) is unknown color: approx Seance. HEX triplet: 68, 29 and 7E. RGB value is (104,41,126). Sum of RGB (Red+Green+Blue) = 104+41+126=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #68297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68297E is #97D681. Grayscale: #454545. Windows color (decimal): -9950850 or 8268136. OLE color: 8268136.

HSL color Cylindrical-coordinate representation of color #68297E: hue angle of 284.47º 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 #68297E is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10441126-
CMYK0.170.6700.51
HSL284.47º50.9%32.75%-
HSV(B)284.47º67.46%49.41%-
XYZ10.276.0420.36-
YUV69.53159.87152.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=38.38%
G=15.13%
B=46.49%

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
Decimal104411260.170.6700.51284.4750.932.75
Hex68297E114303311c3321
Octal15051176211030634346341
Binary110100010100111111101000110000110110011100011100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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