Color Hex Logo

#6859dd Color Hex

#6859DD
(104,89,221)
0 Favorites   0 Comments

Color spaces of #6859dd

RGB 10489221
HSL0.690.660.61
HSV247°60°87°
CMYK 0.530.600.00   0.13
XYZ22.332415.308370.1844
Yxy15.30830.20710.1420
Hunter Lab39.125833.4148-78.9671
CIE-Lab46.053641.0611-65.7765

#6859dd color RGB value is (104,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011001 11011101
Octal 150 131 335
Decimal 104 89 221
Hex 68 59 DD

RGB Percentages of Color #6859dd

%25.12
%21.50
%53.38

CMYK Percentages of Color #6859dd

%53
%60
%0
%13

Triadic Colors of #6859dd

#6859dd #dd6859 #59dd68

Analogous Colors of #6859dd

#6859dd #aa59dd #598cdd

Monochromatic Colors of #6859dd

#6859dd

Complementary Color

#6859dd #cedd59

#6859dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6859dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6859dd Color CSS Codes

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

#6859dd Text Font Color

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

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


#6859dd Background Color

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

This div background color is #6859dd


#6859dd Border Color

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

This div border color is #6859dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6859dd


Comments

No comments written yet.

Please login to write comment.