COLOR #612658

HEX: #612658
RGB: (97,38,88)

Color info

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

RGB color model

#612658 color RGB value is (97,38,88).

  • red value is 97;
  • green value is 38;
  • blue value is 88.
RGB:
(97,38,88)
(38%,15%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 38 of 255 = 15%
B 88 of 255 = 35%

97
38
88

R + G + B ~ 29%. #612658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 38 + 88 = 223 (100%)
R 97 of 223 ~ 43.5%
G 38 of 223 ~ 17.04%
B 88 of 223 ~ 39.46%

%43.5
%17.04
%39.46

CMYK color model

#612658 color CMYK value is (0,61,9,62).

  • cyan value is 0.00%
  • magenta value is 60.82%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(0,61,9,62)
C0M61Y9K62 
(0%,61%,9%,62%)
(0.00/0.61/0.09/0.62)	

CMYK percentages

%0
%60.82
%9.28
%61.96

Codes

Color #612658 in popluar color models

612658
RGB973888
HSL309°43.70%26.47%
HSB/HSV309°60.82%38.04%
CMYK0.00%60.82%9.28%
61.96%

Color #612658 in popluar number systems.

HEX612658
Decimal973888
Binary11000011001101011000
Octal14146130

Shades and tints

Shades of #612658

#612658
(97,38,88)
#592350
(89,35,80)
#512048
(81,32,72)
#491D40
(73,29,64)
#411A38
(65,26,56)
#391730
(57,23,48)
#311428
(49,20,40)
#291120
(41,17,32)
#210E18
(33,14,24)
#190B10
(25,11,16)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #612658

#612658
(97,38,88)
#6F3967
(111,57,103)
#7D4C76
(125,76,118)
#8B5F85
(139,95,133)
#997294
(153,114,148)
#A785A3
(167,133,163)
#B598B2
(181,152,178)
#C3ABC1
(195,171,193)
#D1BED0
(209,190,208)
#DFD1DF
(223,209,223)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612658 color. Also use rgb(97,38,88) instead hex code.

Text Font Color

.myTextColor { color: #612658; }

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

This text font color is #612658.


Background Color

.myBgColor { background-color: #612658; }

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

This div background color is #612658.


Border color

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

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

This div border color is #612658.


Opacity

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

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

Text with #612658 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 #612658;}

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

This text has shadow with #612658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612658 on black background.


Color preview on white background

This text has color #612658 on white background.



Black color preview on #612658 background

This text has black color on #612658 background.


White color preview on #612658 background

This text has white color on #612658 background.