#68346B

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

Shades of Seance #68346B

Tints of Seance #68346B

Color information

#68346B (or 0x68346B) is unknown color: approx Seance. HEX triplet: 68, 34 and 6B. RGB value is (104,52,107). Sum of RGB (Red+Green+Blue) = 104+52+107=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 107 - color contains mainly: blue. Hex color #68346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68346B is #97CB94. Grayscale: #494949. Windows color (decimal): -9948053 or 7025768. OLE color: 7025768.

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

Color convert

RGB10452107-
CMYK0.030.5100.58
HSL296.73º34.59%31.18%-
HSV(B)296.73º51.4%41.96%-
XYZ9.596.4614.65-
YUV73.82146.73149.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=39.54%
G=19.77%
B=40.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104521070.030.5100.58296.7334.5931.18
Hex68346B33303A129231f
Octal150641533630724514337
Binary1101000110100110101111110011011101010010100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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