Color Hex Logo

#693a99 Color Hex

#693A99
(105,58,153)
0 Favorites   0 Comments

Color spaces of #693a99

RGB 10558153
HSL0.750.450.41
HSV270°62°60°
CMYK 0.310.620.00   0.40
XYZ13.08858.329331.0549
Yxy8.32930.24940.1587
Hunter Lab28.860530.4454-43.5957
CIE-Lab34.659539.8387-44.3058

#693a99 color RGB value is (105,58,153).

#693a99 hex color red value is 105, green value is 58 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #693a99 hue: 0.75 , saturation: 0.45 and the lightness value of 693a99 is 0.41.

The process color (four color CMYK) of #693a99 color hex is 0.31, 0.62, 0.00, 0.40. Web safe color of #693a99 is #663399. Color #693a99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111010 10011001
Octal 151 72 231
Decimal 105 58 153
Hex 69 3A 99

RGB Percentages of Color #693a99

%33.23
%18.35
%48.42

CMYK Percentages of Color #693a99

%31
%62
%0
%40

Triadic Colors of #693a99

#693a99 #99693a #3a9969

Analogous Colors of #693a99

#693a99 #993a99 #3a3b99

Monochromatic Colors of #693a99

#693a99

Complementary Color

#693a99 #6a993a

#693a99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693a99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693a99 Color CSS Codes

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

#693a99 Text Font Color

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

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


#693a99 Background Color

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

This div background color is #693a99


#693a99 Border Color

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

This div border color is #693a99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,58,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 #693a99">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693a99


Comments

No comments written yet.

Please login to write comment.