#61296B

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

Shades of Seance #61296B

Tints of Seance #61296B

Color information

#61296B (or 0x61296B) is unknown color: approx Seance. HEX triplet: 61, 29 and 6B. RGB value is (97,41,107). Sum of RGB (Red+Green+Blue) = 97+41+107=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #61296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61296B is #9ED694. Grayscale: #414141. Windows color (decimal): -10409621 or 7022945. OLE color: 7022945.

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

Color convert

RGB9741107-
CMYK0.090.6200.58
HSL290.91º44.59%29.02%-
HSV(B)290.91º61.68%41.96%-
XYZ8.385.1914.47-
YUV65.27151.55150.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=39.59%
G=16.73%
B=43.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97411070.090.6200.58290.9144.5929.02
Hex61296B93E03A1232d1d
Octal1415115311760724435535
Binary110000110100111010111001111110011101010010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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