Color Hex Logo

#677dbd Color Hex

#677DBD
(103,125,189)
0 Favorites   0 Comments

Color spaces of #677dbd

RGB 103125189
HSL0.620.390.57
HSV225°46°74°
CMYK 0.460.340.00   0.26
XYZ22.112421.224951.0755
Yxy21.22490.23420.2248
Hunter Lab46.07055.0511-33.4818
CIE-Lab53.19489.2637-36.0974

#677dbd color RGB value is (103,125,189).

#677dbd hex color red value is 103, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #677dbd hue: 0.62 , saturation: 0.39 and the lightness value of 677dbd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111101 10111101
Octal 147 175 275
Decimal 103 125 189
Hex 67 7D BD

RGB Percentages of Color #677dbd

%24.70
%29.98
%45.32

CMYK Percentages of Color #677dbd

%46
%34
%0
%26

Triadic Colors of #677dbd

#677dbd #bd677d #7dbd67

Analogous Colors of #677dbd

#677dbd #7c67bd #67a8bd

Monochromatic Colors of #677dbd

#677dbd

Complementary Color

#677dbd #bda767

#677dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#677dbd Color CSS Codes

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

#677dbd Text Font Color

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

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


#677dbd Background Color

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

This div background color is #677dbd


#677dbd Border Color

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

This div border color is #677dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677dbd


Comments

No comments written yet.

Please login to write comment.