Color Hex Logo

#6c092a Color Hex

#6C092A
(108,9,42)
0 Favorites   0 Comments

Color spaces of #6c092a

RGB 108942
HSL0.940.850.23
HSV340°92°42°
CMYK 0.000.920.61   0.58
XYZ6.69993.55072.5227
Yxy3.55070.52450.2780
Hunter Lab18.843330.49155.2527
CIE-Lab22.126742.20518.7195

#6c092a color RGB value is (108,9,42).

#6c092a hex color red value is 108, green value is 9 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6c092a hue: 0.94 , saturation: 0.85 and the lightness value of 6c092a is 0.23.

The process color (four color CMYK) of #6c092a color hex is 0.00, 0.92, 0.61, 0.58. Web safe color of #6c092a is #660033. Color #6c092a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00001001 00101010
Octal 154 11 52
Decimal 108 9 42
Hex 6C 9 2A

RGB Percentages of Color #6c092a

%67.92
%5.66
%26.42

CMYK Percentages of Color #6c092a

%0
%92
%61
%58

Triadic Colors of #6c092a

#6c092a #2a6c09 #092a6c

Analogous Colors of #6c092a

#6c092a #6c1909 #6c095c

Monochromatic Colors of #6c092a

#6c092a

Complementary Color

#6c092a #096c4b

#6c092a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c092a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c092a Color CSS Codes

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

#6c092a Text Font Color

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

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


#6c092a Background Color

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

This div background color is #6c092a


#6c092a Border Color

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

This div border color is #6c092a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c092a


Comments

No comments written yet.

Please login to write comment.