Color Hex Logo

#6924cd Color Hex

#6924CD
(105,36,205)
0 Favorites   0 Comments

Color spaces of #6924cd

RGB 10536205
HSL0.730.700.47
HSV264°82°80°
CMYK 0.490.820.00   0.20
XYZ17.47608.672858.5105
Yxy8.67280.20640.1024
Hunter Lab29.449654.3887-97.1826
CIE-Lab35.346562.9969-74.0718

#6924cd color RGB value is (105,36,205).

#6924cd hex color red value is 105, green value is 36 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6924cd hue: 0.73 , saturation: 0.70 and the lightness value of 6924cd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00100100 11001101
Octal 151 44 315
Decimal 105 36 205
Hex 69 24 CD

RGB Percentages of Color #6924cd

%30.35
%10.40
%59.25

CMYK Percentages of Color #6924cd

%49
%82
%0
%20

Triadic Colors of #6924cd

#6924cd #cd6924 #24cd69

Analogous Colors of #6924cd

#6924cd #be24cd #2434cd

Monochromatic Colors of #6924cd

#6924cd

Complementary Color

#6924cd #88cd24

#6924cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6924cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6924cd Color CSS Codes

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

#6924cd Text Font Color

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

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


#6924cd Background Color

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

This div background color is #6924cd


#6924cd Border Color

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

This div border color is #6924cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,36,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 #6924cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6924cd


Comments

No comments written yet.

Please login to write comment.