Color Hex Logo

#6c001e Color Hex

#6C001E
(108,0,30)
0 Favorites   0 Comments

Color spaces of #6c001e

RGB 108030
HSL0.951.000.21
HSV343°100°42°
CMYK 0.001.000.72   0.58
XYZ6.41873.28191.5235
Yxy3.28190.57190.2924
Hunter Lab18.116031.54157.6951
CIE-Lab21.139243.530415.8394

#6c001e color RGB value is (108,0,30).

#6c001e hex color red value is 108, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #6c001e hue: 0.95 , saturation: 1.00 and the lightness value of 6c001e is 0.21.

The process color (four color CMYK) of #6c001e color hex is 0.00, 1.00, 0.72, 0.58. Web safe color of #6c001e is #660033. Color #6c001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00000000 00011110
Octal 154 0 36
Decimal 108 0 30
Hex 6C 0 1E

RGB Percentages of Color #6c001e

%78.26
%0.00
%21.74

CMYK Percentages of Color #6c001e

%0
%100
%72
%58

Triadic Colors of #6c001e

#6c001e #1e6c00 #001e6c

Analogous Colors of #6c001e

#6c001e #6c1800 #6c0054

Monochromatic Colors of #6c001e

#6c001e

Complementary Color

#6c001e #006c4e

#6c001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c001e Color CSS Codes

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

#6c001e Text Font Color

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

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


#6c001e Background Color

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

This div background color is #6c001e


#6c001e Border Color

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

This div border color is #6c001e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c001e


Comments

No comments written yet.

Please login to write comment.