COLOR #612666

HEX: #612666 RGB: (97,38,102)

Color info

#612666 contains mainly red and blue colors. Web safe color of #612666 is #663366 (or #636).

RGB color model

#612666 color RGB value is (97,38,102).

RGB: (97,38,102) (38%, 15%, 40%)

RGB channels and saturation

R 97 of 255 = 38%
G 38 of 255 = 15%
B 102 of 255 = 40%

97
38
102

R + G + B ~ 31%. #612666 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 38 + 102 = 237 (100%)
R 97 of 237 ~ 40.93%
G 38 of 237 ~ 16.03%
B 102 of 237 ~ 43.04'%

%40.93
%16.03
%43.04

CMYK color model

#612666 color CMYK value is (5,63,0,60).

  • cyan value is 4.90%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (5,63,0,60)
C5M63Y0K60 (5%, 63%, 0%, 60%)
(0.05 / 0.63 / 0.00 / 0.60)

CMYK percentages

%4.9
%62.75
%0
%60

Codes

Color #612666 in popluar color models

61 26 66
RGB 97 38 102
HSL 295° 45.71% 27.45%
HSB/HSV 295° 62.75% 40.00%
CMYK 4.90% 62.75% 0.00%
60.00%

Color #612666 in popluar number systems.

HEX 61 26 66
Decimal 97 38 102
Binary 1100001 100110 1100110
Octal 141 46 146

Shades and tints

Shades of #612666

#612666
(97,38,102)
#59235D
(89,35,93)
#512054
(81,32,84)
#491D4B
(73,29,75)
#411A42
(65,26,66)
#391739
(57,23,57)
#311430
(49,20,48)
#291127
(41,17,39)
#210E1E
(33,14,30)
#190B15
(25,11,21)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #612666

#612666
(97,38,102)
#6F3973
(111,57,115)
#7D4C80
(125,76,128)
#8B5F8D
(139,95,141)
#99729A
(153,114,154)
#A785A7
(167,133,167)
#B598B4
(181,152,180)
#C3ABC1
(195,171,193)
#D1BECE
(209,190,206)
#DFD1DB
(223,209,219)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612666; }

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

This text font color is #612666.

Background Color

.myBgColor { background-color: #612666; }

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

This div background color is #612666.

Border color

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

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

This div border color is #612666.

Opacity

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

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

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

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

This text has shadow with #612666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #612666.

Preview

Color preview on black background

This text has color #612666 on black background.


Color preview on white background

This text has color #612666 on white background.


Black color preview on #612666 background

This text has black color on #612666 background.


White color preview on #612666 background

This text has white color on #612666 background.


Related colors

Complementary color

Complementary color for #hex is #9ED999.


I love getcolorcode.com

Triadic colors

1 #666126 and #266661 with #612666 are triadic colors.

2 #662661 and #266166 with #612666 are triadic colors.