Color Hex Logo

#6859be Color Hex

#6859BE
(104,89,190)
0 Favorites   0 Comments

Color spaces of #6859be

RGB 10489190
HSL0.690.440.55
HSV249°53°75°
CMYK 0.450.530.00   0.25
XYZ18.575613.805550.4009
Yxy13.80550.22440.1668
Hunter Lab37.155824.2165-54.4165
CIE-Lab43.952731.7436-51.3448

#6859be color RGB value is (104,89,190).

#6859be hex color red value is 104, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6859be hue: 0.69 , saturation: 0.44 and the lightness value of 6859be is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011001 10111110
Octal 150 131 276
Decimal 104 89 190
Hex 68 59 BE

RGB Percentages of Color #6859be

%27.15
%23.24
%49.61

CMYK Percentages of Color #6859be

%45
%53
%0
%25

Triadic Colors of #6859be

#6859be #be6859 #59be68

Analogous Colors of #6859be

#6859be #9b59be #597dbe

Monochromatic Colors of #6859be

#6859be

Complementary Color

#6859be #afbe59

#6859be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6859be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6859be Color CSS Codes

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

#6859be Text Font Color

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

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


#6859be Background Color

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

This div background color is #6859be


#6859be Border Color

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

This div border color is #6859be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6859be


Comments

No comments written yet.

Please login to write comment.