Color Hex Logo

#690840 Color Hex

#690840
(105,8,64)
0 Favorites   0 Comments

Color spaces of #690840

RGB 105864
HSL0.900.860.22
HSV325°92°41°
CMYK 0.000.920.39   0.59
XYZ6.83793.54715.1747
Yxy3.54710.43950.2280
Hunter Lab18.833731.8483-3.1067
CIE-Lab22.113843.6691-6.7310

#690840 color RGB value is (105,8,64).

#690840 hex color red value is 105, green value is 8 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #690840 hue: 0.90 , saturation: 0.86 and the lightness value of 690840 is 0.22.

The process color (four color CMYK) of #690840 color hex is 0.00, 0.92, 0.39, 0.59. Web safe color of #690840 is #660033. Color #690840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001000 01000000
Octal 151 10 100
Decimal 105 8 64
Hex 69 8 40

RGB Percentages of Color #690840

%59.32
%4.52
%36.16

CMYK Percentages of Color #690840

%0
%92
%39
%59

Triadic Colors of #690840

#690840 #406908 #084069

Analogous Colors of #690840

#690840 #69080f #610869

Monochromatic Colors of #690840

#690840

Complementary Color

#690840 #086931

#690840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690840 Color CSS Codes

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

#690840 Text Font Color

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

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


#690840 Background Color

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

This div background color is #690840


#690840 Border Color

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

This div border color is #690840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690840


Comments

No comments written yet.

Please login to write comment.