Color Hex Logo

#6a384b Color Hex

#6A384B
(106,56,75)
0 Favorites   0 Comments

Color spaces of #6a384b

RGB 1065675
HSL0.940.310.32
HSV337°47°42°
CMYK 0.000.470.29   0.58
XYZ8.62806.40057.4373
Yxy6.40050.38410.2849
Hunter Lab25.299216.60170.2798
CIE-Lab30.401224.7073-1.7531

#6a384b color RGB value is (106,56,75).

#6a384b hex color red value is 106, green value is 56 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6a384b hue: 0.94 , saturation: 0.31 and the lightness value of 6a384b is 0.32.

The process color (four color CMYK) of #6a384b color hex is 0.00, 0.47, 0.29, 0.58. Web safe color of #6a384b is #663333. Color #6a384b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00111000 01001011
Octal 152 70 113
Decimal 106 56 75
Hex 6A 38 4B

RGB Percentages of Color #6a384b

%44.73
%23.63
%31.65

CMYK Percentages of Color #6a384b

%0
%47
%29
%58

Triadic Colors of #6a384b

#6a384b #4b6a38 #384b6a

Analogous Colors of #6a384b

#6a384b #6a3e38 #6a3864

Monochromatic Colors of #6a384b

#6a384b

Complementary Color

#6a384b #386a57

#6a384b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a384b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a384b Color CSS Codes

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

#6a384b Text Font Color

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

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


#6a384b Background Color

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

This div background color is #6a384b


#6a384b Border Color

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

This div border color is #6a384b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,56,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a384b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a384b;
  -webkit-box-shadow: 1px 1px 3px 2px #6a384b;
  box-shadow:         1px 1px 3px 2px #6a384b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,56,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a384b


Comments

No comments written yet.

Please login to write comment.