Color Hex Logo

#677dbf Color Hex

#677DBF
(103,125,191)
0 Favorites   0 Comments

Color spaces of #677dbf

RGB 103125191
HSL0.630.410.58
HSV225°46°75°
CMYK 0.460.350.00   0.25
XYZ22.331121.312452.2269
Yxy21.31240.23290.2223
Hunter Lab46.16545.5546-34.7591
CIE-Lab53.28979.8650-37.0928

#677dbf color RGB value is (103,125,191).

#677dbf hex color red value is 103, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #677dbf hue: 0.63 , saturation: 0.41 and the lightness value of 677dbf is 0.58.

The process color (four color CMYK) of #677dbf color hex is 0.46, 0.35, 0.00, 0.25. Web safe color of #677dbf is #6666cc. Color #677dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111101 10111111
Octal 147 175 277
Decimal 103 125 191
Hex 67 7D BF

RGB Percentages of Color #677dbf

%24.58
%29.83
%45.58

CMYK Percentages of Color #677dbf

%46
%35
%0
%25

Triadic Colors of #677dbf

#677dbf #bf677d #7dbf67

Analogous Colors of #677dbf

#677dbf #7d67bf #67a9bf

Monochromatic Colors of #677dbf

#677dbf

Complementary Color

#677dbf #bfa967

#677dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#677dbf Color CSS Codes

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

#677dbf Text Font Color

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

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


#677dbf Background Color

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

This div background color is #677dbf


#677dbf Border Color

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

This div border color is #677dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677dbf


Comments

No comments written yet.

Please login to write comment.