Color Hex Logo

#676dcf Color Hex

#676DCF
(103,109,207)
0 Favorites   0 Comments

Color spaces of #676dcf

RGB 103109207
HSL0.660.520.61
HSV237°50°81°
CMYK 0.500.470.00   0.19
XYZ22.324618.325861.3921
Yxy18.32580.21880.1796
Hunter Lab42.808618.1722-55.0620
CIE-Lab49.888924.4937-51.6254

#676dcf color RGB value is (103,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101101 11001111
Octal 147 155 317
Decimal 103 109 207
Hex 67 6D CF

RGB Percentages of Color #676dcf

%24.58
%26.01
%49.40

CMYK Percentages of Color #676dcf

%50
%47
%0
%19

Triadic Colors of #676dcf

#676dcf #cf676d #6dcf67

Analogous Colors of #676dcf

#676dcf #9567cf #67a1cf

Monochromatic Colors of #676dcf

#676dcf

Complementary Color

#676dcf #cfc967

#676dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#676dcf Color CSS Codes

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

#676dcf Text Font Color

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

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


#676dcf Background Color

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

This div background color is #676dcf


#676dcf Border Color

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

This div border color is #676dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676dcf


Comments

No comments written yet.

Please login to write comment.