Color Hex Logo

#676acc Color Hex

#676ACC
(103,106,204)
0 Favorites   0 Comments

Color spaces of #676acc

RGB 103106204
HSL0.660.500.60
HSV238°50°80°
CMYK 0.500.480.00   0.20
XYZ21.646617.551359.3736
Yxy17.55130.21960.1781
Hunter Lab41.894318.9152-54.7013
CIE-Lab48.947325.3971-51.4178

#676acc color RGB value is (103,106,204).

#676acc hex color red value is 103, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #676acc hue: 0.66 , saturation: 0.50 and the lightness value of 676acc is 0.60.

The process color (four color CMYK) of #676acc color hex is 0.50, 0.48, 0.00, 0.20. Web safe color of #676acc is #6666cc. Color #676acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101010 11001100
Octal 147 152 314
Decimal 103 106 204
Hex 67 6A CC

RGB Percentages of Color #676acc

%24.94
%25.67
%49.39

CMYK Percentages of Color #676acc

%50
%48
%0
%20

Triadic Colors of #676acc

#676acc #cc676a #6acc67

Analogous Colors of #676acc

#676acc #9767cc #679dcc

Monochromatic Colors of #676acc

#676acc

Complementary Color

#676acc #ccc967

#676acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#676acc Color CSS Codes

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

#676acc Text Font Color

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

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


#676acc Background Color

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

This div background color is #676acc


#676acc Border Color

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

This div border color is #676acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,106,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676acc;
  -webkit-box-shadow: 1px 1px 3px 2px #676acc;
  box-shadow:         1px 1px 3px 2px #676acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,106,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676acc


Comments

No comments written yet.

Please login to write comment.