COLOR #6173DB

HEX: #6173DB
RGB: (97,115,219)

Color info

#6173DB contains mainly blue color. Web safe color of #6173DB is #6666CC (or #66C).

RGB color model

#6173DB color RGB value is (97,115,219).

  • red value is 97;
  • green value is 115;
  • blue value is 219.
RGB:
(97,115,219)
(38%,45%,86%)

RGB channels and saturation

R 97 of 255 = 38%
G 115 of 255 = 45%
B 219 of 255 = 86%

97
115
219

R + G + B ~ 56%. #6173DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 115 + 219 = 431 (100%)
R 97 of 431 ~ 22.51%
G 115 of 431 ~ 26.68%
B 219 of 431 ~ 50.81%

%22.51
%26.68
%50.81

CMYK color model

#6173DB color CMYK value is (56,47,0,14).

  • cyan value is 55.71%
  • magenta value is 47.49%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(56,47,0,14)
C56M47Y0K14 
(56%,47%,0%,14%)
(0.56/0.47/0.00/0.14)	

CMYK percentages

%55.71
%47.49
%0
%14.12

Codes

Color #6173DB in popluar color models

6173DB
RGB97115219
HSL231°62.89%61.96%
HSB/HSV231°55.71%85.88%
CMYK55.71%47.49%0.00%
14.12%

Color #6173DB in popluar number systems.

HEX6173DB
Decimal97115219
Binary1100001111001111011011
Octal141163333

Shades and tints

Shades of #6173DB

#6173DB
(97,115,219)
#5969C8
(89,105,200)
#515FB5
(81,95,181)
#4955A2
(73,85,162)
#414B8F
(65,75,143)
#39417C
(57,65,124)
#313769
(49,55,105)
#292D56
(41,45,86)
#212343
(33,35,67)
#191930
(25,25,48)
#110F1D
(17,15,29)
#000000
(0,0,0)

Tints of #6173DB

#6173DB
(97,115,219)
#6F7FDE
(111,127,222)
#7D8BE1
(125,139,225)
#8B97E4
(139,151,228)
#99A3E7
(153,163,231)
#A7AFEA
(167,175,234)
#B5BBED
(181,187,237)
#C3C7F0
(195,199,240)
#D1D3F3
(209,211,243)
#DFDFF6
(223,223,246)
#EDEBF9
(237,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6173DB color. Also use rgb(97,115,219) instead hex code.

Text Font Color

.myTextColor { color: #6173DB; }

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

This text font color is #6173DB.


Background Color

.myBgColor { background-color: #6173DB; }

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

This div background color is #6173DB.


Border color

.myBorderColor { border: 1px solid #6173DB; }

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

This div border color is #6173DB.


Opacity

.myOpacity80 { color: #6173DB; opacity: 0.8; }

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

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

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

This text has shadow with #6173DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6173DB on black background.


Color preview on white background

This text has color #6173DB on white background.



Black color preview on #6173DB background

This text has black color on #6173DB background.


White color preview on #6173DB background

This text has white color on #6173DB background.