#621F6D

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

Shades of Seance #621F6D

Tints of Seance #621F6D

Color information

#621F6D (or 0x621F6D) is unknown color: approx Seance. HEX triplet: 62, 1F and 6D. RGB value is (98,31,109). Sum of RGB (Red+Green+Blue) = 98+31+109=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #621F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F6D is #9DE092. Grayscale: #3B3B3B. Windows color (decimal): -10346643 or 7151458. OLE color: 7151458.

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

Color convert

RGB9831109-
CMYK0.100.7200.57
HSL291.54º55.71%27.45%-
HSV(B)291.54º71.56%42.75%-
XYZ8.294.6814.93-
YUV59.92155.7155.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=41.18%
G=13.03%
B=45.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98311090.100.7200.57291.5455.7127.45
Hex621F6DA48039124381b
Octal14237155121100714447033
Binary110001011111110110110101001000011100110010010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,31,109); }

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

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

 a { background-color: rgb(98,31,109); }

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

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

 span { border-color: rgb(98,31,109); }

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