Color Hex Logo

#677fad Color Hex

#677FAD
(103,127,173)
0 Favorites   0 Comments

Color spaces of #677fad

RGB 103127173
HSL0.610.300.54
HSV219°40°68°
CMYK 0.400.270.00   0.32
XYZ20.725721.079442.5115
Yxy21.07940.24580.2500
Hunter Lab45.91230.2318-22.7597
CIE-Lab53.03633.3793-27.1488

#677fad color RGB value is (103,127,173).

#677fad hex color red value is 103, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #677fad hue: 0.61 , saturation: 0.30 and the lightness value of 677fad is 0.54.

The process color (four color CMYK) of #677fad color hex is 0.40, 0.27, 0.00, 0.32. Web safe color of #677fad is #666699. Color #677fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111111 10101101
Octal 147 177 255
Decimal 103 127 173
Hex 67 7F AD

RGB Percentages of Color #677fad

%25.56
%31.51
%42.93

CMYK Percentages of Color #677fad

%40
%27
%0
%32

Triadic Colors of #677fad

#677fad #ad677f #7fad67

Analogous Colors of #677fad

#677fad #7267ad #67a2ad

Monochromatic Colors of #677fad

#677fad

Complementary Color

#677fad #ad9567

#677fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#677fad Color CSS Codes

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

#677fad Text Font Color

<p style="color:#677fad">Text here</p>

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


#677fad Background Color

<div style="background-color:#677fad">
Div content here</div>

This div background color is #677fad


#677fad Border Color

<div style="border:3px solid #677fad">
Div here</div>

This div border color is #677fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,127,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677fad;
  -webkit-box-shadow: 1px 1px 3px 2px #677fad;
  box-shadow:         1px 1px 3px 2px #677fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677fad


Comments

No comments written yet.

Please login to write comment.