Color Hex Logo

#676faf Color Hex

#676FAF
(103,111,175)
0 Favorites   0 Comments

Color spaces of #676faf

RGB 103111175
HSL0.650.310.55
HSV233°41°69°
CMYK 0.410.370.00   0.31
XYZ19.015817.347642.9036
Yxy17.34760.23990.2189
Hunter Lab41.65058.6071-31.9186
CIE-Lab48.695113.5766-35.0817

#676faf color RGB value is (103,111,175).

#676faf hex color red value is 103, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #676faf hue: 0.65 , saturation: 0.31 and the lightness value of 676faf is 0.55.

The process color (four color CMYK) of #676faf color hex is 0.41, 0.37, 0.00, 0.31. Web safe color of #676faf is #666699. Color #676faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101111 10101111
Octal 147 157 257
Decimal 103 111 175
Hex 67 6F AF

RGB Percentages of Color #676faf

%26.48
%28.53
%44.99

CMYK Percentages of Color #676faf

%41
%37
%0
%31

Triadic Colors of #676faf

#676faf #af676f #6faf67

Analogous Colors of #676faf

#676faf #8367af #6793af

Monochromatic Colors of #676faf

#676faf

Complementary Color

#676faf #afa767

#676faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#676faf Color CSS Codes

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

#676faf Text Font Color

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

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


#676faf Background Color

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

This div background color is #676faf


#676faf Border Color

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

This div border color is #676faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676faf


Comments

No comments written yet.

Please login to write comment.