Color Hex Logo

#690631 Color Hex

#690631
(105,6,49)
0 Favorites   0 Comments

Color spaces of #690631

RGB 105649
HSL0.930.890.22
HSV334°94°41°
CMYK 0.000.940.53   0.59
XYZ6.44523.35533.2137
Yxy3.35530.49520.2578
Hunter Lab18.317530.75152.4201
CIE-Lab21.414142.62562.6990

#690631 color RGB value is (105,6,49).

#690631 hex color red value is 105, green value is 6 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #690631 hue: 0.93 , saturation: 0.89 and the lightness value of 690631 is 0.22.

The process color (four color CMYK) of #690631 color hex is 0.00, 0.94, 0.53, 0.59. Web safe color of #690631 is #660033. Color #690631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00000110 00110001
Octal 151 6 61
Decimal 105 6 49
Hex 69 6 31

RGB Percentages of Color #690631

%65.63
%3.75
%30.63

CMYK Percentages of Color #690631

%0
%94
%53
%59

Triadic Colors of #690631

#690631 #316906 #063169

Analogous Colors of #690631

#690631 #690d06 #690662

Monochromatic Colors of #690631

#690631

Complementary Color

#690631 #06693e

#690631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690631 Color CSS Codes

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

#690631 Text Font Color

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

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


#690631 Background Color

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

This div background color is #690631


#690631 Border Color

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

This div border color is #690631


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,6,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #690631; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #690631;
  -webkit-box-shadow: 1px 1px 3px 2px #690631;
  box-shadow:         1px 1px 3px 2px #690631; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690631


Comments

No comments written yet.

Please login to write comment.