COLOR #61698F

HEX: #61698F RGB: (97,105,143)

Color info

#61698F contains red, green and blue colors in about the same proportion. Web safe color of #61698F is #666699 (or #669).

RGB color model

#61698F color RGB value is (97,105,143).

RGB: (97,105,143) (38%, 41%, 56%)

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 143 of 255 = 56%

97
105
143

R + G + B ~ 45%. #61698F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 105 + 143 = 345 (100%)
R 97 of 345 ~ 28.12%
G 105 of 345 ~ 30.43%
B 143 of 345 ~ 41.45'%

%28.12
%30.43
%41.45

CMYK color model

#61698F color CMYK value is (32,27,0,44).

  • cyan value is 32.17%
  • magenta value is 26.57%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (32,27,0,44)
C32M27Y0K44 (32%, 27%, 0%, 44%)
(0.32 / 0.27 / 0.00 / 0.44)

CMYK percentages

%32.17
%26.57
%0
%43.92

Codes

Color #61698F in popluar color models

61 69 8F
RGB 97 105 143
HSL 230° 19.17% 47.06%
HSB/HSV 230° 32.17% 56.08%
CMYK 32.17% 26.57% 0.00%
43.92%

Color #61698F in popluar number systems.

HEX 61 69 8F
Decimal 97 105 143
Binary 1100001 1101001 10001111
Octal 141 151 217

Shades and tints

Shades of #61698F

#61698F
(97,105,143)
#596082
(89,96,130)
#515775
(81,87,117)
#494E68
(73,78,104)
#41455B
(65,69,91)
#393C4E
(57,60,78)
#313341
(49,51,65)
#292A34
(41,42,52)
#212127
(33,33,39)
#19181A
(25,24,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #61698F

#61698F
(97,105,143)
#6F7699
(111,118,153)
#7D83A3
(125,131,163)
#8B90AD
(139,144,173)
#999DB7
(153,157,183)
#A7AAC1
(167,170,193)
#B5B7CB
(181,183,203)
#C3C4D5
(195,196,213)
#D1D1DF
(209,209,223)
#DFDEE9
(223,222,233)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61698F color. Also use rgb(97,105,143) instead hex code.

Text Font Color

.myTextColor { color: #61698F; }

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

This text font color is #61698F.

Background Color

.myBgColor { background-color: #61698F; }

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

This div background color is #61698F.

Border color

.myBorderColor { border: 1px solid #61698F; }

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

This div border color is #61698F.

Opacity

.myOpacity80 { color: #61698F; opacity: 0.8; }

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

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

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

This text has shadow with #61698F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61698F.

Preview

Color preview on black background

This text has color #61698F on black background.


Color preview on white background

This text has color #61698F on white background.


Black color preview on #61698F background

This text has black color on #61698F background.


White color preview on #61698F background

This text has white color on #61698F background.


Related colors

Complementary color

Complementary color for #hex is #9E9670.


I love getcolorcode.com

Triadic colors

1 #8F6169 and #698F61 with #61698F are triadic colors.

2 #8F6961 and #69618F with #61698F are triadic colors.