Color Hex Logo

#691599 Color Hex

#691599
(105,21,153)
0 Favorites   0 Comments

Color spaces of #691599

RGB 10521153
HSL0.770.760.34
HSV278°86°60°
CMYK 0.310.860.00   0.40
XYZ11.84365.839530.6399
Yxy5.83950.24510.1208
Hunter Lab24.165145.1963-58.2608
CIE-Lab29.003955.7561-53.4678

#691599 color RGB value is (105,21,153).

#691599 hex color red value is 105, green value is 21 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #691599 hue: 0.77 , saturation: 0.76 and the lightness value of 691599 is 0.34.

The process color (four color CMYK) of #691599 color hex is 0.31, 0.86, 0.00, 0.40. Web safe color of #691599 is #660099. Color #691599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00010101 10011001
Octal 151 25 231
Decimal 105 21 153
Hex 69 15 99

RGB Percentages of Color #691599

%37.63
%7.53
%54.84

CMYK Percentages of Color #691599

%31
%86
%0
%40

Triadic Colors of #691599

#691599 #996915 #159969

Analogous Colors of #691599

#691599 #991587 #271599

Monochromatic Colors of #691599

#691599

Complementary Color

#691599 #459915

#691599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#691599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#691599 Color CSS Codes

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

#691599 Text Font Color

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

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


#691599 Background Color

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

This div background color is #691599


#691599 Border Color

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

This div border color is #691599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #691599


Comments

No comments written yet.

Please login to write comment.