Color Hex Logo

#6d65bd Color Hex

#6D65BD
(109,101,189)
0 Favorites   0 Comments

Color spaces of #6d65bd

RGB 109101189
HSL0.680.400.57
HSV245°47°74°
CMYK 0.420.470.00   0.26
XYZ20.145716.232750.2155
Yxy16.23270.23260.1875
Hunter Lab40.289818.7463-45.6936
CIE-Lab47.278325.3642-45.4211

#6d65bd color RGB value is (109,101,189).

#6d65bd hex color red value is 109, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6d65bd hue: 0.68 , saturation: 0.40 and the lightness value of 6d65bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100101 10111101
Octal 155 145 275
Decimal 109 101 189
Hex 6D 65 BD

RGB Percentages of Color #6d65bd

%27.32
%25.31
%47.37

CMYK Percentages of Color #6d65bd

%42
%47
%0
%26

Triadic Colors of #6d65bd

#6d65bd #bd6d65 #65bd6d

Analogous Colors of #6d65bd

#6d65bd #9965bd #6589bd

Monochromatic Colors of #6d65bd

#6d65bd

Complementary Color

#6d65bd #b5bd65

#6d65bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d65bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d65bd Color CSS Codes

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

#6d65bd Text Font Color

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

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


#6d65bd Background Color

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

This div background color is #6d65bd


#6d65bd Border Color

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

This div border color is #6d65bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d65bd


Comments

No comments written yet.

Please login to write comment.