#612169

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

Shades of Seance #612169

Tints of Seance #612169

Color information

#612169 (or 0x612169) is unknown color: approx Seance. HEX triplet: 61, 21 and 69. RGB value is (97,33,105). Sum of RGB (Red+Green+Blue) = 97+33+105=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #612169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612169 is #9EDE96. Grayscale: #3C3C3C. Windows color (decimal): -10411671 or 6889825. OLE color: 6889825.

HSL color Cylindrical-coordinate representation of color #612169: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612169 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9733105-
CMYK0.080.6900.59
HSL293.33º52.17%27.06%-
HSV(B)293.33º68.57%41.18%-
XYZ8.024.6513.84-
YUV60.34153.2154.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=41.28%
G=14.04%
B=44.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97331050.080.6900.59293.3352.1727.06
Hex61216984503B125341b
Octal14141151101050734456433
Binary1100001100001110100110001000101011101110010010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612169; }

 p { color: rgb(97,33,105); }

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

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

 a { background-color: rgb(97,33,105); }

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

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

 span { border-color: rgb(97,33,105); }

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