Color Hex Logo

#6836cc Color Hex

#6836CC
(104,54,204)
0 Favorites   0 Comments

Color spaces of #6836cc

RGB 10454204
HSL0.720.600.51
HSV260°74°80°
CMYK 0.490.740.00   0.20
XYZ17.92729.941058.1007
Yxy9.94100.20850.1156
Hunter Lab31.529446.3165-87.1861
CIE-Lab37.736355.1221-69.5709

#6836cc color RGB value is (104,54,204).

#6836cc hex color red value is 104, green value is 54 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6836cc hue: 0.72 , saturation: 0.60 and the lightness value of 6836cc is 0.51.

The process color (four color CMYK) of #6836cc color hex is 0.49, 0.74, 0.00, 0.20. Web safe color of #6836cc is #6633cc. Color #6836cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110110 11001100
Octal 150 66 314
Decimal 104 54 204
Hex 68 36 CC

RGB Percentages of Color #6836cc

%28.73
%14.92
%56.35

CMYK Percentages of Color #6836cc

%49
%74
%0
%20

Triadic Colors of #6836cc

#6836cc #cc6836 #36cc68

Analogous Colors of #6836cc

#6836cc #b336cc #364fcc

Monochromatic Colors of #6836cc

#6836cc

Complementary Color

#6836cc #9acc36

#6836cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6836cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6836cc Color CSS Codes

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

#6836cc Text Font Color

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

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


#6836cc Background Color

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

This div background color is #6836cc


#6836cc Border Color

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

This div border color is #6836cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6836cc


Comments

No comments written yet.

Please login to write comment.