Color Hex Logo

#68476b Color Hex

#68476B
(104,71,107)
0 Favorites   0 Comments

Color spaces of #68476b

RGB 10471107
HSL0.820.200.35
HSV295°34°42°
CMYK 0.030.340.00   0.58
XYZ10.61608.511114.9932
Yxy8.51110.31110.2494
Hunter Lab29.173813.8999-10.0491
CIE-Lab35.025420.8560-15.3032

#68476b color RGB value is (104,71,107).

#68476b hex color red value is 104, green value is 71 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #68476b hue: 0.82 , saturation: 0.20 and the lightness value of 68476b is 0.35.

The process color (four color CMYK) of #68476b color hex is 0.03, 0.34, 0.00, 0.58. Web safe color of #68476b is #663366. Color #68476b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000111 01101011
Octal 150 107 153
Decimal 104 71 107
Hex 68 47 6B

RGB Percentages of Color #68476b

%36.88
%25.18
%37.94

CMYK Percentages of Color #68476b

%3
%34
%0
%58

Triadic Colors of #68476b

#68476b #6b6847 #476b68

Analogous Colors of #68476b

#68476b #6b475c #56476b

Monochromatic Colors of #68476b

#68476b

Complementary Color

#68476b #4a6b47

#68476b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68476b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68476b Color CSS Codes

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

#68476b Text Font Color

<p style="color:#68476b">Text here</p>

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


#68476b Background Color

<div style="background-color:#68476b">
Div content here</div>

This div background color is #68476b


#68476b Border Color

<div style="border:3px solid #68476b">
Div here</div>

This div border color is #68476b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,71,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68476b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68476b;
  -webkit-box-shadow: 1px 1px 3px 2px #68476b;
  box-shadow:         1px 1px 3px 2px #68476b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68476b


Comments

No comments written yet.

Please login to write comment.