Color Hex Logo

#6136cf Color Hex

#6136CF
(97,54,207)
0 Favorites   0 Comments

Color spaces of #6136cf

RGB 9754207
HSL0.710.610.51
HSV257°74°81°
CMYK 0.530.740.00   0.19
XYZ17.51149.684759.9779
Yxy9.68470.20090.1111
Hunter Lab31.120345.9817-92.4851
CIE-Lab37.270554.8958-72.1027

#6136cf color RGB value is (97,54,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110110 11001111
Octal 141 66 317
Decimal 97 54 207
Hex 61 36 CF

RGB Percentages of Color #6136cf

%27.09
%15.08
%57.82

CMYK Percentages of Color #6136cf

%53
%74
%0
%19

Triadic Colors of #6136cf

#6136cf #cf6136 #36cf61

Analogous Colors of #6136cf

#6136cf #ae36cf #3658cf

Monochromatic Colors of #6136cf

#6136cf

Complementary Color

#6136cf #a4cf36

#6136cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6136cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6136cf Color CSS Codes

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

#6136cf Text Font Color

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

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


#6136cf Background Color

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

This div background color is #6136cf


#6136cf Border Color

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

This div border color is #6136cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6136cf


Comments

No comments written yet.

Please login to write comment.