COLOR #5F6BD6

HEX: #5F6BD6
RGB: (95,107,214)

Color info

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

RGB color model

#5F6BD6 color RGB value is (95,107,214).

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

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 214 of 255 = 84%

95
107
214

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

Portions of RGB colors in percentages

R + G + B =
95 + 107 + 214 = 416 (100%)
R 95 of 416 ~ 22.84%
G 107 of 416 ~ 25.72%
B 214 of 416 ~ 51.44%

%22.84
%25.72
%51.44

CMYK color model

#5F6BD6 color CMYK value is (56,50,0,16).

  • cyan value is 55.61%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(56,50,0,16)
C56M50Y0K16 
(56%,50%,0%,16%)
(0.56/0.50/0.00/0.16)	

CMYK percentages

%55.61
%50
%0
%16.08

Codes

Color #5F6BD6 in popluar color models

5F6BD6
RGB95107214
HSL234°59.20%60.59%
HSB/HSV234°55.61%83.92%
CMYK55.61%50.00%0.00%
16.08%

Color #5F6BD6 in popluar number systems.

HEX5F6BD6
Decimal95107214
Binary1011111110101111010110
Octal137153326

Shades and tints

Shades of #5F6BD6

#5F6BD6
(95,107,214)
#5762C3
(87,98,195)
#4F59B0
(79,89,176)
#47509D
(71,80,157)
#3F478A
(63,71,138)
#373E77
(55,62,119)
#2F3564
(47,53,100)
#272C51
(39,44,81)
#1F233E
(31,35,62)
#171A2B
(23,26,43)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #5F6BD6

#5F6BD6
(95,107,214)
#6D78D9
(109,120,217)
#7B85DC
(123,133,220)
#8992DF
(137,146,223)
#979FE2
(151,159,226)
#A5ACE5
(165,172,229)
#B3B9E8
(179,185,232)
#C1C6EB
(193,198,235)
#CFD3EE
(207,211,238)
#DDE0F1
(221,224,241)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6BD6; }

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

This text font color is #5F6BD6.


Background Color

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

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

This div background color is #5F6BD6.


Border color

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

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

This div border color is #5F6BD6.


Opacity

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

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

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

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

This text has shadow with #5F6BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6BD6 on black background.


Color preview on white background

This text has color #5F6BD6 on white background.



Black color preview on #5F6BD6 background

This text has black color on #5F6BD6 background.


White color preview on #5F6BD6 background

This text has white color on #5F6BD6 background.