Color Hex Logo

#613099 Color Hex

#613099
(97,48,153)
0 Favorites   0 Comments

Color spaces of #613099

RGB 9748153
HSL0.740.520.39
HSV268°69°60°
CMYK 0.370.690.00   0.40
XYZ11.73656.955230.8609
Yxy6.95520.23680.1404
Hunter Lab26.372733.2846-50.9192
CIE-Lab31.704743.3595-49.1255

#613099 color RGB value is (97,48,153).

#613099 hex color red value is 97, green value is 48 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #613099 hue: 0.74 , saturation: 0.52 and the lightness value of 613099 is 0.39.

The process color (four color CMYK) of #613099 color hex is 0.37, 0.69, 0.00, 0.40. Web safe color of #613099 is #663399. Color #613099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110000 10011001
Octal 141 60 231
Decimal 97 48 153
Hex 61 30 99

RGB Percentages of Color #613099

%32.55
%16.11
%51.34

CMYK Percentages of Color #613099

%37
%69
%0
%40

Triadic Colors of #613099

#613099 #996130 #309961

Analogous Colors of #613099

#613099 #963099 #303499

Monochromatic Colors of #613099

#613099

Complementary Color

#613099 #689930

#613099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613099 Color CSS Codes

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

#613099 Text Font Color

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

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


#613099 Background Color

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

This div background color is #613099


#613099 Border Color

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

This div border color is #613099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613099


Comments

No comments written yet.

Please login to write comment.