Color Hex Logo

#676eab Color Hex

#676EAB
(103,110,171)
0 Favorites   0 Comments

Color spaces of #676eab

RGB 103110171
HSL0.650.290.54
HSV234°40°67°
CMYK 0.400.360.00   0.33
XYZ18.520116.975740.8286
Yxy16.97570.24260.2224
Hunter Lab41.20168.1329-29.9122
CIE-Lab48.229413.0203-33.4816

#676eab color RGB value is (103,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101110 10101011
Octal 147 156 253
Decimal 103 110 171
Hex 67 6E AB

RGB Percentages of Color #676eab

%26.82
%28.65
%44.53

CMYK Percentages of Color #676eab

%40
%36
%0
%33

Triadic Colors of #676eab

#676eab #ab676e #6eab67

Analogous Colors of #676eab

#676eab #8267ab #6790ab

Monochromatic Colors of #676eab

#676eab

Complementary Color

#676eab #aba467

#676eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#676eab Color CSS Codes

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

#676eab Text Font Color

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

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


#676eab Background Color

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

This div background color is #676eab


#676eab Border Color

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

This div border color is #676eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676eab


Comments

No comments written yet.

Please login to write comment.