Color Hex Logo

#6b20cc Color Hex

#6B20CC
(107,32,204)
0 Favorites   0 Comments

Color spaces of #6b20cc

RGB 10732204
HSL0.740.730.46
HSV266°84°80°
CMYK 0.480.840.00   0.20
XYZ17.47908.518557.8497
Yxy8.51850.20850.1016
Hunter Lab29.186555.8226-97.0866
CIE-Lab35.040264.3335-73.9855

#6b20cc color RGB value is (107,32,204).

#6b20cc hex color red value is 107, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6b20cc hue: 0.74 , saturation: 0.73 and the lightness value of 6b20cc is 0.46.

The process color (four color CMYK) of #6b20cc color hex is 0.48, 0.84, 0.00, 0.20. Web safe color of #6b20cc is #6633cc. Color #6b20cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00100000 11001100
Octal 153 40 314
Decimal 107 32 204
Hex 6B 20 CC

RGB Percentages of Color #6b20cc

%31.20
%9.33
%59.48

CMYK Percentages of Color #6b20cc

%48
%84
%0
%20

Triadic Colors of #6b20cc

#6b20cc #cc6b20 #20cc6b

Analogous Colors of #6b20cc

#6b20cc #c120cc #202bcc

Monochromatic Colors of #6b20cc

#6b20cc

Complementary Color

#6b20cc #81cc20

#6b20cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b20cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b20cc Color CSS Codes

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

#6b20cc Text Font Color

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

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


#6b20cc Background Color

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

This div background color is #6b20cc


#6b20cc Border Color

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

This div border color is #6b20cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b20cc


Comments

No comments written yet.

Please login to write comment.