Color Hex Logo

#6864bb Color Hex

#6864BB
(104,100,187)
0 Favorites   0 Comments

Color spaces of #6864bb

RGB 104100187
HSL0.670.390.56
HSV243°47°73°
CMYK 0.440.470.00   0.27
XYZ19.235715.645349.0197
Yxy15.64530.22930.1865
Hunter Lab39.554117.5872-45.7906
CIE-Lab46.505724.1366-45.5168

#6864bb color RGB value is (104,100,187).

#6864bb hex color red value is 104, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6864bb hue: 0.67 , saturation: 0.39 and the lightness value of 6864bb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100100 10111011
Octal 150 144 273
Decimal 104 100 187
Hex 68 64 BB

RGB Percentages of Color #6864bb

%26.60
%25.58
%47.83

CMYK Percentages of Color #6864bb

%44
%47
%0
%27

Triadic Colors of #6864bb

#6864bb #bb6864 #64bb68

Analogous Colors of #6864bb

#6864bb #9464bb #648cbb

Monochromatic Colors of #6864bb

#6864bb

Complementary Color

#6864bb #b7bb64

#6864bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6864bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6864bb Color CSS Codes

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

#6864bb Text Font Color

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

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


#6864bb Background Color

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

This div background color is #6864bb


#6864bb Border Color

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

This div border color is #6864bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6864bb


Comments

No comments written yet.

Please login to write comment.