Color Hex Logo

#6842bf Color Hex

#6842BF
(104,66,191)
0 Favorites   0 Comments

Color spaces of #6842bf

RGB 10466191
HSL0.720.490.50
HSV258°65°75°
CMYK 0.460.650.00   0.25
XYZ17.061110.601150.4372
Yxy10.60110.21850.1357
Hunter Lab32.559336.5552-69.0538
CIE-Lab38.900345.4107-60.0929

#6842bf color RGB value is (104,66,191).

#6842bf hex color red value is 104, green value is 66 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6842bf hue: 0.72 , saturation: 0.49 and the lightness value of 6842bf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000010 10111111
Octal 150 102 277
Decimal 104 66 191
Hex 68 42 BF

RGB Percentages of Color #6842bf

%28.81
%18.28
%52.91

CMYK Percentages of Color #6842bf

%46
%65
%0
%25

Triadic Colors of #6842bf

#6842bf #bf6842 #42bf68

Analogous Colors of #6842bf

#6842bf #a742bf #425abf

Monochromatic Colors of #6842bf

#6842bf

Complementary Color

#6842bf #99bf42

#6842bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6842bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6842bf Color CSS Codes

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

#6842bf Text Font Color

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

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


#6842bf Background Color

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

This div background color is #6842bf


#6842bf Border Color

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

This div border color is #6842bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6842bf


Comments

No comments written yet.

Please login to write comment.