COLOR #6F6BBE

HEX: #6F6BBE
RGB: (111,107,190)

Color info

#6F6BBE contains mainly blue color. Web safe color of #6F6BBE is #6666CC (or #66C).

RGB color model

#6F6BBE color RGB value is (111,107,190).

  • red value is 111;
  • green value is 107;
  • blue value is 190.
RGB:
(111,107,190)
(44%,42%,75%)

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 190 of 255 = 75%

111
107
190

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

Portions of RGB colors in percentages

R + G + B =
111 + 107 + 190 = 408 (100%)
R 111 of 408 ~ 27.21%
G 107 of 408 ~ 26.23%
B 190 of 408 ~ 46.57%

%27.21
%26.23
%46.57

CMYK color model

#6F6BBE color CMYK value is (42,44,0,25).

  • cyan value is 41.58%
  • magenta value is 43.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(42,44,0,25)
C42M44Y0K25 
(42%,44%,0%,25%)
(0.42/0.44/0.00/0.25)	

CMYK percentages

%41.58
%43.68
%0
%25.49

Codes

Color #6F6BBE in popluar color models

6F6BBE
RGB111107190
HSL243°38.97%58.24%
HSB/HSV243°43.68%74.51%
CMYK41.58%43.68%0.00%
25.49%

Color #6F6BBE in popluar number systems.

HEX6F6BBE
Decimal111107190
Binary1101111110101110111110
Octal157153276

Shades and tints

Shades of #6F6BBE

#6F6BBE
(111,107,190)
#6562AD
(101,98,173)
#5B599C
(91,89,156)
#51508B
(81,80,139)
#47477A
(71,71,122)
#3D3E69
(61,62,105)
#333558
(51,53,88)
#292C47
(41,44,71)
#1F2336
(31,35,54)
#151A25
(21,26,37)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #6F6BBE

#6F6BBE
(111,107,190)
#7C78C3
(124,120,195)
#8985C8
(137,133,200)
#9692CD
(150,146,205)
#A39FD2
(163,159,210)
#B0ACD7
(176,172,215)
#BDB9DC
(189,185,220)
#CAC6E1
(202,198,225)
#D7D3E6
(215,211,230)
#E4E0EB
(228,224,235)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6BBE color. Also use rgb(111,107,190) instead hex code.

Text Font Color

.myTextColor { color: #6F6BBE; }

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

This text font color is #6F6BBE.


Background Color

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

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

This div background color is #6F6BBE.


Border color

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

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

This div border color is #6F6BBE.


Opacity

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

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

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

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

This text has shadow with #6F6BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6BBE on black background.


Color preview on white background

This text has color #6F6BBE on white background.



Black color preview on #6F6BBE background

This text has black color on #6F6BBE background.


White color preview on #6F6BBE background

This text has white color on #6F6BBE background.