Color Hex Logo

#6595be Color Hex

#6595BE
(101,149,190)
0 Favorites   0 Comments

Color spaces of #6595be

RGB 101149190
HSL0.580.410.57
HSV208°47°75°
CMYK 0.470.220.00   0.25
XYZ25.408527.979352.7766
Yxy27.97930.23930.2635
Hunter Lab52.8955-6.8240-22.1299
CIE-Lab59.8700-4.9313-26.2948

#6595be color RGB value is (101,149,190).

#6595be hex color red value is 101, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6595be hue: 0.58 , saturation: 0.41 and the lightness value of 6595be is 0.57.

The process color (four color CMYK) of #6595be color hex is 0.47, 0.22, 0.00, 0.25. Web safe color of #6595be is #6699cc. Color #6595be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010101 10111110
Octal 145 225 276
Decimal 101 149 190
Hex 65 95 BE

RGB Percentages of Color #6595be

%22.95
%33.86
%43.18

CMYK Percentages of Color #6595be

%47
%22
%0
%25

Triadic Colors of #6595be

#6595be #be6595 #95be65

Analogous Colors of #6595be

#6595be #6569be #65bebb

Monochromatic Colors of #6595be

#6595be

Complementary Color

#6595be #be8e65

#6595be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6595be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6595be Color CSS Codes

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

#6595be Text Font Color

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

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


#6595be Background Color

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

This div background color is #6595be


#6595be Border Color

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

This div border color is #6595be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6595be


Comments

No comments written yet.

Please login to write comment.