Color Hex Logo

#6b445f Color Hex

#6B445F
(107,68,95)
0 Favorites   0 Comments

Color spaces of #6b445f

RGB 1076895
HSL0.880.220.34
HSV318°36°42°
CMYK 0.000.360.11   0.58
XYZ10.19618.086311.8499
Yxy8.08630.33840.2684
Hunter Lab28.436414.2388-4.8016
CIE-Lab34.162021.3602-9.0017

#6b445f color RGB value is (107,68,95).

#6b445f hex color red value is 107, green value is 68 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6b445f hue: 0.88 , saturation: 0.22 and the lightness value of 6b445f is 0.34.

The process color (four color CMYK) of #6b445f color hex is 0.00, 0.36, 0.11, 0.58. Web safe color of #6b445f is #663366. Color #6b445f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000100 01011111
Octal 153 104 137
Decimal 107 68 95
Hex 6B 44 5F

RGB Percentages of Color #6b445f

%39.63
%25.19
%35.19

CMYK Percentages of Color #6b445f

%0
%36
%11
%58

Triadic Colors of #6b445f

#6b445f #5f6b44 #445f6b

Analogous Colors of #6b445f

#6b445f #6b444c #64446b

Monochromatic Colors of #6b445f

#6b445f

Complementary Color

#6b445f #446b50

#6b445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b445f Color CSS Codes

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

#6b445f Text Font Color

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

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


#6b445f Background Color

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

This div background color is #6b445f


#6b445f Border Color

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

This div border color is #6b445f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,68,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b445f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b445f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b445f;
  box-shadow:         1px 1px 3px 2px #6b445f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,68,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b445f


Comments

No comments written yet.

Please login to write comment.