Color Hex Logo

#687aa3 Color Hex

#687AA3
(104,122,163)
0 Favorites   0 Comments

Color spaces of #687aa3

RGB 104122163
HSL0.620.240.52
HSV222°36°64°
CMYK 0.360.250.00   0.36
XYZ19.279319.506537.3993
Yxy19.50650.25310.2560
Hunter Lab44.16620.6276-19.2896
CIE-Lab51.27463.8024-24.0748

#687aa3 color RGB value is (104,122,163).

#687aa3 hex color red value is 104, green value is 122 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #687aa3 hue: 0.62 , saturation: 0.24 and the lightness value of 687aa3 is 0.52.

The process color (four color CMYK) of #687aa3 color hex is 0.36, 0.25, 0.00, 0.36. Web safe color of #687aa3 is #666699. Color #687aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111010 10100011
Octal 150 172 243
Decimal 104 122 163
Hex 68 7A A3

RGB Percentages of Color #687aa3

%26.74
%31.36
%41.90

CMYK Percentages of Color #687aa3

%36
%25
%0
%36

Triadic Colors of #687aa3

#687aa3 #a3687a #7aa368

Analogous Colors of #687aa3

#687aa3 #7468a3 #6898a3

Monochromatic Colors of #687aa3

#687aa3

Complementary Color

#687aa3 #a39168

#687aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687aa3 Color CSS Codes

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

#687aa3 Text Font Color

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

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


#687aa3 Background Color

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

This div background color is #687aa3


#687aa3 Border Color

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

This div border color is #687aa3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,122,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #687aa3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #687aa3;
  -webkit-box-shadow: 1px 1px 3px 2px #687aa3;
  box-shadow:         1px 1px 3px 2px #687aa3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,122,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687aa3


Comments

No comments written yet.

Please login to write comment.