COLOR #5F64F6

HEX: #5F64F6
RGB: (95,100,246)

Color info

#5F64F6 contains mainly blue color. Web safe color of #5F64F6 is #6666FF (or #66F).

RGB color model

#5F64F6 color RGB value is (95,100,246).

  • red value is 95;
  • green value is 100;
  • blue value is 246.
RGB:
(95,100,246)
(37%,39%,96%)

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 246 of 255 = 96%

95
100
246

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

Portions of RGB colors in percentages

R + G + B =
95 + 100 + 246 = 441 (100%)
R 95 of 441 ~ 21.54%
G 100 of 441 ~ 22.68%
B 246 of 441 ~ 55.78%

%21.54
%22.68
%55.78

CMYK color model

#5F64F6 color CMYK value is (61,59,0,4).

  • cyan value is 61.38%
  • magenta value is 59.35%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(61,59,0,4)
C61M59Y0K4 
(61%,59%,0%,4%)
(0.61/0.59/0.00/0.04)	

CMYK percentages

%61.38
%59.35
%0
%3.53

Codes

Color #5F64F6 in popluar color models

5F64F6
RGB95100246
HSL238°89.35%66.86%
HSB/HSV238°61.38%96.47%
CMYK61.38%59.35%0.00%
3.53%

Color #5F64F6 in popluar number systems.

HEX5F64F6
Decimal95100246
Binary1011111110010011110110
Octal137144366

Shades and tints

Shades of #5F64F6

#5F64F6
(95,100,246)
#575BE0
(87,91,224)
#4F52CA
(79,82,202)
#4749B4
(71,73,180)
#3F409E
(63,64,158)
#373788
(55,55,136)
#2F2E72
(47,46,114)
#27255C
(39,37,92)
#1F1C46
(31,28,70)
#171330
(23,19,48)
#0F0A1A
(15,10,26)
#000000
(0,0,0)

Tints of #5F64F6

#5F64F6
(95,100,246)
#6D72F6
(109,114,246)
#7B80F6
(123,128,246)
#898EF6
(137,142,246)
#979CF6
(151,156,246)
#A5AAF6
(165,170,246)
#B3B8F6
(179,184,246)
#C1C6F6
(193,198,246)
#CFD4F6
(207,212,246)
#DDE2F6
(221,226,246)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F64F6 color. Also use rgb(95,100,246) instead hex code.

Text Font Color

.myTextColor { color: #5F64F6; }

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

This text font color is #5F64F6.


Background Color

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

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

This div background color is #5F64F6.


Border color

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

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

This div border color is #5F64F6.


Opacity

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

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

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

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

This text has shadow with #5F64F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F64F6 on black background.


Color preview on white background

This text has color #5F64F6 on white background.



Black color preview on #5F64F6 background

This text has black color on #5F64F6 background.


White color preview on #5F64F6 background

This text has white color on #5F64F6 background.