Color Hex Logo

#6584de Color Hex

#6584DE
(101,132,222)
0 Favorites   0 Comments

Color spaces of #6584de

RGB 101132222
HSL0.620.650.63
HSV225°55°87°
CMYK 0.550.410.00   0.13
XYZ26.802924.543272.4319
Yxy24.54320.21650.1983
Hunter Lab49.54119.8758-52.0066
CIE-Lab56.627614.8321-49.3702

#6584de color RGB value is (101,132,222).

#6584de hex color red value is 101, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6584de hue: 0.62 , saturation: 0.65 and the lightness value of 6584de is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000100 11011110
Octal 145 204 336
Decimal 101 132 222
Hex 65 84 DE

RGB Percentages of Color #6584de

%22.20
%29.01
%48.79

CMYK Percentages of Color #6584de

%55
%41
%0
%13

Triadic Colors of #6584de

#6584de #de6584 #84de65

Analogous Colors of #6584de

#6584de #8365de #65c1de

Monochromatic Colors of #6584de

#6584de

Complementary Color

#6584de #debf65

#6584de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6584de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6584de Color CSS Codes

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

#6584de Text Font Color

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

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


#6584de Background Color

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

This div background color is #6584de


#6584de Border Color

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

This div border color is #6584de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,132,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 #6584de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6584de


Comments

No comments written yet.

Please login to write comment.