Color Hex Logo

#6141dd Color Hex

#6141DD
(97,65,221)
0 Favorites   0 Comments

Color spaces of #6141dd

RGB 9765221
HSL0.700.700.56
HSV252°71°87°
CMYK 0.560.710.00   0.13
XYZ19.871211.542469.5872
Yxy11.54240.19670.1143
Hunter Lab33.974144.9486-97.6584
CIE-Lab40.479453.3097-74.8957

#6141dd color RGB value is (97,65,221).

#6141dd hex color red value is 97, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6141dd hue: 0.70 , saturation: 0.70 and the lightness value of 6141dd is 0.56.

The process color (four color CMYK) of #6141dd color hex is 0.56, 0.71, 0.00, 0.13. Web safe color of #6141dd is #6633cc. Color #6141dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000001 11011101
Octal 141 101 335
Decimal 97 65 221
Hex 61 41 DD

RGB Percentages of Color #6141dd

%25.33
%16.97
%57.70

CMYK Percentages of Color #6141dd

%56
%71
%0
%13

Triadic Colors of #6141dd

#6141dd #dd6141 #41dd61

Analogous Colors of #6141dd

#6141dd #af41dd #416fdd

Monochromatic Colors of #6141dd

#6141dd

Complementary Color

#6141dd #bddd41

#6141dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6141dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6141dd Color CSS Codes

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

#6141dd Text Font Color

<p style="color:#6141dd">Text here</p>

This sample text font color is #6141dd
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.


#6141dd Background Color

<div style="background-color:#6141dd">
Div content here</div>

This div background color is #6141dd


#6141dd Border Color

<div style="border:3px solid #6141dd">
Div here</div>

This div border color is #6141dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,65,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6141dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6141dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6141dd;
  box-shadow:         1px 1px 3px 2px #6141dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,65,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6141dd


Comments

No comments written yet.

Please login to write comment.