Color Hex Logo

#677394 Color Hex

#677394
(103,115,148)
0 Favorites   0 Comments

Color spaces of #677394

RGB 103115148
HSL0.620.180.49
HSV224°30°58°
CMYK 0.300.220.00   0.42
XYZ17.069517.283230.4533
Yxy17.28320.26340.2667
Hunter Lab41.57310.5375-14.3302
CIE-Lab48.61493.5838-19.3891

#677394 color RGB value is (103,115,148).

#677394 hex color red value is 103, green value is 115 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #677394 hue: 0.62 , saturation: 0.18 and the lightness value of 677394 is 0.49.

The process color (four color CMYK) of #677394 color hex is 0.30, 0.22, 0.00, 0.42. Web safe color of #677394 is #666699. Color #677394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110011 10010100
Octal 147 163 224
Decimal 103 115 148
Hex 67 73 94

RGB Percentages of Color #677394

%28.14
%31.42
%40.44

CMYK Percentages of Color #677394

%30
%22
%0
%42

Triadic Colors of #677394

#677394 #946773 #739467

Analogous Colors of #677394

#677394 #726794 #678a94

Monochromatic Colors of #677394

#677394

Complementary Color

#677394 #948867

#677394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#677394 Color CSS Codes

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

#677394 Text Font Color

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

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


#677394 Background Color

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

This div background color is #677394


#677394 Border Color

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

This div border color is #677394


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,115,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677394; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677394;
  -webkit-box-shadow: 1px 1px 3px 2px #677394;
  box-shadow:         1px 1px 3px 2px #677394; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677394


Comments

No comments written yet.

Please login to write comment.