Color Hex Logo

#6864bf Color Hex

#6864BF
(104,100,191)
0 Favorites   0 Comments

Color spaces of #6864bf

RGB 104100191
HSL0.670.420.57
HSV243°48°75°
CMYK 0.460.480.00   0.25
XYZ19.670115.819051.3069
Yxy15.81900.22660.1823
Hunter Lab39.773118.6756-48.6423
CIE-Lab46.736125.3366-47.4673

#6864bf color RGB value is (104,100,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100100 10111111
Octal 150 144 277
Decimal 104 100 191
Hex 68 64 BF

RGB Percentages of Color #6864bf

%26.33
%25.32
%48.35

CMYK Percentages of Color #6864bf

%46
%48
%0
%25

Triadic Colors of #6864bf

#6864bf #bf6864 #64bf68

Analogous Colors of #6864bf

#6864bf #9664bf #648ebf

Monochromatic Colors of #6864bf

#6864bf

Complementary Color

#6864bf #bbbf64

#6864bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6864bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6864bf Color CSS Codes

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

#6864bf Text Font Color

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

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


#6864bf Background Color

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

This div background color is #6864bf


#6864bf Border Color

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

This div border color is #6864bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6864bf


Comments

No comments written yet.

Please login to write comment.