Color Hex Logo

#690d2e Color Hex

#690D2E
(105,13,46)
0 Favorites   0 Comments

Color spaces of #690d2e

RGB 1051346
HSL0.940.780.23
HSV338°88°41°
CMYK 0.000.880.56   0.59
XYZ6.46283.48842.9175
Yxy3.48840.50220.2711
Hunter Lab18.677329.08033.8126
CIE-Lab21.902440.70625.5013

#690d2e color RGB value is (105,13,46).

#690d2e hex color red value is 105, green value is 13 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #690d2e hue: 0.94 , saturation: 0.78 and the lightness value of 690d2e is 0.23.

The process color (four color CMYK) of #690d2e color hex is 0.00, 0.88, 0.56, 0.59. Web safe color of #690d2e is #660033. Color #690d2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001101 00101110
Octal 151 15 56
Decimal 105 13 46
Hex 69 D 2E

RGB Percentages of Color #690d2e

%64.02
%7.93
%28.05

CMYK Percentages of Color #690d2e

%0
%88
%56
%59

Triadic Colors of #690d2e

#690d2e #2e690d #0d2e69

Analogous Colors of #690d2e

#690d2e #691a0d #690d5c

Monochromatic Colors of #690d2e

#690d2e

Complementary Color

#690d2e #0d6948

#690d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#690d2e Color CSS Codes

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

#690d2e Text Font Color

<p style="color:#690d2e">Text here</p>

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


#690d2e Background Color

<div style="background-color:#690d2e">
Div content here</div>

This div background color is #690d2e


#690d2e Border Color

<div style="border:3px solid #690d2e">
Div here</div>

This div border color is #690d2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,13,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #690d2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #690d2e;
  -webkit-box-shadow: 1px 1px 3px 2px #690d2e;
  box-shadow:         1px 1px 3px 2px #690d2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,13,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690d2e


Comments

No comments written yet.

Please login to write comment.