Color Hex Logo

#615062 Color Hex

#615062
(97,80,98)
0 Favorites   0 Comments

Color spaces of #615062

RGB 978098
HSL0.820.100.35
HSV297°18°38°
CMYK 0.010.180.00   0.62
XYZ10.00309.160612.7962
Yxy9.16060.31300.2866
Hunter Lab30.26656.0275-3.8804
CIE-Lab36.291710.6711-7.8068

#615062 color RGB value is (97,80,98).

#615062 hex color red value is 97, green value is 80 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #615062 hue: 0.82 , saturation: 0.10 and the lightness value of 615062 is 0.35.

The process color (four color CMYK) of #615062 color hex is 0.01, 0.18, 0.00, 0.62. Web safe color of #615062 is #666666. Color #615062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 01100010
Octal 141 120 142
Decimal 97 80 98
Hex 61 50 62

RGB Percentages of Color #615062

%35.27
%29.09
%35.64

CMYK Percentages of Color #615062

%1
%18
%0
%62

Triadic Colors of #615062

#615062 #626150 #506261

Analogous Colors of #615062

#615062 #62505a #585062

Monochromatic Colors of #615062

#615062

Complementary Color

#615062 #516250

#615062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615062 Color CSS Codes

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

#615062 Text Font Color

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

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


#615062 Background Color

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

This div background color is #615062


#615062 Border Color

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

This div border color is #615062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615062


Comments

No comments written yet.

Please login to write comment.