Color Hex Logo

#6806cd Color Hex

#6806CD
(104,6,205)
0 Favorites   0 Comments

Color spaces of #6806cd

RGB 1046205
HSL0.750.940.41
HSV270°97°80°
CMYK 0.490.970.00   0.20
XYZ16.79357.481158.3165
Yxy7.48110.20330.0906
Hunter Lab27.351661.7312-107.2664
CIE-Lab32.878069.8868-78.1480

#6806cd color RGB value is (104,6,205).

#6806cd hex color red value is 104, green value is 6 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6806cd hue: 0.75 , saturation: 0.94 and the lightness value of 6806cd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 11001101
Octal 150 6 315
Decimal 104 6 205
Hex 68 6 CD

RGB Percentages of Color #6806cd

%33.02
%1.90
%65.08

CMYK Percentages of Color #6806cd

%49
%97
%0
%20

Triadic Colors of #6806cd

#6806cd #cd6806 #06cd68

Analogous Colors of #6806cd

#6806cd #cc06cd #0607cd

Monochromatic Colors of #6806cd

#6806cd

Complementary Color

#6806cd #6bcd06

#6806cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6806cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6806cd Color CSS Codes

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

#6806cd Text Font Color

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

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


#6806cd Background Color

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

This div background color is #6806cd


#6806cd Border Color

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

This div border color is #6806cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6806cd


Comments

No comments written yet.

Please login to write comment.