Color Hex Logo

#6d24cc Color Hex

#6D24CC
(109,36,204)
0 Favorites   0 Comments

Color spaces of #6d24cc

RGB 10936204
HSL0.740.700.47
HSV266°82°80°
CMYK 0.470.820.00   0.20
XYZ17.83668.872657.8992
Yxy8.87260.21080.1049
Hunter Lab29.786954.7599-94.3959
CIE-Lab35.737863.2524-72.8288

#6d24cc color RGB value is (109,36,204).

#6d24cc hex color red value is 109, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6d24cc hue: 0.74 , saturation: 0.70 and the lightness value of 6d24cc is 0.47.

The process color (four color CMYK) of #6d24cc color hex is 0.47, 0.82, 0.00, 0.20. Web safe color of #6d24cc is #6633cc. Color #6d24cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100100 11001100
Octal 155 44 314
Decimal 109 36 204
Hex 6D 24 CC

RGB Percentages of Color #6d24cc

%31.23
%10.32
%58.45

CMYK Percentages of Color #6d24cc

%47
%82
%0
%20

Triadic Colors of #6d24cc

#6d24cc #cc6d24 #24cc6d

Analogous Colors of #6d24cc

#6d24cc #c124cc #242fcc

Monochromatic Colors of #6d24cc

#6d24cc

Complementary Color

#6d24cc #83cc24

#6d24cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d24cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d24cc Color CSS Codes

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

#6d24cc Text Font Color

<p style="color:#6d24cc">Text here</p>

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


#6d24cc Background Color

<div style="background-color:#6d24cc">
Div content here</div>

This div background color is #6d24cc


#6d24cc Border Color

<div style="border:3px solid #6d24cc">
Div here</div>

This div border color is #6d24cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,36,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d24cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d24cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6d24cc;
  box-shadow:         1px 1px 3px 2px #6d24cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,36,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d24cc


Comments

No comments written yet.

Please login to write comment.