Color Hex Logo

#6b435e Color Hex

#6B435E
(107,67,94)
0 Favorites   0 Comments

Color spaces of #6b435e

RGB 1076794
HSL0.890.230.34
HSV320°37°42°
CMYK 0.000.370.12   0.58
XYZ10.09097.948311.5920
Yxy7.94830.34050.2682
Hunter Lab28.192714.5524-4.6433
CIE-Lab33.875021.7774-8.7987

#6b435e color RGB value is (107,67,94).

#6b435e hex color red value is 107, green value is 67 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6b435e hue: 0.89 , saturation: 0.23 and the lightness value of 6b435e is 0.34.

The process color (four color CMYK) of #6b435e color hex is 0.00, 0.37, 0.12, 0.58. Web safe color of #6b435e is #663366. Color #6b435e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000011 01011110
Octal 153 103 136
Decimal 107 67 94
Hex 6B 43 5E

RGB Percentages of Color #6b435e

%39.93
%25.00
%35.07

CMYK Percentages of Color #6b435e

%0
%37
%12
%58

Triadic Colors of #6b435e

#6b435e #5e6b43 #435e6b

Analogous Colors of #6b435e

#6b435e #6b434a #64436b

Monochromatic Colors of #6b435e

#6b435e

Complementary Color

#6b435e #436b50

#6b435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b435e Color CSS Codes

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

#6b435e Text Font Color

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

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


#6b435e Background Color

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

This div background color is #6b435e


#6b435e Border Color

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

This div border color is #6b435e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b435e


Comments

No comments written yet.

Please login to write comment.