Color Hex Logo

#690914 Color Hex

#690914
(105,9,20)
0 Favorites   0 Comments

Color spaces of #690914

RGB 105920
HSL0.980.840.22
HSV353°91°41°
CMYK 0.000.910.81   0.59
XYZ6.04973.24910.9701
Yxy3.24910.58910.3164
Hunter Lab18.025328.36469.4268
CIE-Lab21.015140.086422.3573

#690914 color RGB value is (105,9,20).

#690914 hex color red value is 105, green value is 9 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #690914 hue: 0.98 , saturation: 0.84 and the lightness value of 690914 is 0.22.

The process color (four color CMYK) of #690914 color hex is 0.00, 0.91, 0.81, 0.59. Web safe color of #690914 is #660000. Color #690914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001001 00010100
Octal 151 11 24
Decimal 105 9 20
Hex 69 9 14

RGB Percentages of Color #690914

%78.36
%6.72
%14.93

CMYK Percentages of Color #690914

%0
%91
%81
%59

Triadic Colors of #690914

#690914 #146909 #091469

Analogous Colors of #690914

#690914 #692e09 #690944

Monochromatic Colors of #690914

#690914

Complementary Color

#690914 #09695e

#690914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#690914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#690914 Color CSS Codes

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

#690914 Text Font Color

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

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


#690914 Background Color

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

This div background color is #690914


#690914 Border Color

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

This div border color is #690914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #690914


Comments

No comments written yet.

Please login to write comment.