COLOR #614B6B

HEX: #614B6B
RGB: (97,75,107)

Color info

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

RGB color model

#614B6B color RGB value is (97,75,107).

  • red value is 97;
  • green value is 75;
  • blue value is 107.
RGB:
(97,75,107)
(38%,29%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 75 of 255 = 29%
B 107 of 255 = 42%

97
75
107

R + G + B ~ 36%. #614B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 75 + 107 = 279 (100%)
R 97 of 279 ~ 34.77%
G 75 of 279 ~ 26.88%
B 107 of 279 ~ 38.35%

%34.77
%26.88
%38.35

CMYK color model

#614B6B color CMYK value is (9,30,0,58).

  • cyan value is 9.35%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(9,30,0,58)
C9M30Y0K58 
(9%,30%,0%,58%)
(0.09/0.30/0.00/0.58)	

CMYK percentages

%9.35
%29.91
%0
%58.04

Codes

Color #614B6B in popluar color models

614B6B
RGB9775107
HSL281°17.58%35.69%
HSB/HSV281°29.91%41.96%
CMYK9.35%29.91%0.00%
58.04%

Color #614B6B in popluar number systems.

HEX614B6B
Decimal9775107
Binary110000110010111101011
Octal141113153

Shades and tints

Shades of #614B6B

#614B6B
(97,75,107)
#594562
(89,69,98)
#513F59
(81,63,89)
#493950
(73,57,80)
#413347
(65,51,71)
#392D3E
(57,45,62)
#312735
(49,39,53)
#29212C
(41,33,44)
#211B23
(33,27,35)
#19151A
(25,21,26)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #614B6B

#614B6B
(97,75,107)
#6F5B78
(111,91,120)
#7D6B85
(125,107,133)
#8B7B92
(139,123,146)
#998B9F
(153,139,159)
#A79BAC
(167,155,172)
#B5ABB9
(181,171,185)
#C3BBC6
(195,187,198)
#D1CBD3
(209,203,211)
#DFDBE0
(223,219,224)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614B6B color. Also use rgb(97,75,107) instead hex code.

Text Font Color

.myTextColor { color: #614B6B; }

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

This text font color is #614B6B.


Background Color

.myBgColor { background-color: #614B6B; }

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

This div background color is #614B6B.


Border color

.myBorderColor { border: 1px solid #614B6B; }

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

This div border color is #614B6B.


Opacity

.myOpacity80 { color: #614B6B; opacity: 0.8; }

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

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

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

This text has shadow with #614B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614B6B on black background.


Color preview on white background

This text has color #614B6B on white background.



Black color preview on #614B6B background

This text has black color on #614B6B background.


White color preview on #614B6B background

This text has white color on #614B6B background.