#621E6B

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

Shades of Seance #621E6B

Tints of Seance #621E6B

Color information

#621E6B (or 0x621E6B) is unknown color: approx Seance. HEX triplet: 62, 1E and 6B. RGB value is (98,30,107). Sum of RGB (Red+Green+Blue) = 98+30+107=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #621E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E6B is #9DE194. Grayscale: #3A3A3A. Windows color (decimal): -10346901 or 7020130. OLE color: 7020130.

HSL color Cylindrical-coordinate representation of color #621E6B: hue angle of 292.99º degrees, saturation: 0.56, 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 #621E6B is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9830107-
CMYK0.080.7200.58
HSL292.99º56.2%26.86%-
HSV(B)292.99º71.96%41.96%-
XYZ8.164.5914.37-
YUV59.11155.03155.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 30 (12.11% from 255) = 12.77%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=41.70%
G=12.77%
B=45.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98301070.080.7200.58292.9956.226.86
Hex621E6B84803A125381b
Octal14236153101100724457033
Binary110001011110110101110001001000011101010010010111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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