Color Hex Logo

#676dbb Color Hex

#676DBB
(103,109,187)
0 Favorites   0 Comments

Color spaces of #676dbb

RGB 103109187
HSL0.650.380.57
HSV236°45°73°
CMYK 0.450.420.00   0.27
XYZ20.031817.408749.3181
Yxy17.40870.23090.2007
Hunter Lab41.723712.6823-40.8751
CIE-Lab48.770918.3677-41.9216

#676dbb color RGB value is (103,109,187).

#676dbb hex color red value is 103, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #676dbb hue: 0.65 , saturation: 0.38 and the lightness value of 676dbb is 0.57.

The process color (four color CMYK) of #676dbb color hex is 0.45, 0.42, 0.00, 0.27. Web safe color of #676dbb is #6666cc. Color #676dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101101 10111011
Octal 147 155 273
Decimal 103 109 187
Hex 67 6D BB

RGB Percentages of Color #676dbb

%25.81
%27.32
%46.87

CMYK Percentages of Color #676dbb

%45
%42
%0
%27

Triadic Colors of #676dbb

#676dbb #bb676d #6dbb67

Analogous Colors of #676dbb

#676dbb #8b67bb #6797bb

Monochromatic Colors of #676dbb

#676dbb

Complementary Color

#676dbb #bbb567

#676dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#676dbb Color CSS Codes

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

#676dbb Text Font Color

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

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


#676dbb Background Color

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

This div background color is #676dbb


#676dbb Border Color

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

This div border color is #676dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676dbb


Comments

No comments written yet.

Please login to write comment.