COLOR #615FED

HEX: #615FED RGB: (97,95,237)

Color info

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

RGB color model

#615FED color RGB value is (97,95,237).

RGB: (97,95,237) (38%, 37%, 93%)

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 237 of 255 = 93%

97
95
237

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

Portions of RGB colors in percentages

R + G + B = 97 + 95 + 237 = 429 (100%)
R 97 of 429 ~ 22.61%
G 95 of 429 ~ 22.14%
B 237 of 429 ~ 55.24'%

%22.61
%22.14
%55.24

CMYK color model

#615FED color CMYK value is (59,60,0,7).

  • cyan value is 59.07%
  • magenta value is 59.92%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (59,60,0,7)
C59M60Y0K7 (59%, 60%, 0%, 7%)
(0.59 / 0.60 / 0.00 / 0.07)

CMYK percentages

%59.07
%59.92
%0
%7.06

Codes

Color #615FED in popluar color models

61 5F ED
RGB 97 95 237
HSL 241° 79.78% 65.10%
HSB/HSV 241° 59.92% 92.94%
CMYK 59.07% 59.92% 0.00%
7.06%

Color #615FED in popluar number systems.

HEX 61 5F ED
Decimal 97 95 237
Binary 1100001 1011111 11101101
Octal 141 137 355

Shades and tints

Shades of #615FED

#615FED
(97,95,237)
#5957D8
(89,87,216)
#514FC3
(81,79,195)
#4947AE
(73,71,174)
#413F99
(65,63,153)
#393784
(57,55,132)
#312F6F
(49,47,111)
#29275A
(41,39,90)
#211F45
(33,31,69)
#191730
(25,23,48)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #615FED

#615FED
(97,95,237)
#6F6DEE
(111,109,238)
#7D7BEF
(125,123,239)
#8B89F0
(139,137,240)
#9997F1
(153,151,241)
#A7A5F2
(167,165,242)
#B5B3F3
(181,179,243)
#C3C1F4
(195,193,244)
#D1CFF5
(209,207,245)
#DFDDF6
(223,221,246)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615FED color. Also use rgb(97,95,237) instead hex code.

Text Font Color

.myTextColor { color: #615FED; }

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

This text font color is #615FED.

Background Color

.myBgColor { background-color: #615FED; }

<div style="background-color:#615FED">Inner text</div>

This div background color is #615FED.

Border color

.myBorderColor { border: 1px solid #615FED; }

<div style="border:3px solid #615FED">Div</div>

This div border color is #615FED.

Opacity

.myOpacity80 { color: #615FED; opacity: 0.8; }

<p style="color:#615FED;opacity:0.8;">80%</p>

Text with #615FED 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 #615FED;}

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

This text has shadow with #615FED color.


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

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

This text has shadow with #615FED primary color and red secondary color.


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

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

This text has shadow with #615FED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #615FED.

Preview

Color preview on black background

This text has color #615FED on black background.


Color preview on white background

This text has color #615FED on white background.


Black color preview on #615FED background

This text has black color on #615FED background.


White color preview on #615FED background

This text has white color on #615FED background.


Related colors

Complementary color

Complementary color for #hex is #9EA012.


I love getcolorcode.com

Triadic colors

1 #ED615F and #5FED61 with #615FED are triadic colors.

2 #ED5F61 and #5F61ED with #615FED are triadic colors.