Color Hex Logo

#6b485d Color Hex

#6B485D
(107,72,93)
0 Favorites   0 Comments

Color spaces of #6b485d

RGB 1077293
HSL0.900.200.35
HSV324°33°42°
CMYK 0.000.330.13   0.58
XYZ10.35668.550811.4606
Yxy8.55080.34100.2816
Hunter Lab29.241812.0466-2.7681
CIE-Lab35.104618.5372-6.3191

#6b485d color RGB value is (107,72,93).

#6b485d hex color red value is 107, green value is 72 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6b485d hue: 0.90 , saturation: 0.20 and the lightness value of 6b485d is 0.35.

The process color (four color CMYK) of #6b485d color hex is 0.00, 0.33, 0.13, 0.58. Web safe color of #6b485d is #663366. Color #6b485d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01001000 01011101
Octal 153 110 135
Decimal 107 72 93
Hex 6B 48 5D

RGB Percentages of Color #6b485d

%39.34
%26.47
%34.19

CMYK Percentages of Color #6b485d

%0
%33
%13
%58

Triadic Colors of #6b485d

#6b485d #5d6b48 #485d6b

Analogous Colors of #6b485d

#6b485d #6b484c #68486b

Monochromatic Colors of #6b485d

#6b485d

Complementary Color

#6b485d #486b56

#6b485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b485d Color CSS Codes

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

#6b485d Text Font Color

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

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


#6b485d Background Color

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

This div background color is #6b485d


#6b485d Border Color

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

This div border color is #6b485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b485d


Comments

No comments written yet.

Please login to write comment.