Color Hex Logo

#676dac Color Hex

#676DAC
(103,109,172)
0 Favorites   0 Comments

Color spaces of #676dac

RGB 103109172
HSL0.650.290.54
HSV235°40°67°
CMYK 0.400.370.00   0.33
XYZ18.508616.799441.2968
Yxy16.79940.24160.2193
Hunter Lab40.98718.8782-31.0471
CIE-Lab48.006313.9220-34.4155

#676dac color RGB value is (103,109,172).

#676dac hex color red value is 103, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #676dac hue: 0.65 , saturation: 0.29 and the lightness value of 676dac is 0.54.

The process color (four color CMYK) of #676dac color hex is 0.40, 0.37, 0.00, 0.33. Web safe color of #676dac is #666699. Color #676dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101101 10101100
Octal 147 155 254
Decimal 103 109 172
Hex 67 6D AC

RGB Percentages of Color #676dac

%26.82
%28.39
%44.79

CMYK Percentages of Color #676dac

%40
%37
%0
%33

Triadic Colors of #676dac

#676dac #ac676d #6dac67

Analogous Colors of #676dac

#676dac #8467ac #6790ac

Monochromatic Colors of #676dac

#676dac

Complementary Color

#676dac #aca667

#676dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#676dac Color CSS Codes

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

#676dac Text Font Color

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

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


#676dac Background Color

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

This div background color is #676dac


#676dac Border Color

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

This div border color is #676dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676dac


Comments

No comments written yet.

Please login to write comment.