COLOR #5F64F9

HEX: #5F64F9
RGB: (95,100,249)

Color info

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

RGB color model

#5F64F9 color RGB value is (95,100,249).

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

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 249 of 255 = 98%

95
100
249

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

Portions of RGB colors in percentages

R + G + B =
95 + 100 + 249 = 444 (100%)
R 95 of 444 ~ 21.4%
G 100 of 444 ~ 22.52%
B 249 of 444 ~ 56.08%

%21.4
%22.52
%56.08

CMYK color model

#5F64F9 color CMYK value is (62,60,0,2).

  • cyan value is 61.85%
  • magenta value is 59.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(62,60,0,2)
C62M60Y0K2 
(62%,60%,0%,2%)
(0.62/0.60/0.00/0.02)	

CMYK percentages

%61.85
%59.84
%0
%2.35

Codes

Color #5F64F9 in popluar color models

5F64F9
RGB95100249
HSL238°92.77%67.45%
HSB/HSV238°61.85%97.65%
CMYK61.85%59.84%0.00%
2.35%

Color #5F64F9 in popluar number systems.

HEX5F64F9
Decimal95100249
Binary1011111110010011111001
Octal137144371

Shades and tints

Shades of #5F64F9

#5F64F9
(95,100,249)
#575BE3
(87,91,227)
#4F52CD
(79,82,205)
#4749B7
(71,73,183)
#3F40A1
(63,64,161)
#37378B
(55,55,139)
#2F2E75
(47,46,117)
#27255F
(39,37,95)
#1F1C49
(31,28,73)
#171333
(23,19,51)
#0F0A1D
(15,10,29)
#000000
(0,0,0)

Tints of #5F64F9

#5F64F9
(95,100,249)
#6D72F9
(109,114,249)
#7B80F9
(123,128,249)
#898EF9
(137,142,249)
#979CF9
(151,156,249)
#A5AAF9
(165,170,249)
#B3B8F9
(179,184,249)
#C1C6F9
(193,198,249)
#CFD4F9
(207,212,249)
#DDE2F9
(221,226,249)
#EBF0F9
(235,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F64F9; }

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

This text font color is #5F64F9.


Background Color

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

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

This div background color is #5F64F9.


Border color

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

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

This div border color is #5F64F9.


Opacity

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

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

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

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

This text has shadow with #5F64F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F64F9 on black background.


Color preview on white background

This text has color #5F64F9 on white background.



Black color preview on #5F64F9 background

This text has black color on #5F64F9 background.


White color preview on #5F64F9 background

This text has white color on #5F64F9 background.