#68326F

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

Shades of Seance #68326F

Tints of Seance #68326F

Color information

#68326F (or 0x68326F) is unknown color: approx Seance. HEX triplet: 68, 32 and 6F. RGB value is (104,50,111). Sum of RGB (Red+Green+Blue) = 104+50+111=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #68326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68326F is #97CD90. Grayscale: #484848. Windows color (decimal): -9948561 or 7287400. OLE color: 7287400.

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

Color convert

RGB10450111-
CMYK0.060.5500.56
HSL293.11º37.89%31.57%-
HSV(B)293.11º54.95%43.53%-
XYZ9.726.3715.76-
YUV73.1149.39150.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=39.25%
G=18.87%
B=41.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104501110.060.5500.56293.1137.8931.57
Hex68326F6370381252620
Octal150621576670704454640
Binary110100011001011011111101101110111000100100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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