#68296E

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

Shades of Seance #68296E

Tints of Seance #68296E

Color information

#68296E (or 0x68296E) is unknown color: approx Seance. HEX triplet: 68, 29 and 6E. RGB value is (104,41,110). Sum of RGB (Red+Green+Blue) = 104+41+110=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #68296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68296E is #97D691. Grayscale: #434343. Windows color (decimal): -9950866 or 7219560. OLE color: 7219560.

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

Color convert

RGB10441110-
CMYK0.050.6300.57
HSL294.78º45.7%29.61%-
HSV(B)294.78º62.73%43.14%-
XYZ9.325.6515.35-
YUV67.7151.87153.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=40.78%
G=16.08%
B=43.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104411100.050.6300.57294.7845.729.61
Hex68296E53F0391272e1e
Octal150511565770714475636
Binary11010001010011101110101111111011100110010011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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