Color Hex Logo

#6590ad Color Hex

#6590AD
(101,144,173)
0 Favorites   0 Comments

Color spaces of #6590ad

RGB 101144173
HSL0.570.310.54
HSV204°42°68°
CMYK 0.420.170.00   0.32
XYZ22.882925.730343.2956
Yxy25.73030.24900.2800
Hunter Lab50.7250-8.2445-15.0986
CIE-Lab57.7802-6.9698-19.8630

#6590ad color RGB value is (101,144,173).

#6590ad hex color red value is 101, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6590ad hue: 0.57 , saturation: 0.31 and the lightness value of 6590ad is 0.54.

The process color (four color CMYK) of #6590ad color hex is 0.42, 0.17, 0.00, 0.32. Web safe color of #6590ad is #669999. Color #6590ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010000 10101101
Octal 145 220 255
Decimal 101 144 173
Hex 65 90 AD

RGB Percentages of Color #6590ad

%24.16
%34.45
%41.39

CMYK Percentages of Color #6590ad

%42
%17
%0
%32

Triadic Colors of #6590ad

#6590ad #ad6590 #90ad65

Analogous Colors of #6590ad

#6590ad #656cad #65ada6

Monochromatic Colors of #6590ad

#6590ad

Complementary Color

#6590ad #ad8265

#6590ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6590ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6590ad Color CSS Codes

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

#6590ad Text Font Color

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

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


#6590ad Background Color

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

This div background color is #6590ad


#6590ad Border Color

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

This div border color is #6590ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,144,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6590ad


Comments

No comments written yet.

Please login to write comment.