COLOR #611BF8

HEX: #611BF8
RGB: (97,27,248)

Color info

#611BF8 contains mainly blue color. Web safe color of #611BF8 is #6633FF (or #63F).

RGB color model

#611BF8 color RGB value is (97,27,248).

  • red value is 97;
  • green value is 27;
  • blue value is 248.
RGB:
(97,27,248)
(38%,11%,97%)

RGB channels and saturation

R 97 of 255 = 38%
G 27 of 255 = 11%
B 248 of 255 = 97%

97
27
248

R + G + B ~ 49%. #611BF8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 27 + 248 = 372 (100%)
R 97 of 372 ~ 26.08%
G 27 of 372 ~ 7.26%
B 248 of 372 ~ 66.67%

%26.08
%66.67

CMYK color model

#611BF8 color CMYK value is (61,89,0,3).

  • cyan value is 60.89%
  • magenta value is 89.11%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(61,89,0,3)
C61M89Y0K3 
(61%,89%,0%,3%)
(0.61/0.89/0.00/0.03)	

CMYK percentages

%60.89
%89.11
%0
%2.75

Codes

Color #611BF8 in popluar color models

611BF8
RGB9727248
HSL259°94.04%53.92%
HSB/HSV259°89.11%97.25%
CMYK60.89%89.11%0.00%
2.75%

Color #611BF8 in popluar number systems.

HEX611BF8
Decimal9727248
Binary11000011101111111000
Octal14133370

Shades and tints

Shades of #611BF8

#611BF8
(97,27,248)
#5919E2
(89,25,226)
#5117CC
(81,23,204)
#4915B6
(73,21,182)
#4113A0
(65,19,160)
#39118A
(57,17,138)
#310F74
(49,15,116)
#290D5E
(41,13,94)
#210B48
(33,11,72)
#190932
(25,9,50)
#11071C
(17,7,28)
#000000
(0,0,0)

Tints of #611BF8

#611BF8
(97,27,248)
#6F2FF8
(111,47,248)
#7D43F8
(125,67,248)
#8B57F8
(139,87,248)
#996BF8
(153,107,248)
#A77FF8
(167,127,248)
#B593F8
(181,147,248)
#C3A7F8
(195,167,248)
#D1BBF8
(209,187,248)
#DFCFF8
(223,207,248)
#EDE3F8
(237,227,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #611BF8 color. Also use rgb(97,27,248) instead hex code.

Text Font Color

.myTextColor { color: #611BF8; }

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

This text font color is #611BF8.


Background Color

.myBgColor { background-color: #611BF8; }

<div style="background-color:#611BF8">Inner text</div>

This div background color is #611BF8.


Border color

.myBorderColor { border: 1px solid #611BF8; }

<div style="border:3px solid #611BF8">Div</div>

This div border color is #611BF8.


Opacity

.myOpacity80 { color: #611BF8; opacity: 0.8; }

<p style="color:#611BF8;opacity:0.8;">80%</p>

Text with #611BF8 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 #611BF8;}

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

This text has shadow with #611BF8 color.

.textShadow {text-shadow: 3px 3px 1px #611BF8, 3px 3px 1px red;}

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

This text has shadow with #611BF8 primary color and red secondary color.


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

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

This text has shadow with #611BF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611BF8 on black background.


Color preview on white background

This text has color #611BF8 on white background.



Black color preview on #611BF8 background

This text has black color on #611BF8 background.


White color preview on #611BF8 background

This text has white color on #611BF8 background.