Color Hex Logo

#677fae Color Hex

#677FAE
(103,127,174)
0 Favorites   0 Comments

Color spaces of #677fae

RGB 103127174
HSL0.610.300.54
HSV220°41°68°
CMYK 0.410.270.00   0.32
XYZ20.822921.118343.0232
Yxy21.11830.24510.2486
Hunter Lab45.95470.4610-23.3396
CIE-Lab53.07873.6661-27.6598

#677fae color RGB value is (103,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111111 10101110
Octal 147 177 256
Decimal 103 127 174
Hex 67 7F AE

RGB Percentages of Color #677fae

%25.50
%31.44
%43.07

CMYK Percentages of Color #677fae

%41
%27
%0
%32

Triadic Colors of #677fae

#677fae #ae677f #7fae67

Analogous Colors of #677fae

#677fae #7367ae #67a3ae

Monochromatic Colors of #677fae

#677fae

Complementary Color

#677fae #ae9667

#677fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#677fae Color CSS Codes

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

#677fae Text Font Color

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

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


#677fae Background Color

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

This div background color is #677fae


#677fae Border Color

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

This div border color is #677fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677fae


Comments

No comments written yet.

Please login to write comment.