Color Hex Logo

#6854bb Color Hex

#6854BB
(104,84,187)
0 Favorites   0 Comments

Color spaces of #6854bb

RGB 10484187
HSL0.700.430.53
HSV252°55°73°
CMYK 0.440.550.00   0.27
XYZ17.848912.871648.5574
Yxy12.87160.22510.1624
Hunter Lab35.877026.0194-55.1316
CIE-Lab42.569133.8730-51.8205

#6854bb color RGB value is (104,84,187).

#6854bb hex color red value is 104, green value is 84 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6854bb hue: 0.70 , saturation: 0.43 and the lightness value of 6854bb is 0.53.

The process color (four color CMYK) of #6854bb color hex is 0.44, 0.55, 0.00, 0.27. Web safe color of #6854bb is #6666cc. Color #6854bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010100 10111011
Octal 150 124 273
Decimal 104 84 187
Hex 68 54 BB

RGB Percentages of Color #6854bb

%27.73
%22.40
%49.87

CMYK Percentages of Color #6854bb

%44
%55
%0
%27

Triadic Colors of #6854bb

#6854bb #bb6854 #54bb68

Analogous Colors of #6854bb

#6854bb #9c54bb #5474bb

Monochromatic Colors of #6854bb

#6854bb

Complementary Color

#6854bb #a7bb54

#6854bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6854bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6854bb Color CSS Codes

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

#6854bb Text Font Color

<p style="color:#6854bb">Text here</p>

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


#6854bb Background Color

<div style="background-color:#6854bb">
Div content here</div>

This div background color is #6854bb


#6854bb Border Color

<div style="border:3px solid #6854bb">
Div here</div>

This div border color is #6854bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,84,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6854bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6854bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6854bb;
  box-shadow:         1px 1px 3px 2px #6854bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6854bb


Comments

No comments written yet.

Please login to write comment.