Color Hex Logo

#694684 Color Hex

#694684
(105,70,132)
0 Favorites   0 Comments

Color spaces of #694684

RGB 10570132
HSL0.760.310.40
HSV274°47°52°
CMYK 0.200.470.00   0.48
XYZ12.18079.049522.9345
Yxy9.04950.27580.2049
Hunter Lab30.082419.6325-24.1444
CIE-Lab36.079427.6053-29.2059

#694684 color RGB value is (105,70,132).

#694684 hex color red value is 105, green value is 70 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #694684 hue: 0.76 , saturation: 0.31 and the lightness value of 694684 is 0.40.

The process color (four color CMYK) of #694684 color hex is 0.20, 0.47, 0.00, 0.48. Web safe color of #694684 is #663399. Color #694684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000110 10000100
Octal 151 106 204
Decimal 105 70 132
Hex 69 46 84

RGB Percentages of Color #694684

%34.20
%22.80
%43.00

CMYK Percentages of Color #694684

%20
%47
%0
%48

Triadic Colors of #694684

#694684 #846946 #468469

Analogous Colors of #694684

#694684 #844680 #4a4684

Monochromatic Colors of #694684

#694684

Complementary Color

#694684 #618446

#694684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694684 Color CSS Codes

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

#694684 Text Font Color

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

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


#694684 Background Color

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

This div background color is #694684


#694684 Border Color

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

This div border color is #694684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694684


Comments

No comments written yet.

Please login to write comment.