Color Hex Logo

#6845bf Color Hex

#6845BF
(104,69,191)
0 Favorites   0 Comments

Color spaces of #6845bf

RGB 10469191
HSL0.710.490.51
HSV257°64°75°
CMYK 0.460.640.00   0.25
XYZ17.241010.960950.4972
Yxy10.96090.21910.1393
Hunter Lab33.107235.0183-67.2577
CIE-Lab39.514543.7512-59.0953

#6845bf color RGB value is (104,69,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000101 10111111
Octal 150 105 277
Decimal 104 69 191
Hex 68 45 BF

RGB Percentages of Color #6845bf

%28.57
%18.96
%52.47

CMYK Percentages of Color #6845bf

%46
%64
%0
%25

Triadic Colors of #6845bf

#6845bf #bf6845 #45bf68

Analogous Colors of #6845bf

#6845bf #a545bf #455fbf

Monochromatic Colors of #6845bf

#6845bf

Complementary Color

#6845bf #9cbf45

#6845bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6845bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6845bf Color CSS Codes

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

#6845bf Text Font Color

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

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


#6845bf Background Color

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

This div background color is #6845bf


#6845bf Border Color

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

This div border color is #6845bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6845bf


Comments

No comments written yet.

Please login to write comment.