#68346C

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

Shades of Seance #68346C

Tints of Seance #68346C

Color information

#68346C (or 0x68346C) is unknown color: approx Seance. HEX triplet: 68, 34 and 6C. RGB value is (104,52,108). Sum of RGB (Red+Green+Blue) = 104+52+108=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #68346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68346C is #97CB93. Grayscale: #494949. Windows color (decimal): -9948052 or 7091304. OLE color: 7091304.

HSL color Cylindrical-coordinate representation of color #68346C: hue angle of 295.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68346C is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10452108-
CMYK0.040.5200.58
HSL295.71º35%31.37%-
HSV(B)295.71º51.85%42.35%-
XYZ9.646.4814.93-
YUV73.93147.23149.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=39.39%
G=19.70%
B=40.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104521080.040.5200.58295.713531.37
Hex68346C43403A128231f
Octal150641544640724504337
Binary11010001101001101100100110100011101010010100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68346C; }

 p { color: rgb(104,52,108); }

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

<style>
 a { background-color: #68346C; }

 a { background-color: rgb(104,52,108); }

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

<style>
 span { border-color: #68346C; }

 span { border-color: rgb(104,52,108); }

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