Color Hex Logo

#6f153a Color Hex

#6F153A
(111,21,58)
0 Favorites   0 Comments

Color spaces of #6f153a

RGB 1112158
HSL0.930.680.26
HSV335°81°44°
CMYK 0.000.810.48   0.56
XYZ7.58744.22134.4179
Yxy4.22130.46760.2601
Hunter Lab20.545829.96351.6331
CIE-Lab24.390041.19420.9128

#6f153a color RGB value is (111,21,58).

#6f153a hex color red value is 111, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #6f153a hue: 0.93 , saturation: 0.68 and the lightness value of 6f153a is 0.26.

The process color (four color CMYK) of #6f153a color hex is 0.00, 0.81, 0.48, 0.56. Web safe color of #6f153a is #660033. Color #6f153a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00010101 00111010
Octal 157 25 72
Decimal 111 21 58
Hex 6F 15 3A

RGB Percentages of Color #6f153a

%58.42
%11.05
%30.53

CMYK Percentages of Color #6f153a

%0
%81
%48
%56

Triadic Colors of #6f153a

#6f153a #3a6f15 #153a6f

Analogous Colors of #6f153a

#6f153a #6f1d15 #6f1567

Monochromatic Colors of #6f153a

#6f153a

Complementary Color

#6f153a #156f4a

#6f153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f153a Color CSS Codes

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

#6f153a Text Font Color

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

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


#6f153a Background Color

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

This div background color is #6f153a


#6f153a Border Color

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

This div border color is #6f153a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,21,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f153a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f153a;
  -webkit-box-shadow: 1px 1px 3px 2px #6f153a;
  box-shadow:         1px 1px 3px 2px #6f153a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,21,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f153a

#6f153a Color Palettes


Comments

No comments written yet.

Please login to write comment.