Color Hex Logo

#6596be Color Hex

#6596BE
(101,150,190)
0 Favorites   0 Comments

Color spaces of #6596be

RGB 101150190
HSL0.570.410.57
HSV207°47°75°
CMYK 0.470.210.00   0.25
XYZ25.567428.297152.8295
Yxy28.29710.23960.2652
Hunter Lab53.1950-7.2979-21.6461
CIE-Lab60.1562-5.4948-25.8538

#6596be color RGB value is (101,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010110 10111110
Octal 145 226 276
Decimal 101 150 190
Hex 65 96 BE

RGB Percentages of Color #6596be

%22.90
%34.01
%43.08

CMYK Percentages of Color #6596be

%47
%21
%0
%25

Triadic Colors of #6596be

#6596be #be6596 #96be65

Analogous Colors of #6596be

#6596be #656abe #65beba

Monochromatic Colors of #6596be

#6596be

Complementary Color

#6596be #be8d65

#6596be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6596be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6596be Color CSS Codes

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

#6596be Text Font Color

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

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


#6596be Background Color

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

This div background color is #6596be


#6596be Border Color

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

This div border color is #6596be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6596be


Comments

No comments written yet.

Please login to write comment.