Color Hex Logo

#6807bf Color Hex

#6807BF
(104,7,191)
0 Favorites   0 Comments

Color spaces of #6807bf

RGB 1047191
HSL0.750.930.39
HSV272°96°75°
CMYK 0.460.960.00   0.25
XYZ15.18896.856649.8131
Yxy6.85660.21140.0954
Hunter Lab26.185157.7165-94.4604
CIE-Lab31.478266.6835-72.2488

#6807bf color RGB value is (104,7,191).

#6807bf hex color red value is 104, green value is 7 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6807bf hue: 0.75 , saturation: 0.93 and the lightness value of 6807bf is 0.39.

The process color (four color CMYK) of #6807bf color hex is 0.46, 0.96, 0.00, 0.25. Web safe color of #6807bf is #6600cc. Color #6807bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000111 10111111
Octal 150 7 277
Decimal 104 7 191
Hex 68 7 BF

RGB Percentages of Color #6807bf

%34.44
%2.32
%63.25

CMYK Percentages of Color #6807bf

%46
%96
%0
%25

Triadic Colors of #6807bf

#6807bf #bf6807 #07bf68

Analogous Colors of #6807bf

#6807bf #bf07ba #0c07bf

Monochromatic Colors of #6807bf

#6807bf

Complementary Color

#6807bf #5ebf07

#6807bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6807bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6807bf Color CSS Codes

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

#6807bf Text Font Color

<p style="color:#6807bf">Text here</p>

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


#6807bf Background Color

<div style="background-color:#6807bf">
Div content here</div>

This div background color is #6807bf


#6807bf Border Color

<div style="border:3px solid #6807bf">
Div here</div>

This div border color is #6807bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,7,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6807bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6807bf;
  -webkit-box-shadow: 1px 1px 3px 2px #6807bf;
  box-shadow:         1px 1px 3px 2px #6807bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6807bf


Comments

No comments written yet.

Please login to write comment.