Color Hex Logo

#677cbd Color Hex

#677CBD
(103,124,189)
0 Favorites   0 Comments

Color spaces of #677cbd

RGB 103124189
HSL0.630.390.57
HSV225°46°74°
CMYK 0.460.340.00   0.26
XYZ21.986520.973051.0335
Yxy20.97300.23390.2231
Hunter Lab45.79635.5532-34.0129
CIE-Lab52.91999.8636-36.5287

#677cbd color RGB value is (103,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111100 10111101
Octal 147 174 275
Decimal 103 124 189
Hex 67 7C BD

RGB Percentages of Color #677cbd

%24.76
%29.81
%45.43

CMYK Percentages of Color #677cbd

%46
%34
%0
%26

Triadic Colors of #677cbd

#677cbd #bd677c #7cbd67

Analogous Colors of #677cbd

#677cbd #7d67bd #67a7bd

Monochromatic Colors of #677cbd

#677cbd

Complementary Color

#677cbd #bda867

#677cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#677cbd Color CSS Codes

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

#677cbd Text Font Color

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

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


#677cbd Background Color

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

This div background color is #677cbd


#677cbd Border Color

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

This div border color is #677cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677cbd


Comments

No comments written yet.

Please login to write comment.