COLOR #5F6DD6

HEX: #5F6DD6
RGB: (95,109,214)

Color info

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

RGB color model

#5F6DD6 color RGB value is (95,109,214).

  • red value is 95;
  • green value is 109;
  • blue value is 214.
RGB:
(95,109,214)
(37%,43%,84%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 214 of 255 = 84%

95
109
214

R + G + B ~ 55%. #5F6DD6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 109 + 214 = 418 (100%)
R 95 of 418 ~ 22.73%
G 109 of 418 ~ 26.08%
B 214 of 418 ~ 51.2%

%22.73
%26.08
%51.2

CMYK color model

#5F6DD6 color CMYK value is (56,49,0,16).

  • cyan value is 55.61%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(56,49,0,16)
C56M49Y0K16 
(56%,49%,0%,16%)
(0.56/0.49/0.00/0.16)	

CMYK percentages

%55.61
%49.07
%0
%16.08

Codes

Color #5F6DD6 in popluar color models

5F6DD6
RGB95109214
HSL233°59.20%60.59%
HSB/HSV233°55.61%83.92%
CMYK55.61%49.07%0.00%
16.08%

Color #5F6DD6 in popluar number systems.

HEX5F6DD6
Decimal95109214
Binary1011111110110111010110
Octal137155326

Shades and tints

Shades of #5F6DD6

#5F6DD6
(95,109,214)
#5764C3
(87,100,195)
#4F5BB0
(79,91,176)
#47529D
(71,82,157)
#3F498A
(63,73,138)
#374077
(55,64,119)
#2F3764
(47,55,100)
#272E51
(39,46,81)
#1F253E
(31,37,62)
#171C2B
(23,28,43)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #5F6DD6

#5F6DD6
(95,109,214)
#6D7AD9
(109,122,217)
#7B87DC
(123,135,220)
#8994DF
(137,148,223)
#97A1E2
(151,161,226)
#A5AEE5
(165,174,229)
#B3BBE8
(179,187,232)
#C1C8EB
(193,200,235)
#CFD5EE
(207,213,238)
#DDE2F1
(221,226,241)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6DD6 color. Also use rgb(95,109,214) instead hex code.

Text Font Color

.myTextColor { color: #5F6DD6; }

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

This text font color is #5F6DD6.


Background Color

.myBgColor { background-color: #5F6DD6; }

<div style="background-color:#5F6DD6">Inner text</div>

This div background color is #5F6DD6.


Border color

.myBorderColor { border: 1px solid #5F6DD6; }

<div style="border:3px solid #5F6DD6">Div</div>

This div border color is #5F6DD6.


Opacity

.myOpacity80 { color: #5F6DD6; opacity: 0.8; }

<p style="color:#5F6DD6;opacity:0.8;">80%</p>

Text with #5F6DD6 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 #5F6DD6;}

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

This text has shadow with #5F6DD6 color.

.textShadow {text-shadow: 3px 3px 1px #5F6DD6, 3px 3px 1px red;}

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

This text has shadow with #5F6DD6 primary color and red secondary color.


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

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

This text has shadow with #5F6DD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6DD6 on black background.


Color preview on white background

This text has color #5F6DD6 on white background.



Black color preview on #5F6DD6 background

This text has black color on #5F6DD6 background.


White color preview on #5F6DD6 background

This text has white color on #5F6DD6 background.