Color Hex Logo

#6459de Color Hex

#6459DE
(100,89,222)
0 Favorites   0 Comments

Color spaces of #6459de

RGB 10089222
HSL0.680.670.61
HSV245°60°87°
CMYK 0.550.600.00   0.13
XYZ22.012715.128070.8670
Yxy15.12800.20380.1401
Hunter Lab38.894732.9573-80.8013
CIE-Lab45.809040.6360-66.7564

#6459de color RGB value is (100,89,222).

#6459de hex color red value is 100, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6459de hue: 0.68 , saturation: 0.67 and the lightness value of 6459de is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011001 11011110
Octal 144 131 336
Decimal 100 89 222
Hex 64 59 DE

RGB Percentages of Color #6459de

%24.33
%21.65
%54.01

CMYK Percentages of Color #6459de

%55
%60
%0
%13

Triadic Colors of #6459de

#6459de #de6459 #59de64

Analogous Colors of #6459de

#6459de #a759de #5991de

Monochromatic Colors of #6459de

#6459de

Complementary Color

#6459de #d3de59

#6459de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6459de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6459de Color CSS Codes

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

#6459de Text Font Color

<p style="color:#6459de">Text here</p>

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


#6459de Background Color

<div style="background-color:#6459de">
Div content here</div>

This div background color is #6459de


#6459de Border Color

<div style="border:3px solid #6459de">
Div here</div>

This div border color is #6459de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,89,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6459de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6459de;
  -webkit-box-shadow: 1px 1px 3px 2px #6459de;
  box-shadow:         1px 1px 3px 2px #6459de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6459de


Comments

No comments written yet.

Please login to write comment.