Color Hex Logo

#676cbf Color Hex

#676CBF
(103,108,191)
0 Favorites   0 Comments

Color spaces of #676cbf

RGB 103108191
HSL0.660.410.58
HSV237°46°75°
CMYK 0.460.430.00   0.25
XYZ20.360117.370351.5699
Yxy17.37030.22800.1945
Hunter Lab41.677714.2636-44.1881
CIE-Lab48.723320.1898-44.3067

#676cbf color RGB value is (103,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101100 10111111
Octal 147 154 277
Decimal 103 108 191
Hex 67 6C BF

RGB Percentages of Color #676cbf

%25.62
%26.87
%47.51

CMYK Percentages of Color #676cbf

%46
%43
%0
%25

Triadic Colors of #676cbf

#676cbf #bf676c #6cbf67

Analogous Colors of #676cbf

#676cbf #8e67bf #6798bf

Monochromatic Colors of #676cbf

#676cbf

Complementary Color

#676cbf #bfba67

#676cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#676cbf Color CSS Codes

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

#676cbf Text Font Color

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

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


#676cbf Background Color

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

This div background color is #676cbf


#676cbf Border Color

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

This div border color is #676cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676cbf


Comments

No comments written yet.

Please login to write comment.