Color Hex Logo

#6c1864 Color Hex

#6C1864
(108,24,100)
0 Favorites   0 Comments

Color spaces of #6c1864

RGB 10824100
HSL0.850.640.26
HSV306°78°42°
CMYK 0.000.780.07   0.58
XYZ8.81124.761512.5113
Yxy4.76150.33780.1825
Hunter Lab21.820933.8913-18.7202
CIE-Lab26.044245.0669-24.7424

#6c1864 color RGB value is (108,24,100).

#6c1864 hex color red value is 108, green value is 24 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #6c1864 hue: 0.85 , saturation: 0.64 and the lightness value of 6c1864 is 0.26.

The process color (four color CMYK) of #6c1864 color hex is 0.00, 0.78, 0.07, 0.58. Web safe color of #6c1864 is #660066. Color #6c1864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00011000 01100100
Octal 154 30 144
Decimal 108 24 100
Hex 6C 18 64

RGB Percentages of Color #6c1864

%46.55
%10.34
%43.10

CMYK Percentages of Color #6c1864

%0
%78
%7
%58

Triadic Colors of #6c1864

#6c1864 #646c18 #18646c

Analogous Colors of #6c1864

#6c1864 #6c183a #4a186c

Monochromatic Colors of #6c1864

#6c1864

Complementary Color

#6c1864 #186c20

#6c1864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c1864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c1864 Color CSS Codes

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

#6c1864 Text Font Color

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

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


#6c1864 Background Color

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

This div background color is #6c1864


#6c1864 Border Color

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

This div border color is #6c1864


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,24,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c1864; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c1864;
  -webkit-box-shadow: 1px 1px 3px 2px #6c1864;
  box-shadow:         1px 1px 3px 2px #6c1864; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,24,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c1864


Comments

No comments written yet.

Please login to write comment.