COLOR #613066

HEX: #613066
RGB: (97,48,102)

Color info

#613066 contains red, green and blue colors in about the same proportion. Web safe color of #613066 is #663366 (or #636).

RGB color model

#613066 color RGB value is (97,48,102).

  • red value is 97;
  • green value is 48;
  • blue value is 102.
RGB:
(97,48,102)
(38%,19%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 48 of 255 = 19%
B 102 of 255 = 40%

97
48
102

R + G + B ~ 32%. #613066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 48 + 102 = 247 (100%)
R 97 of 247 ~ 39.27%
G 48 of 247 ~ 19.43%
B 102 of 247 ~ 41.3%

%39.27
%19.43
%41.3

CMYK color model

#613066 color CMYK value is (5,53,0,60).

  • cyan value is 4.90%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(5,53,0,60)
C5M53Y0K60 
(5%,53%,0%,60%)
(0.05/0.53/0.00/0.60)	

CMYK percentages

%4.9
%52.94
%0
%60

Codes

Color #613066 in popluar color models

613066
RGB9748102
HSL294°36.00%29.41%
HSB/HSV294°52.94%40.00%
CMYK4.90%52.94%0.00%
60.00%

Color #613066 in popluar number systems.

HEX613066
Decimal9748102
Binary11000011100001100110
Octal14160146

Shades and tints

Shades of #613066

#613066
(97,48,102)
#592C5D
(89,44,93)
#512854
(81,40,84)
#49244B
(73,36,75)
#412042
(65,32,66)
#391C39
(57,28,57)
#311830
(49,24,48)
#291427
(41,20,39)
#21101E
(33,16,30)
#190C15
(25,12,21)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #613066

#613066
(97,48,102)
#6F4273
(111,66,115)
#7D5480
(125,84,128)
#8B668D
(139,102,141)
#99789A
(153,120,154)
#A78AA7
(167,138,167)
#B59CB4
(181,156,180)
#C3AEC1
(195,174,193)
#D1C0CE
(209,192,206)
#DFD2DB
(223,210,219)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613066 color. Also use rgb(97,48,102) instead hex code.

Text Font Color

.myTextColor { color: #613066; }

<p style="color:#613066">This sample text font color is #613066.</p>

This text font color is #613066.


Background Color

.myBgColor { background-color: #613066; }

<div style="background-color:#613066">Inner text</div>

This div background color is #613066.


Border color

.myBorderColor { border: 1px solid #613066; }

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

This div border color is #613066.


Opacity

.myOpacity80 { color: #613066; opacity: 0.8; }

<p style="color:#613066;opacity:0.8;">80%</p>

Text with #613066 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #613066;}

<p style="text-shadow: 3px 3px 1px #613066">Text here.</p>

This text has shadow with #613066 color.

.textShadow {text-shadow: 3px 3px 1px #613066, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #613066, 5px 5px 20px red">Text here.</p>

This text has shadow with #613066 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#613066, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#613066, Direction=45, Strength=4)">Text</p>

This text has shadow with #613066 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #613066;
  -webkit-box-shadow:	1px 1px 3px 2px #613066;
  box-shadow:		1px 1px 3px 2px #613066;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #613066;
-webkit-box-shadow: 1px 1px 3px 2px #613066;
box-shadow:1px 1px 3px 2px #613066;">
Div content here</div>
This div box has shadow with color #613066.

Preview

Color preview on black background

This text has color #613066 on black background.


Color preview on white background

This text has color #613066 on white background.



Black color preview on #613066 background

This text has black color on #613066 background.


White color preview on #613066 background

This text has white color on #613066 background.