Color Hex Logo

#6d61bd Color Hex

#6D61BD
(109,97,189)
0 Favorites   0 Comments

Color spaces of #6d61bd

RGB 10997189
HSL0.690.410.56
HSV248°49°74°
CMYK 0.420.490.00   0.26
XYZ19.766715.474750.0892
Yxy15.47470.23160.1813
Hunter Lab39.337920.8522-47.9578
CIE-Lab46.277627.7962-47.0167

#6d61bd color RGB value is (109,97,189).

#6d61bd hex color red value is 109, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6d61bd hue: 0.69 , saturation: 0.41 and the lightness value of 6d61bd is 0.56.

The process color (four color CMYK) of #6d61bd color hex is 0.42, 0.49, 0.00, 0.26. Web safe color of #6d61bd is #6666cc. Color #6d61bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100001 10111101
Octal 155 141 275
Decimal 109 97 189
Hex 6D 61 BD

RGB Percentages of Color #6d61bd

%27.59
%24.56
%47.85

CMYK Percentages of Color #6d61bd

%42
%49
%0
%26

Triadic Colors of #6d61bd

#6d61bd #bd6d61 #61bd6d

Analogous Colors of #6d61bd

#6d61bd #9b61bd #6183bd

Monochromatic Colors of #6d61bd

#6d61bd

Complementary Color

#6d61bd #b1bd61

#6d61bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d61bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d61bd Color CSS Codes

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

#6d61bd Text Font Color

<p style="color:#6d61bd">Text here</p>

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


#6d61bd Background Color

<div style="background-color:#6d61bd">
Div content here</div>

This div background color is #6d61bd


#6d61bd Border Color

<div style="border:3px solid #6d61bd">
Div here</div>

This div border color is #6d61bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,97,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d61bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d61bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6d61bd;
  box-shadow:         1px 1px 3px 2px #6d61bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,97,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 #6d61bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d61bd


Comments

No comments written yet.

Please login to write comment.