#612A6A

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

Shades of Seance #612A6A

Tints of Seance #612A6A

Color information

#612A6A (or 0x612A6A) is unknown color: approx Seance. HEX triplet: 61, 2A and 6A. RGB value is (97,42,106). Sum of RGB (Red+Green+Blue) = 97+42+106=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #612A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A6A is #9ED595. Grayscale: #414141. Windows color (decimal): -10409366 or 6957665. OLE color: 6957665.

HSL color Cylindrical-coordinate representation of color #612A6A: hue angle of 291.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612A6A is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9742106-
CMYK0.080.6000.58
HSL291.56º43.24%29.02%-
HSV(B)291.56º60.38%41.57%-
XYZ8.365.2414.21-
YUV65.74150.72150.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=39.59%
G=17.14%
B=43.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97421060.080.6000.58291.5643.2429.02
Hex612A6A83C03A1242b1d
Octal1415215210740724445335
Binary110000110101011010101000111100011101010010010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,42,106); }

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

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

 a { background-color: rgb(97,42,106); }

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

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

 span { border-color: rgb(97,42,106); }

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