#61236C

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

Shades of Seance #61236C

Tints of Seance #61236C

Color information

#61236C (or 0x61236C) is unknown color: approx Seance. HEX triplet: 61, 23 and 6C. RGB value is (97,35,108). Sum of RGB (Red+Green+Blue) = 97+35+108=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #61236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61236C is #9EDC93. Grayscale: #3D3D3D. Windows color (decimal): -10411156 or 7086945. OLE color: 7086945.

HSL color Cylindrical-coordinate representation of color #61236C: hue angle of 290.96º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61236C is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9735108-
CMYK0.100.6800.58
HSL290.96º51.05%28.04%-
HSV(B)290.96º67.59%42.35%-
XYZ8.244.8314.68-
YUV61.86154.04153.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 108 (42.58% from 255) = 45%
R=40.42%
G=14.58%
B=45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97351080.100.6800.58290.9651.0528.04
Hex61236CA4403A123331c
Octal14143154121040724436334
Binary1100001100011110110010101000100011101010010001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61236C; }

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

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

<style>
 a { background-color: #61236C; }

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

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

<style>
 span { border-color: #61236C; }

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

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