Color Hex Logo

#6d7993 Color Hex

#6D7993
(109,121,147)
1 Favorites   0 Comments

Color spaces of #6d7993

RGB 109121147
HSL0.610.150.50
HSV221°26°58°
CMYK 0.260.180.00   0.42
XYZ18.410519.032530.3071
Yxy19.03250.27170.2809
Hunter Lab43.6263-1.0180-10.6503
CIE-Lab50.72521.6895-15.5410

#6d7993 color RGB value is (109,121,147).

#6d7993 hex color red value is 109, green value is 121 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #6d7993 hue: 0.61 , saturation: 0.15 and the lightness value of 6d7993 is 0.50.

The process color (four color CMYK) of #6d7993 color hex is 0.26, 0.18, 0.00, 0.42. Web safe color of #6d7993 is #666699. Color #6d7993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01111001 10010011
Octal 155 171 223
Decimal 109 121 147
Hex 6D 79 93

RGB Percentages of Color #6d7993

%28.91
%32.10
%38.99

CMYK Percentages of Color #6d7993

%26
%18
%0
%42

Triadic Colors of #6d7993

#6d7993 #936d79 #79936d

Analogous Colors of #6d7993

#6d7993 #746d93 #6d8c93

Monochromatic Colors of #6d7993

#6d7993

Complementary Color

#6d7993 #93876d

#6d7993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d7993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d7993 Color CSS Codes

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

#6d7993 Text Font Color

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

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


#6d7993 Background Color

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

This div background color is #6d7993


#6d7993 Border Color

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

This div border color is #6d7993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d7993


Comments

No comments written yet.

Please login to write comment.