COLOR #6F4BF8

HEX: #6F4BF8
RGB: (111,75,248)

Color info

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

RGB color model

#6F4BF8 color RGB value is (111,75,248).

  • red value is 111;
  • green value is 75;
  • blue value is 248.
RGB:
(111,75,248)
(44%,29%,97%)

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 248 of 255 = 97%

111
75
248

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

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 248 = 434 (100%)
R 111 of 434 ~ 25.58%
G 75 of 434 ~ 17.28%
B 248 of 434 ~ 57.14%

%25.58
%17.28
%57.14

CMYK color model

#6F4BF8 color CMYK value is (55,70,0,3).

  • cyan value is 55.24%
  • magenta value is 69.76%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(55,70,0,3)
C55M70Y0K3 
(55%,70%,0%,3%)
(0.55/0.70/0.00/0.03)	

CMYK percentages

%55.24
%69.76
%0
%2.75

Codes

Color #6F4BF8 in popluar color models

6F4BF8
RGB11175248
HSL252°92.51%63.33%
HSB/HSV252°69.76%97.25%
CMYK55.24%69.76%0.00%
2.75%

Color #6F4BF8 in popluar number systems.

HEX6F4BF8
Decimal11175248
Binary1101111100101111111000
Octal157113370

Shades and tints

Shades of #6F4BF8

#6F4BF8
(111,75,248)
#6545E2
(101,69,226)
#5B3FCC
(91,63,204)
#5139B6
(81,57,182)
#4733A0
(71,51,160)
#3D2D8A
(61,45,138)
#332774
(51,39,116)
#29215E
(41,33,94)
#1F1B48
(31,27,72)
#151532
(21,21,50)
#0B0F1C
(11,15,28)
#000000
(0,0,0)

Tints of #6F4BF8

#6F4BF8
(111,75,248)
#7C5BF8
(124,91,248)
#896BF8
(137,107,248)
#967BF8
(150,123,248)
#A38BF8
(163,139,248)
#B09BF8
(176,155,248)
#BDABF8
(189,171,248)
#CABBF8
(202,187,248)
#D7CBF8
(215,203,248)
#E4DBF8
(228,219,248)
#F1EBF8
(241,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4BF8 color. Also use rgb(111,75,248) instead hex code.

Text Font Color

.myTextColor { color: #6F4BF8; }

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

This text font color is #6F4BF8.


Background Color

.myBgColor { background-color: #6F4BF8; }

<div style="background-color:#6F4BF8">Inner text</div>

This div background color is #6F4BF8.


Border color

.myBorderColor { border: 1px solid #6F4BF8; }

<div style="border:3px solid #6F4BF8">Div</div>

This div border color is #6F4BF8.


Opacity

.myOpacity80 { color: #6F4BF8; opacity: 0.8; }

<p style="color:#6F4BF8;opacity:0.8;">80%</p>

Text with #6F4BF8 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 #6F4BF8;}

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

This text has shadow with #6F4BF8 color.

.textShadow {text-shadow: 3px 3px 1px #6F4BF8, 3px 3px 1px red;}

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

This text has shadow with #6F4BF8 primary color and red secondary color.


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

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

This text has shadow with #6F4BF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4BF8 on black background.


Color preview on white background

This text has color #6F4BF8 on white background.



Black color preview on #6F4BF8 background

This text has black color on #6F4BF8 background.


White color preview on #6F4BF8 background

This text has white color on #6F4BF8 background.