COLOR #5F6DE4

HEX: #5F6DE4 RGB: (95,109,228)

Color info

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

RGB color model

#5F6DE4 color RGB value is (95,109,228).

RGB: (95,109,228) (37%, 43%, 89%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 228 of 255 = 89%

95
109
228

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

Portions of RGB colors in percentages

R + G + B = 95 + 109 + 228 = 432 (100%)
R 95 of 432 ~ 21.99%
G 109 of 432 ~ 25.23%
B 228 of 432 ~ 52.78'%

%21.99
%25.23
%52.78

CMYK color model

#5F6DE4 color CMYK value is (58,52,0,11).

  • cyan value is 58.33%
  • magenta value is 52.19%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (58,52,0,11)
C58M52Y0K11 (58%, 52%, 0%, 11%)
(0.58 / 0.52 / 0.00 / 0.11)

CMYK percentages

%58.33
%52.19
%0
%10.59

Codes

Color #5F6DE4 in popluar color models

5F 6D E4
RGB 95 109 228
HSL 234° 71.12% 63.33%
HSB/HSV 234° 58.33% 89.41%
CMYK 58.33% 52.19% 0.00%
10.59%

Color #5F6DE4 in popluar number systems.

HEX 5F 6D E4
Decimal 95 109 228
Binary 1011111 1101101 11100100
Octal 137 155 344

Shades and tints

Shades of #5F6DE4

#5F6DE4
(95,109,228)
#5764D0
(87,100,208)
#4F5BBC
(79,91,188)
#4752A8
(71,82,168)
#3F4994
(63,73,148)
#374080
(55,64,128)
#2F376C
(47,55,108)
#272E58
(39,46,88)
#1F2544
(31,37,68)
#171C30
(23,28,48)
#0F131C
(15,19,28)
#000000
(0,0,0)

Tints of #5F6DE4

#5F6DE4
(95,109,228)
#6D7AE6
(109,122,230)
#7B87E8
(123,135,232)
#8994EA
(137,148,234)
#97A1EC
(151,161,236)
#A5AEEE
(165,174,238)
#B3BBF0
(179,187,240)
#C1C8F2
(193,200,242)
#CFD5F4
(207,213,244)
#DDE2F6
(221,226,246)
#EBEFF8
(235,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6DE4; }

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

This text font color is #5F6DE4.

Background Color

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

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

This div background color is #5F6DE4.

Border color

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

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

This div border color is #5F6DE4.

Opacity

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

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

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

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

This text has shadow with #5F6DE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6DE4.

Preview

Color preview on black background

This text has color #5F6DE4 on black background.


Color preview on white background

This text has color #5F6DE4 on white background.


Black color preview on #5F6DE4 background

This text has black color on #5F6DE4 background.


White color preview on #5F6DE4 background

This text has white color on #5F6DE4 background.


Related colors

Complementary color

Complementary color for #hex is #A0921B.


I love getcolorcode.com

Triadic colors

1 #E45F6D and #6DE45F with #5F6DE4 are triadic colors.

2 #E46D5F and #6D5FE4 with #5F6DE4 are triadic colors.