#61296A

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

Shades of Seance #61296A

Tints of Seance #61296A

Color information

#61296A (or 0x61296A) is unknown color: approx Seance. HEX triplet: 61, 29 and 6A. RGB value is (97,41,106). Sum of RGB (Red+Green+Blue) = 97+41+106=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #61296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61296A is #9ED695. Grayscale: #404040. Windows color (decimal): -10409622 or 6957409. OLE color: 6957409.

HSL color Cylindrical-coordinate representation of color #61296A: hue angle of 291.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61296A is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9741106-
CMYK0.080.6100.58
HSL291.69º44.22%28.82%-
HSV(B)291.69º61.32%41.57%-
XYZ8.325.1714.19-
YUV65.15151.05150.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=39.75%
G=16.80%
B=43.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97411060.080.6100.58291.6944.2228.82
Hex61296A83D03A1242c1d
Octal1415115210750724445435
Binary110000110100111010101000111101011101010010010010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61296A; }

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

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

<style>
 a { background-color: #61296A; }

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

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

<style>
 span { border-color: #61296A; }

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

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