Color Hex Logo

#6851cd Color Hex

#6851CD
(104,81,205)
0 Favorites   0 Comments

Color spaces of #6851cd

RGB 10481205
HSL0.700.550.56
HSV251°60°80°
CMYK 0.490.600.00   0.20
XYZ19.670813.235759.2756
Yxy13.23570.21340.1436
Hunter Lab36.380932.8466-71.1349
CIE-Lab43.116340.9429-61.3813

#6851cd color RGB value is (104,81,205).

#6851cd hex color red value is 104, green value is 81 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6851cd hue: 0.70 , saturation: 0.55 and the lightness value of 6851cd is 0.56.

The process color (four color CMYK) of #6851cd color hex is 0.49, 0.60, 0.00, 0.20. Web safe color of #6851cd is #6666cc. Color #6851cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010001 11001101
Octal 150 121 315
Decimal 104 81 205
Hex 68 51 CD

RGB Percentages of Color #6851cd

%26.67
%20.77
%52.56

CMYK Percentages of Color #6851cd

%49
%60
%0
%20

Triadic Colors of #6851cd

#6851cd #cd6851 #51cd68

Analogous Colors of #6851cd

#6851cd #a651cd #5178cd

Monochromatic Colors of #6851cd

#6851cd

Complementary Color

#6851cd #b6cd51

#6851cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6851cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6851cd Color CSS Codes

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

#6851cd Text Font Color

<p style="color:#6851cd">Text here</p>

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


#6851cd Background Color

<div style="background-color:#6851cd">
Div content here</div>

This div background color is #6851cd


#6851cd Border Color

<div style="border:3px solid #6851cd">
Div here</div>

This div border color is #6851cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,81,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6851cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6851cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6851cd;
  box-shadow:         1px 1px 3px 2px #6851cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,81,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6851cd


Comments

No comments written yet.

Please login to write comment.