COLOR #61869B

HEX: #61869B
RGB: (97,134,155)

Color info

#61869B contains red, green and blue colors in about the same proportion. Web safe color of #61869B is #669999 (or #699).

RGB color model

#61869B color RGB value is (97,134,155).

  • red value is 97;
  • green value is 134;
  • blue value is 155.
RGB:
(97,134,155)
(38%,53%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 134 of 255 = 53%
B 155 of 255 = 61%

97
134
155

R + G + B ~ 51%. #61869B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 134 + 155 = 386 (100%)
R 97 of 386 ~ 25.13%
G 134 of 386 ~ 34.72%
B 155 of 386 ~ 40.16%

%25.13
%34.72
%40.16

CMYK color model

#61869B color CMYK value is (37,14,0,39).

  • cyan value is 37.42%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(37,14,0,39)
C37M14Y0K39 
(37%,14%,0%,39%)
(0.37/0.14/0.00/0.39)	

CMYK percentages

%37.42
%13.55
%0
%39.22

Codes

Color #61869B in popluar color models

61869B
RGB97134155
HSL202°23.02%49.41%
HSB/HSV202°37.42%60.78%
CMYK37.42%13.55%0.00%
39.22%

Color #61869B in popluar number systems.

HEX61869B
Decimal97134155
Binary11000011000011010011011
Octal141206233

Shades and tints

Shades of #61869B

#61869B
(97,134,155)
#597A8D
(89,122,141)
#516E7F
(81,110,127)
#496271
(73,98,113)
#415663
(65,86,99)
#394A55
(57,74,85)
#313E47
(49,62,71)
#293239
(41,50,57)
#21262B
(33,38,43)
#191A1D
(25,26,29)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #61869B

#61869B
(97,134,155)
#6F91A4
(111,145,164)
#7D9CAD
(125,156,173)
#8BA7B6
(139,167,182)
#99B2BF
(153,178,191)
#A7BDC8
(167,189,200)
#B5C8D1
(181,200,209)
#C3D3DA
(195,211,218)
#D1DEE3
(209,222,227)
#DFE9EC
(223,233,236)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61869B color. Also use rgb(97,134,155) instead hex code.

Text Font Color

.myTextColor { color: #61869B; }

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

This text font color is #61869B.


Background Color

.myBgColor { background-color: #61869B; }

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

This div background color is #61869B.


Border color

.myBorderColor { border: 1px solid #61869B; }

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

This div border color is #61869B.


Opacity

.myOpacity80 { color: #61869B; opacity: 0.8; }

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

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

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

This text has shadow with #61869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61869B on black background.


Color preview on white background

This text has color #61869B on white background.



Black color preview on #61869B background

This text has black color on #61869B background.


White color preview on #61869B background

This text has white color on #61869B background.