Color Hex Logo

#6b4daf Color Hex

#6B4DAF
(107,77,175)
0 Favorites   0 Comments

Color spaces of #6b4daf

RGB 10777175
HSL0.720.390.49
HSV258°56°69°
CMYK 0.390.560.00   0.31
XYZ16.455111.528741.9154
Yxy11.52870.23540.1649
Hunter Lab33.953927.0871-49.4245
CIE-Lab40.457035.3210-48.1507

#6b4daf color RGB value is (107,77,175).

#6b4daf hex color red value is 107, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6b4daf hue: 0.72 , saturation: 0.39 and the lightness value of 6b4daf is 0.49.

The process color (four color CMYK) of #6b4daf color hex is 0.39, 0.56, 0.00, 0.31. Web safe color of #6b4daf is #666699. Color #6b4daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01001101 10101111
Octal 153 115 257
Decimal 107 77 175
Hex 6B 4D AF

RGB Percentages of Color #6b4daf

%29.81
%21.45
%48.75

CMYK Percentages of Color #6b4daf

%39
%56
%0
%31

Triadic Colors of #6b4daf

#6b4daf #af6b4d #4daf6b

Analogous Colors of #6b4daf

#6b4daf #9c4daf #4d60af

Monochromatic Colors of #6b4daf

#6b4daf

Complementary Color

#6b4daf #91af4d

#6b4daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b4daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b4daf Color CSS Codes

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

#6b4daf Text Font Color

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

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


#6b4daf Background Color

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

This div background color is #6b4daf


#6b4daf Border Color

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

This div border color is #6b4daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b4daf


Comments

No comments written yet.

Please login to write comment.