Color Hex Logo

#676fae Color Hex

#676FAE
(103,111,174)
0 Favorites   0 Comments

Color spaces of #676fae

RGB 103111174
HSL0.650.300.54
HSV233°41°68°
CMYK 0.410.360.00   0.32
XYZ18.917917.308442.3882
Yxy17.30840.24060.2202
Hunter Lab41.60348.3617-31.2861
CIE-Lab48.646313.2841-34.5763

#676fae color RGB value is (103,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101111 10101110
Octal 147 157 256
Decimal 103 111 174
Hex 67 6F AE

RGB Percentages of Color #676fae

%26.55
%28.61
%44.85

CMYK Percentages of Color #676fae

%41
%36
%0
%32

Triadic Colors of #676fae

#676fae #ae676f #6fae67

Analogous Colors of #676fae

#676fae #8367ae #6793ae

Monochromatic Colors of #676fae

#676fae

Complementary Color

#676fae #aea667

#676fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#676fae Color CSS Codes

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

#676fae Text Font Color

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

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


#676fae Background Color

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

This div background color is #676fae


#676fae Border Color

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

This div border color is #676fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676fae


Comments

No comments written yet.

Please login to write comment.