Color Hex Logo

#6220cc Color Hex

#6220CC
(98,32,204)
0 Favorites   0 Comments

Color spaces of #6220cc

RGB 9832204
HSL0.730.730.46
HSV263°84°80°
CMYK 0.520.840.00   0.20
XYZ16.45267.989357.8017
Yxy7.98930.20000.0971
Hunter Lab28.265354.4363-101.4603
CIE-Lab33.960663.3088-75.8021

#6220cc color RGB value is (98,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100000 11001100
Octal 142 40 314
Decimal 98 32 204
Hex 62 20 CC

RGB Percentages of Color #6220cc

%29.34
%9.58
%61.08

CMYK Percentages of Color #6220cc

%52
%84
%0
%20

Triadic Colors of #6220cc

#6220cc #cc6220 #20cc62

Analogous Colors of #6220cc

#6220cc #b820cc #2034cc

Monochromatic Colors of #6220cc

#6220cc

Complementary Color

#6220cc #8acc20

#6220cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6220cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6220cc Color CSS Codes

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

#6220cc Text Font Color

<p style="color:#6220cc">Text here</p>

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


#6220cc Background Color

<div style="background-color:#6220cc">
Div content here</div>

This div background color is #6220cc


#6220cc Border Color

<div style="border:3px solid #6220cc">
Div here</div>

This div border color is #6220cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,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 #6220cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6220cc


Comments

No comments written yet.

Please login to write comment.