Color Hex Logo

#6b748d Color Hex

#6B748D
(107,116,141)
0 Favorites   0 Comments

Color spaces of #6b748d

RGB 107116141
HSL0.620.140.49
HSV224°24°55°
CMYK 0.240.180.00   0.45
XYZ17.116517.539727.6827
Yxy17.53970.27460.2814
Hunter Lab41.8804-0.3379-9.8740
CIE-Lab48.93302.4715-14.7474

#6b748d color RGB value is (107,116,141).

#6b748d hex color red value is 107, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #6b748d hue: 0.62 , saturation: 0.14 and the lightness value of 6b748d is 0.49.

The process color (four color CMYK) of #6b748d color hex is 0.24, 0.18, 0.00, 0.45. Web safe color of #6b748d is #666699. Color #6b748d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110100 10001101
Octal 153 164 215
Decimal 107 116 141
Hex 6B 74 8D

RGB Percentages of Color #6b748d

%29.40
%31.87
%38.74

CMYK Percentages of Color #6b748d

%24
%18
%0
%45

Triadic Colors of #6b748d

#6b748d #8d6b74 #748d6b

Analogous Colors of #6b748d

#6b748d #736b8d #6b858d

Monochromatic Colors of #6b748d

#6b748d

Complementary Color

#6b748d #8d846b

#6b748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b748d Color CSS Codes

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

#6b748d Text Font Color

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

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


#6b748d Background Color

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

This div background color is #6b748d


#6b748d Border Color

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

This div border color is #6b748d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,116,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b748d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b748d;
  -webkit-box-shadow: 1px 1px 3px 2px #6b748d;
  box-shadow:         1px 1px 3px 2px #6b748d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,116,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b748d


Comments

No comments written yet.

Please login to write comment.