Color Hex Logo

#6590dd Color Hex

#6590DD
(101,144,221)
0 Favorites   0 Comments

Color spaces of #6590dd

RGB 101144221
HSL0.610.640.63
HSV219°54°87°
CMYK 0.540.350.00   0.13
XYZ28.391227.933772.3020
Yxy27.93370.22070.2172
Hunter Lab52.85233.3950-44.1121
CIE-Lab59.82887.3866-43.7465

#6590dd color RGB value is (101,144,221).

#6590dd hex color red value is 101, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6590dd hue: 0.61 , saturation: 0.64 and the lightness value of 6590dd is 0.63.

The process color (four color CMYK) of #6590dd color hex is 0.54, 0.35, 0.00, 0.13. Web safe color of #6590dd is #6699cc. Color #6590dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010000 11011101
Octal 145 220 335
Decimal 101 144 221
Hex 65 90 DD

RGB Percentages of Color #6590dd

%21.67
%30.90
%47.42

CMYK Percentages of Color #6590dd

%54
%35
%0
%13

Triadic Colors of #6590dd

#6590dd #dd6590 #90dd65

Analogous Colors of #6590dd

#6590dd #7665dd #65ccdd

Monochromatic Colors of #6590dd

#6590dd

Complementary Color

#6590dd #ddb265

#6590dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6590dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6590dd Color CSS Codes

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

#6590dd Text Font Color

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

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


#6590dd Background Color

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

This div background color is #6590dd


#6590dd Border Color

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

This div border color is #6590dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6590dd


Comments

No comments written yet.

Please login to write comment.