Color Hex Logo

#6b065c Color Hex

#6B065C
(107,6,92)
0 Favorites   0 Comments

Color spaces of #6b065c

RGB 107692
HSL0.860.890.22
HSV309°94°42°
CMYK 0.000.940.14   0.58
XYZ8.06034.028810.4780
Yxy4.02880.35720.1785
Hunter Lab20.071936.5548-16.9005
CIE-Lab23.766448.2648-23.0880

#6b065c color RGB value is (107,6,92).

#6b065c hex color red value is 107, green value is 6 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #6b065c hue: 0.86 , saturation: 0.89 and the lightness value of 6b065c is 0.22.

The process color (four color CMYK) of #6b065c color hex is 0.00, 0.94, 0.14, 0.58. Web safe color of #6b065c is #660066. Color #6b065c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00000110 01011100
Octal 153 6 134
Decimal 107 6 92
Hex 6B 6 5C

RGB Percentages of Color #6b065c

%52.20
%2.93
%44.88

CMYK Percentages of Color #6b065c

%0
%94
%14
%58

Triadic Colors of #6b065c

#6b065c #5c6b06 #065c6b

Analogous Colors of #6b065c

#6b065c #6b0629 #48066b

Monochromatic Colors of #6b065c

#6b065c

Complementary Color

#6b065c #066b15

#6b065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b065c Color CSS Codes

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

#6b065c Text Font Color

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

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


#6b065c Background Color

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

This div background color is #6b065c


#6b065c Border Color

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

This div border color is #6b065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b065c


Comments

No comments written yet.

Please login to write comment.