Color Hex Logo

#676bac Color Hex

#676BAC
(103,107,172)
0 Favorites   0 Comments

Color spaces of #676bac

RGB 103107172
HSL0.660.290.54
HSV237°40°67°
CMYK 0.400.380.00   0.33
XYZ18.297616.377541.2265
Yxy16.37750.24110.2158
Hunter Lab40.46919.8855-32.0712
CIE-Lab47.465915.1457-35.2650

#676bac color RGB value is (103,107,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101011 10101100
Octal 147 153 254
Decimal 103 107 172
Hex 67 6B AC

RGB Percentages of Color #676bac

%26.96
%28.01
%45.03

CMYK Percentages of Color #676bac

%40
%38
%0
%33

Triadic Colors of #676bac

#676bac #ac676b #6bac67

Analogous Colors of #676bac

#676bac #8667ac #678eac

Monochromatic Colors of #676bac

#676bac

Complementary Color

#676bac #aca867

#676bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#676bac Color CSS Codes

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

#676bac Text Font Color

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

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


#676bac Background Color

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

This div background color is #676bac


#676bac Border Color

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

This div border color is #676bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676bac


Comments

No comments written yet.

Please login to write comment.