Color Hex Logo

#6831cc Color Hex

#6831CC
(104,49,204)
0 Favorites   0 Comments

Color spaces of #6831cc

RGB 10449204
HSL0.730.610.50
HSV261°76°80°
CMYK 0.490.760.00   0.20
XYZ17.70639.499358.0271
Yxy9.49930.20770.1115
Hunter Lab30.820948.6097-90.0516
CIE-Lab36.928457.4221-70.8954

#6831cc color RGB value is (104,49,204).

#6831cc hex color red value is 104, green value is 49 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6831cc hue: 0.73 , saturation: 0.61 and the lightness value of 6831cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110001 11001100
Octal 150 61 314
Decimal 104 49 204
Hex 68 31 CC

RGB Percentages of Color #6831cc

%29.13
%13.73
%57.14

CMYK Percentages of Color #6831cc

%49
%76
%0
%20

Triadic Colors of #6831cc

#6831cc #cc6831 #31cc68

Analogous Colors of #6831cc

#6831cc #b631cc #3147cc

Monochromatic Colors of #6831cc

#6831cc

Complementary Color

#6831cc #95cc31

#6831cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6831cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6831cc Color CSS Codes

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

#6831cc Text Font Color

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

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


#6831cc Background Color

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

This div background color is #6831cc


#6831cc Border Color

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

This div border color is #6831cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6831cc


Comments

No comments written yet.

Please login to write comment.