Color Hex Logo

#6864be Color Hex

#6864BE
(104,100,190)
0 Favorites   0 Comments

Color spaces of #6864be

RGB 104100190
HSL0.670.410.57
HSV243°47°75°
CMYK 0.450.470.00   0.25
XYZ19.560415.775150.7292
Yxy15.77510.22730.1833
Hunter Lab39.717918.4020-47.9249
CIE-Lab46.678025.0361-46.9812

#6864be color RGB value is (104,100,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100100 10111110
Octal 150 144 276
Decimal 104 100 190
Hex 68 64 BE

RGB Percentages of Color #6864be

%26.40
%25.38
%48.22

CMYK Percentages of Color #6864be

%45
%47
%0
%25

Triadic Colors of #6864be

#6864be #be6864 #64be68

Analogous Colors of #6864be

#6864be #9564be #648dbe

Monochromatic Colors of #6864be

#6864be

Complementary Color

#6864be #babe64

#6864be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6864be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6864be Color CSS Codes

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

#6864be Text Font Color

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

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


#6864be Background Color

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

This div background color is #6864be


#6864be Border Color

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

This div border color is #6864be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6864be


Comments

No comments written yet.

Please login to write comment.