Color Hex Logo

#6136cd Color Hex

#6136CD
(97,54,205)
0 Favorites   0 Comments

Color spaces of #6136cd

RGB 9754205
HSL0.710.600.51
HSV257°74°80°
CMYK 0.530.740.00   0.20
XYZ17.26849.587558.6980
Yxy9.58750.20180.1121
Hunter Lab30.963745.3627-90.7217
CIE-Lab37.091754.3444-71.2364

#6136cd color RGB value is (97,54,205).

#6136cd hex color red value is 97, green value is 54 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6136cd hue: 0.71 , saturation: 0.60 and the lightness value of 6136cd is 0.51.

The process color (four color CMYK) of #6136cd color hex is 0.53, 0.74, 0.00, 0.20. Web safe color of #6136cd is #6633cc. Color #6136cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110110 11001101
Octal 141 66 315
Decimal 97 54 205
Hex 61 36 CD

RGB Percentages of Color #6136cd

%27.25
%15.17
%57.58

CMYK Percentages of Color #6136cd

%53
%74
%0
%20

Triadic Colors of #6136cd

#6136cd #cd6136 #36cd61

Analogous Colors of #6136cd

#6136cd #ad36cd #3657cd

Monochromatic Colors of #6136cd

#6136cd

Complementary Color

#6136cd #a2cd36

#6136cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6136cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6136cd Color CSS Codes

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

#6136cd Text Font Color

<p style="color:#6136cd">Text here</p>

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


#6136cd Background Color

<div style="background-color:#6136cd">
Div content here</div>

This div background color is #6136cd


#6136cd Border Color

<div style="border:3px solid #6136cd">
Div here</div>

This div border color is #6136cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,54,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6136cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6136cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6136cd;
  box-shadow:         1px 1px 3px 2px #6136cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6136cd


Comments

No comments written yet.

Please login to write comment.