Color Hex Logo

#6b086d Color Hex

#6B086D
(107,8,109)
0 Favorites   0 Comments

Color spaces of #6b086d

RGB 1078109
HSL0.830.860.23
HSV299°93°43°
CMYK 0.020.930.00   0.57
XYZ8.91064.403614.8483
Yxy4.40360.31640.1564
Hunter Lab20.984839.0718-27.2628
CIE-Lab24.963250.5741-32.3181

#6b086d color RGB value is (107,8,109).

#6b086d hex color red value is 107, green value is 8 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #6b086d hue: 0.83 , saturation: 0.86 and the lightness value of 6b086d is 0.23.

The process color (four color CMYK) of #6b086d color hex is 0.02, 0.93, 0.00, 0.57. Web safe color of #6b086d is #660066. Color #6b086d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00001000 01101101
Octal 153 10 155
Decimal 107 8 109
Hex 6B 8 6D

RGB Percentages of Color #6b086d

%47.77
%3.57
%48.66

CMYK Percentages of Color #6b086d

%2
%93
%0
%57

Triadic Colors of #6b086d

#6b086d #6d6b08 #086d6b

Analogous Colors of #6b086d

#6b086d #6d083d #39086d

Monochromatic Colors of #6b086d

#6b086d

Complementary Color

#6b086d #0a6d08

#6b086d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b086d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b086d Color CSS Codes

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

#6b086d Text Font Color

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

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


#6b086d Background Color

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

This div background color is #6b086d


#6b086d Border Color

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

This div border color is #6b086d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b086d


Comments

No comments written yet.

Please login to write comment.