#68246B

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

Shades of Seance #68246B

Tints of Seance #68246B

Color information

#68246B (or 0x68246B) is unknown color: approx Seance. HEX triplet: 68, 24 and 6B. RGB value is (104,36,107). Sum of RGB (Red+Green+Blue) = 104+36+107=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #68246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68246B is #97DB94. Grayscale: #404040. Windows color (decimal): -9952149 or 7021672. OLE color: 7021672.

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

Color convert

RGB10436107-
CMYK0.030.6600.58
HSL297.46º49.65%28.04%-
HSV(B)297.46º66.36%41.96%-
XYZ8.995.2714.45-
YUV64.43152.03156.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=42.11%
G=14.57%
B=43.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104361070.030.6600.58297.4649.6528.04
Hex68246B34203A129321c
Octal1504415331020724516234
Binary11010001001001101011111000010011101010010100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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