#68296F

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

Shades of Seance #68296F

Tints of Seance #68296F

Color information

#68296F (or 0x68296F) is unknown color: approx Seance. HEX triplet: 68, 29 and 6F. RGB value is (104,41,111). Sum of RGB (Red+Green+Blue) = 104+41+111=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #68296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68296F is #97D690. Grayscale: #434343. Windows color (decimal): -9950865 or 7285096. OLE color: 7285096.

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

Color convert

RGB10441111-
CMYK0.060.6300.56
HSL294º46.05%29.8%-
HSV(B)294º63.06%43.53%-
XYZ9.375.6815.64-
YUV67.82152.37153.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=40.62%
G=16.02%
B=43.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104411110.060.6300.5629446.0529.8
Hex68296F63F0381262e1e
Octal150511576770704465636
Binary11010001010011101111110111111011100010010011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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