COLOR #6F5FEB

HEX: #6F5FEB
RGB: (111,95,235)

Color info

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

RGB color model

#6F5FEB color RGB value is (111,95,235).

  • red value is 111;
  • green value is 95;
  • blue value is 235.
RGB:
(111,95,235)
(44%,37%,92%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 235 of 255 = 92%

111
95
235

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

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 235 = 441 (100%)
R 111 of 441 ~ 25.17%
G 95 of 441 ~ 21.54%
B 235 of 441 ~ 53.29%

%25.17
%21.54
%53.29

CMYK color model

#6F5FEB color CMYK value is (53,60,0,8).

  • cyan value is 52.77%
  • magenta value is 59.57%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(53,60,0,8)
C53M60Y0K8 
(53%,60%,0%,8%)
(0.53/0.60/0.00/0.08)	

CMYK percentages

%52.77
%59.57
%0
%7.84

Codes

Color #6F5FEB in popluar color models

6F5FEB
RGB11195235
HSL247°77.78%64.71%
HSB/HSV247°59.57%92.16%
CMYK52.77%59.57%0.00%
7.84%

Color #6F5FEB in popluar number systems.

HEX6F5FEB
Decimal11195235
Binary1101111101111111101011
Octal157137353

Shades and tints

Shades of #6F5FEB

#6F5FEB
(111,95,235)
#6557D6
(101,87,214)
#5B4FC1
(91,79,193)
#5147AC
(81,71,172)
#473F97
(71,63,151)
#3D3782
(61,55,130)
#332F6D
(51,47,109)
#292758
(41,39,88)
#1F1F43
(31,31,67)
#15172E
(21,23,46)
#0B0F19
(11,15,25)
#000000
(0,0,0)

Tints of #6F5FEB

#6F5FEB
(111,95,235)
#7C6DEC
(124,109,236)
#897BED
(137,123,237)
#9689EE
(150,137,238)
#A397EF
(163,151,239)
#B0A5F0
(176,165,240)
#BDB3F1
(189,179,241)
#CAC1F2
(202,193,242)
#D7CFF3
(215,207,243)
#E4DDF4
(228,221,244)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5FEB color. Also use rgb(111,95,235) instead hex code.

Text Font Color

.myTextColor { color: #6F5FEB; }

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

This text font color is #6F5FEB.


Background Color

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

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

This div background color is #6F5FEB.


Border color

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

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

This div border color is #6F5FEB.


Opacity

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

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

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

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

This text has shadow with #6F5FEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5FEB on black background.


Color preview on white background

This text has color #6F5FEB on white background.



Black color preview on #6F5FEB background

This text has black color on #6F5FEB background.


White color preview on #6F5FEB background

This text has white color on #6F5FEB background.