Color Hex Logo

#676dcc Color Hex

#676DCC
(103,109,204)
0 Favorites   0 Comments

Color spaces of #676dcc

RGB 103109204
HSL0.660.500.60
HSV236°50°80°
CMYK 0.500.470.00   0.20
XYZ21.961218.180559.4784
Yxy18.18050.22040.1825
Hunter Lab42.638617.3197-52.8591
CIE-Lab49.714323.5632-50.1914

#676dcc color RGB value is (103,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101101 11001100
Octal 147 155 314
Decimal 103 109 204
Hex 67 6D CC

RGB Percentages of Color #676dcc

%24.76
%26.20
%49.04

CMYK Percentages of Color #676dcc

%50
%47
%0
%20

Triadic Colors of #676dcc

#676dcc #cc676d #6dcc67

Analogous Colors of #676dcc

#676dcc #9467cc #67a0cc

Monochromatic Colors of #676dcc

#676dcc

Complementary Color

#676dcc #ccc667

#676dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#676dcc Color CSS Codes

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

#676dcc Text Font Color

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

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


#676dcc Background Color

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

This div background color is #676dcc


#676dcc Border Color

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

This div border color is #676dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,109,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 #676dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676dcc


Comments

No comments written yet.

Please login to write comment.