COLOR #6166D5

HEX: #6166D5
RGB: (97,102,213)

Color info

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

RGB color model

#6166D5 color RGB value is (97,102,213).

  • red value is 97;
  • green value is 102;
  • blue value is 213.
RGB:
(97,102,213)
(38%,40%,84%)

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 213 of 255 = 84%

97
102
213

R + G + B ~ 54%. #6166D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 213 = 412 (100%)
R 97 of 412 ~ 23.54%
G 102 of 412 ~ 24.76%
B 213 of 412 ~ 51.7%

%23.54
%24.76
%51.7

CMYK color model

#6166D5 color CMYK value is (54,52,0,16).

  • cyan value is 54.46%
  • magenta value is 52.11%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(54,52,0,16)
C54M52Y0K16 
(54%,52%,0%,16%)
(0.54/0.52/0.00/0.16)	

CMYK percentages

%54.46
%52.11
%0
%16.47

Codes

Color #6166D5 in popluar color models

6166D5
RGB97102213
HSL237°58.00%60.78%
HSB/HSV237°54.46%83.53%
CMYK54.46%52.11%0.00%
16.47%

Color #6166D5 in popluar number systems.

HEX6166D5
Decimal97102213
Binary1100001110011011010101
Octal141146325

Shades and tints

Shades of #6166D5

#6166D5
(97,102,213)
#595DC2
(89,93,194)
#5154AF
(81,84,175)
#494B9C
(73,75,156)
#414289
(65,66,137)
#393976
(57,57,118)
#313063
(49,48,99)
#292750
(41,39,80)
#211E3D
(33,30,61)
#19152A
(25,21,42)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #6166D5

#6166D5
(97,102,213)
#6F73D8
(111,115,216)
#7D80DB
(125,128,219)
#8B8DDE
(139,141,222)
#999AE1
(153,154,225)
#A7A7E4
(167,167,228)
#B5B4E7
(181,180,231)
#C3C1EA
(195,193,234)
#D1CEED
(209,206,237)
#DFDBF0
(223,219,240)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6166D5; }

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

This text font color is #6166D5.


Background Color

.myBgColor { background-color: #6166D5; }

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

This div background color is #6166D5.


Border color

.myBorderColor { border: 1px solid #6166D5; }

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

This div border color is #6166D5.


Opacity

.myOpacity80 { color: #6166D5; opacity: 0.8; }

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

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

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

This text has shadow with #6166D5 color.

.textShadow {text-shadow: 3px 3px 1px #6166D5, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6166D5 on black background.


Color preview on white background

This text has color #6166D5 on white background.



Black color preview on #6166D5 background

This text has black color on #6166D5 background.


White color preview on #6166D5 background

This text has white color on #6166D5 background.