Color Hex Logo

#621f6b Color Hex

#621F6B
(98,31,107)
0 Favorites   0 Comments

Color spaces of #621f6b

RGB 9831107
HSL0.810.550.27
HSV293°71°42°
CMYK 0.080.710.00   0.58
XYZ8.18084.638214.3740
Yxy4.63820.30080.1706
Hunter Lab21.536530.1158-24.4961
CIE-Lab25.678141.1141-29.9775

#621f6b color RGB value is (98,31,107).

#621f6b hex color red value is 98, green value is 31 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #621f6b hue: 0.81 , saturation: 0.55 and the lightness value of 621f6b is 0.27.

The process color (four color CMYK) of #621f6b color hex is 0.08, 0.71, 0.00, 0.58. Web safe color of #621f6b is #663366. Color #621f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011111 01101011
Octal 142 37 153
Decimal 98 31 107
Hex 62 1F 6B

RGB Percentages of Color #621f6b

%41.53
%13.14
%45.34

CMYK Percentages of Color #621f6b

%8
%71
%0
%58

Triadic Colors of #621f6b

#621f6b #6b621f #1f6b62

Analogous Colors of #621f6b

#621f6b #6b1f4e #3c1f6b

Monochromatic Colors of #621f6b

#621f6b

Complementary Color

#621f6b #286b1f

#621f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#621f6b Color CSS Codes

.mybgcolor {background-color:#621f6b; } 
.myforecolor {color:#621f6b; }
.mybordercolor {border:3px solid #621f6b; }

#621f6b Text Font Color

<p style="color:#621f6b">Text here</p>

This sample text font color is #621f6b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#621f6b Background Color

<div style="background-color:#621f6b">
Div content here</div>

This div background color is #621f6b


#621f6b Border Color

<div style="border:3px solid #621f6b">
Div here</div>

This div border color is #621f6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,31,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #621f6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #621f6b;
  -webkit-box-shadow: 1px 1px 3px 2px #621f6b;
  box-shadow:         1px 1px 3px 2px #621f6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,31,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #621f6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #621f6b;
  -webkit-box-shadow: 1px 1px 3px 2px #621f6b;
  box-shadow:         1px 1px 3px 2px #621f6b;">
Div content here</div>

This div box has shadow with color #621f6b


Comments

No comments written yet.

Please login to write comment.