Color Hex Logo

#617382 Color Hex

#617382
(97,115,130)
0 Favorites   0 Comments

Color spaces of #617382

RGB 97115130
HSL0.580.150.45
HSV207°25°51°
CMYK 0.250.120.00   0.49
XYZ15.089816.414623.4921
Yxy16.41460.27440.2985
Hunter Lab40.5149-4.4188-6.0181
CIE-Lab47.5138-3.0268-10.4481

#617382 color RGB value is (97,115,130).

#617382 hex color red value is 97, green value is 115 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #617382 hue: 0.58 , saturation: 0.15 and the lightness value of 617382 is 0.45.

The process color (four color CMYK) of #617382 color hex is 0.25, 0.12, 0.00, 0.49. Web safe color of #617382 is #666699. Color #617382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110011 10000010
Octal 141 163 202
Decimal 97 115 130
Hex 61 73 82

RGB Percentages of Color #617382

%28.36
%33.63
%38.01

CMYK Percentages of Color #617382

%25
%12
%0
%49

Triadic Colors of #617382

#617382 #826173 #738261

Analogous Colors of #617382

#617382 #616382 #618281

Monochromatic Colors of #617382

#617382

Complementary Color

#617382 #827061

#617382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#617382 Color CSS Codes

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

#617382 Text Font Color

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

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


#617382 Background Color

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

This div background color is #617382


#617382 Border Color

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

This div border color is #617382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617382


Comments

No comments written yet.

Please login to write comment.