Color Hex Logo

#6d7cdd Color Hex

#6D7CDD
(109,124,221)
0 Favorites   0 Comments

Color spaces of #6d7cdd

RGB 109124221
HSL0.640.620.65
HSV232°51°87°
CMYK 0.510.440.00   0.13
XYZ26.565522.887071.4241
Yxy22.88700.21980.1893
Hunter Lab47.840415.3995-55.0298
CIE-Lab54.955821.0675-51.4392

#6d7cdd color RGB value is (109,124,221).

#6d7cdd hex color red value is 109, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6d7cdd hue: 0.64 , saturation: 0.62 and the lightness value of 6d7cdd is 0.65.

The process color (four color CMYK) of #6d7cdd color hex is 0.51, 0.44, 0.00, 0.13. Web safe color of #6d7cdd is #6666cc. Color #6d7cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01111100 11011101
Octal 155 174 335
Decimal 109 124 221
Hex 6D 7C DD

RGB Percentages of Color #6d7cdd

%24.01
%27.31
%48.68

CMYK Percentages of Color #6d7cdd

%51
%44
%0
%13

Triadic Colors of #6d7cdd

#6d7cdd #dd6d7c #7cdd6d

Analogous Colors of #6d7cdd

#6d7cdd #966ddd #6db4dd

Monochromatic Colors of #6d7cdd

#6d7cdd

Complementary Color

#6d7cdd #ddce6d

#6d7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d7cdd Color CSS Codes

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

#6d7cdd Text Font Color

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

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


#6d7cdd Background Color

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

This div background color is #6d7cdd


#6d7cdd Border Color

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

This div border color is #6d7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d7cdd


Comments

No comments written yet.

Please login to write comment.