#621E6C

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

Shades of Seance #621E6C

Tints of Seance #621E6C

Color information

#621E6C (or 0x621E6C) is unknown color: approx Seance. HEX triplet: 62, 1E and 6C. RGB value is (98,30,108). Sum of RGB (Red+Green+Blue) = 98+30+108=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #621E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E6C is #9DE193. Grayscale: #3A3A3A. Windows color (decimal): -10346900 or 7085666. OLE color: 7085666.

HSL color Cylindrical-coordinate representation of color #621E6C: hue angle of 292.31º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621E6C is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9830108-
CMYK0.090.7200.58
HSL292.31º56.52%27.06%-
HSV(B)292.31º72.22%42.35%-
XYZ8.214.6114.64-
YUV59.22155.53155.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=41.53%
G=12.71%
B=45.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98301080.090.7200.58292.3156.5227.06
Hex621E6C94803A124391b
Octal14236154111100724447133
Binary110001011110110110010011001000011101010010010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621E6C; }

 p { color: rgb(98,30,108); }

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

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

 a { background-color: rgb(98,30,108); }

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

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

 span { border-color: rgb(98,30,108); }

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