Color Hex Logo

#6772ac Color Hex

#6772AC
(103,114,172)
0 Favorites   0 Comments

Color spaces of #6772ac

RGB 103114172
HSL0.640.290.54
HSV230°40°67°
CMYK 0.400.340.00   0.33
XYZ19.057217.896741.4797
Yxy17.89670.24300.2282
Hunter Lab42.30456.3773-28.5209
CIE-Lab49.370610.8769-32.2767

#6772ac color RGB value is (103,114,172).

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

The process color (four color CMYK) of #6772ac color hex is 0.40, 0.34, 0.00, 0.33. Web safe color of #6772ac is #666699. Color #6772ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110010 10101100
Octal 147 162 254
Decimal 103 114 172
Hex 67 72 AC

RGB Percentages of Color #6772ac

%26.48
%29.31
%44.22

CMYK Percentages of Color #6772ac

%40
%34
%0
%33

Triadic Colors of #6772ac

#6772ac #ac6772 #72ac67

Analogous Colors of #6772ac

#6772ac #7f67ac #6795ac

Monochromatic Colors of #6772ac

#6772ac

Complementary Color

#6772ac #aca167

#6772ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6772ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6772ac Color CSS Codes

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

#6772ac Text Font Color

<p style="color:#6772ac">Text here</p>

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


#6772ac Background Color

<div style="background-color:#6772ac">
Div content here</div>

This div background color is #6772ac


#6772ac Border Color

<div style="border:3px solid #6772ac">
Div here</div>

This div border color is #6772ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6772ac


Comments

No comments written yet.

Please login to write comment.