Color Hex Logo

#6595ac Color Hex

#6595AC
(101,149,172)
0 Favorites   0 Comments

Color spaces of #6595ac

RGB 101149172
HSL0.550.300.54
HSV199°41°67°
CMYK 0.410.130.00   0.33
XYZ23.560727.240243.0458
Yxy27.24020.25110.2903
Hunter Lab52.1921-10.7574-12.3653
CIE-Lab59.1960-10.0313-17.1385

#6595ac color RGB value is (101,149,172).

#6595ac hex color red value is 101, green value is 149 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6595ac hue: 0.55 , saturation: 0.30 and the lightness value of 6595ac is 0.54.

The process color (four color CMYK) of #6595ac color hex is 0.41, 0.13, 0.00, 0.33. Web safe color of #6595ac is #669999. Color #6595ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010101 10101100
Octal 145 225 254
Decimal 101 149 172
Hex 65 95 AC

RGB Percentages of Color #6595ac

%23.93
%35.31
%40.76

CMYK Percentages of Color #6595ac

%41
%13
%0
%33

Triadic Colors of #6595ac

#6595ac #ac6595 #95ac65

Analogous Colors of #6595ac

#6595ac #6572ac #65aca0

Monochromatic Colors of #6595ac

#6595ac

Complementary Color

#6595ac #ac7c65

#6595ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6595ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6595ac Color CSS Codes

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

#6595ac Text Font Color

<p style="color:#6595ac">Text here</p>

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


#6595ac Background Color

<div style="background-color:#6595ac">
Div content here</div>

This div background color is #6595ac


#6595ac Border Color

<div style="border:3px solid #6595ac">
Div here</div>

This div border color is #6595ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,149,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6595ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6595ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6595ac;
  box-shadow:         1px 1px 3px 2px #6595ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6595ac


Comments

No comments written yet.

Please login to write comment.