#612C6C

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

Shades of Seance #612C6C

Tints of Seance #612C6C

Color information

#612C6C (or 0x612C6C) is unknown color: approx Seance. HEX triplet: 61, 2C and 6C. RGB value is (97,44,108). Sum of RGB (Red+Green+Blue) = 97+44+108=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #612C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C6C is #9ED393. Grayscale: #424242. Windows color (decimal): -10408852 or 7089249. OLE color: 7089249.

HSL color Cylindrical-coordinate representation of color #612C6C: hue angle of 289.69º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612C6C is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9744108-
CMYK0.100.5900.58
HSL289.69º42.11%29.8%-
HSV(B)289.69º59.26%42.35%-
XYZ8.545.4314.78-
YUV67.14151.06149.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=38.96%
G=17.67%
B=43.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97441080.100.5900.58289.6942.1129.8
Hex612C6CA3B03A1222a1e
Octal1415415412730724425236
Binary110000110110011011001010111011011101010010001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C6C; }

 p { color: rgb(97,44,108); }

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

<style>
 a { background-color: #612C6C; }

 a { background-color: rgb(97,44,108); }

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

<style>
 span { border-color: #612C6C; }

 span { border-color: rgb(97,44,108); }

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