Color Hex Logo

#6806df Color Hex

#6806DF
(104,6,223)
0 Favorites   0 Comments

Color spaces of #6806df

RGB 1046223
HSL0.740.950.45
HSV267°97°87°
CMYK 0.530.970.00   0.13
XYZ19.09338.401070.4273
Yxy8.40100.19500.0858
Hunter Lab28.984566.8627-123.7754
CIE-Lab34.804473.8467-85.3706

#6806df color RGB value is (104,6,223).

#6806df hex color red value is 104, green value is 6 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6806df hue: 0.74 , saturation: 0.95 and the lightness value of 6806df is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 11011111
Octal 150 6 337
Decimal 104 6 223
Hex 68 6 DF

RGB Percentages of Color #6806df

%31.23
%1.80
%66.97

CMYK Percentages of Color #6806df

%53
%97
%0
%13

Triadic Colors of #6806df

#6806df #df6806 #06df68

Analogous Colors of #6806df

#6806df #d506df #0611df

Monochromatic Colors of #6806df

#6806df

Complementary Color

#6806df #7ddf06

#6806df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6806df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6806df Color CSS Codes

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

#6806df Text Font Color

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

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


#6806df Background Color

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

This div background color is #6806df


#6806df Border Color

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

This div border color is #6806df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6806df


Comments

No comments written yet.

Please login to write comment.