Color Hex Logo

#681f6b Color Hex

#681F6B
(104,31,107)
0 Favorites   0 Comments

Color spaces of #681f6b

RGB 10431107
HSL0.830.550.27
HSV298°71°42°
CMYK 0.030.710.00   0.58
XYZ8.85274.984614.4054
Yxy4.98460.31350.1765
Hunter Lab22.326231.7072-22.6269
CIE-Lab26.690842.6343-28.3055

#681f6b color RGB value is (104,31,107).

#681f6b hex color red value is 104, green value is 31 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #681f6b hue: 0.83 , saturation: 0.55 and the lightness value of 681f6b is 0.27.

The process color (four color CMYK) of #681f6b color hex is 0.03, 0.71, 0.00, 0.58. Web safe color of #681f6b is #663366. Color #681f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 01101011
Octal 150 37 153
Decimal 104 31 107
Hex 68 1F 6B

RGB Percentages of Color #681f6b

%42.98
%12.81
%44.21

CMYK Percentages of Color #681f6b

%3
%71
%0
%58

Triadic Colors of #681f6b

#681f6b #6b681f #1f6b68

Analogous Colors of #681f6b

#681f6b #6b1f48 #421f6b

Monochromatic Colors of #681f6b

#681f6b

Complementary Color

#681f6b #226b1f

#681f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#681f6b Color CSS Codes

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

#681f6b Text Font Color

<p style="color:#681f6b">Text here</p>

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


#681f6b Background Color

<div style="background-color:#681f6b">
Div content here</div>

This div background color is #681f6b


#681f6b Border Color

<div style="border:3px solid #681f6b">
Div here</div>

This div border color is #681f6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,31,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 #681f6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681f6b


Comments

No comments written yet.

Please login to write comment.