Color Hex Logo

#61509f Color Hex

#61509F
(97,80,159)
0 Favorites   0 Comments

Color spaces of #61509f

RGB 9780159
HSL0.700.330.47
HSV253°50°62°
CMYK 0.390.500.00   0.38
XYZ14.056410.781934.1411
Yxy10.78190.23830.1828
Hunter Lab32.835818.9499-38.6618
CIE-Lab39.210726.4354-40.6830

#61509f color RGB value is (97,80,159).

#61509f hex color red value is 97, green value is 80 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #61509f hue: 0.70 , saturation: 0.33 and the lightness value of 61509f is 0.47.

The process color (four color CMYK) of #61509f color hex is 0.39, 0.50, 0.00, 0.38. Web safe color of #61509f is #666699. Color #61509f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 10011111
Octal 141 120 237
Decimal 97 80 159
Hex 61 50 9F

RGB Percentages of Color #61509f

%28.87
%23.81
%47.32

CMYK Percentages of Color #61509f

%39
%50
%0
%38

Triadic Colors of #61509f

#61509f #9f6150 #509f61

Analogous Colors of #61509f

#61509f #89509f #50679f

Monochromatic Colors of #61509f

#61509f

Complementary Color

#61509f #8e9f50

#61509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61509f Color CSS Codes

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

#61509f Text Font Color

<p style="color:#61509f">Text here</p>

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


#61509f Background Color

<div style="background-color:#61509f">
Div content here</div>

This div background color is #61509f


#61509f Border Color

<div style="border:3px solid #61509f">
Div here</div>

This div border color is #61509f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,80,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61509f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61509f;
  -webkit-box-shadow: 1px 1px 3px 2px #61509f;
  box-shadow:         1px 1px 3px 2px #61509f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,80,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61509f


Comments

No comments written yet.

Please login to write comment.