COLOR #6F34F5

HEX: #6F34F5
RGB: (111,52,245)

Color info

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

RGB color model

#6F34F5 color RGB value is (111,52,245).

  • red value is 111;
  • green value is 52;
  • blue value is 245.
RGB:
(111,52,245)
(44%,20%,96%)

RGB channels and saturation

R 111 of 255 = 44%
G 52 of 255 = 20%
B 245 of 255 = 96%

111
52
245

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

Portions of RGB colors in percentages

R + G + B =
111 + 52 + 245 = 408 (100%)
R 111 of 408 ~ 27.21%
G 52 of 408 ~ 12.75%
B 245 of 408 ~ 60.05%

%27.21
%12.75
%60.05

CMYK color model

#6F34F5 color CMYK value is (55,79,0,4).

  • cyan value is 54.69%
  • magenta value is 78.78%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(55,79,0,4)
C55M79Y0K4 
(55%,79%,0%,4%)
(0.55/0.79/0.00/0.04)	

CMYK percentages

%54.69
%78.78
%0
%3.92

Codes

Color #6F34F5 in popluar color models

6F34F5
RGB11152245
HSL258°90.61%58.24%
HSB/HSV258°78.78%96.08%
CMYK54.69%78.78%0.00%
3.92%

Color #6F34F5 in popluar number systems.

HEX6F34F5
Decimal11152245
Binary110111111010011110101
Octal15764365

Shades and tints

Shades of #6F34F5

#6F34F5
(111,52,245)
#6530DF
(101,48,223)
#5B2CC9
(91,44,201)
#5128B3
(81,40,179)
#47249D
(71,36,157)
#3D2087
(61,32,135)
#331C71
(51,28,113)
#29185B
(41,24,91)
#1F1445
(31,20,69)
#15102F
(21,16,47)
#0B0C19
(11,12,25)
#000000
(0,0,0)

Tints of #6F34F5

#6F34F5
(111,52,245)
#7C46F5
(124,70,245)
#8958F5
(137,88,245)
#966AF5
(150,106,245)
#A37CF5
(163,124,245)
#B08EF5
(176,142,245)
#BDA0F5
(189,160,245)
#CAB2F5
(202,178,245)
#D7C4F5
(215,196,245)
#E4D6F5
(228,214,245)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F34F5 color. Also use rgb(111,52,245) instead hex code.

Text Font Color

.myTextColor { color: #6F34F5; }

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

This text font color is #6F34F5.


Background Color

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

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

This div background color is #6F34F5.


Border color

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

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

This div border color is #6F34F5.


Opacity

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

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

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

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

This text has shadow with #6F34F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F34F5 on black background.


Color preview on white background

This text has color #6F34F5 on white background.



Black color preview on #6F34F5 background

This text has black color on #6F34F5 background.


White color preview on #6F34F5 background

This text has white color on #6F34F5 background.