Color Hex Logo

#6f141a Color Hex

#6F141A
(111,20,26)
0 Favorites   0 Comments

Color spaces of #6f141a

RGB 1112026
HSL0.990.690.26
HSV356°82°44°
CMYK 0.000.820.77   0.56
XYZ6.99223.95441.3720
Yxy3.95440.56760.3210
Hunter Lab19.885727.96429.8293
CIE-Lab23.520139.160021.5980

#6f141a color RGB value is (111,20,26).

#6f141a hex color red value is 111, green value is 20 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #6f141a hue: 0.99 , saturation: 0.69 and the lightness value of 6f141a is 0.26.

The process color (four color CMYK) of #6f141a color hex is 0.00, 0.82, 0.77, 0.56. Web safe color of #6f141a is #660033. Color #6f141a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00010100 00011010
Octal 157 24 32
Decimal 111 20 26
Hex 6F 14 1A

RGB Percentages of Color #6f141a

%70.70
%12.74
%16.56

CMYK Percentages of Color #6f141a

%0
%82
%77
%56

Triadic Colors of #6f141a

#6f141a #1a6f14 #141a6f

Analogous Colors of #6f141a

#6f141a #6f3c14 #6f1448

Monochromatic Colors of #6f141a

#6f141a

Complementary Color

#6f141a #146f69

#6f141a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f141a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f141a Color CSS Codes

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

#6f141a Text Font Color

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

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


#6f141a Background Color

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

This div background color is #6f141a


#6f141a Border Color

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

This div border color is #6f141a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f141a


Comments

No comments written yet.

Please login to write comment.