Color Hex Logo

#681a6b Color Hex

#681A6B
(104,26,107)
0 Favorites   0 Comments

Color spaces of #681a6b

RGB 10426107
HSL0.830.610.26
HSV298°76°42°
CMYK 0.030.760.00   0.58
XYZ8.73224.743414.3652
Yxy4.74340.31360.1704
Hunter Lab21.779333.4538-23.8609
CIE-Lab25.990844.6185-29.4175

#681a6b color RGB value is (104,26,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011010 01101011
Octal 150 32 153
Decimal 104 26 107
Hex 68 1A 6B

RGB Percentages of Color #681a6b

%43.88
%10.97
%45.15

CMYK Percentages of Color #681a6b

%3
%76
%0
%58

Triadic Colors of #681a6b

#681a6b #6b681a #1a6b68

Analogous Colors of #681a6b

#681a6b #6b1a45 #401a6b

Monochromatic Colors of #681a6b

#681a6b

Complementary Color

#681a6b #1d6b1a

#681a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#681a6b Color CSS Codes

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

#681a6b Text Font Color

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

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


#681a6b Background Color

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

This div background color is #681a6b


#681a6b Border Color

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

This div border color is #681a6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681a6b


Comments

No comments written yet.

Please login to write comment.