COLOR #6F67B1

HEX: #6F67B1
RGB: (111,103,177)

Color info

#6F67B1 contains mainly blue color. Web safe color of #6F67B1 is #666699 (or #669).

RGB color model

#6F67B1 color RGB value is (111,103,177).

  • red value is 111;
  • green value is 103;
  • blue value is 177.
RGB:
(111,103,177)
(44%,40%,69%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 177 of 255 = 69%

111
103
177

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

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 177 = 391 (100%)
R 111 of 391 ~ 28.39%
G 103 of 391 ~ 26.34%
B 177 of 391 ~ 45.27%

%28.39
%26.34
%45.27

CMYK color model

#6F67B1 color CMYK value is (37,42,0,31).

  • cyan value is 37.29%
  • magenta value is 41.81%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(37,42,0,31)
C37M42Y0K31 
(37%,42%,0%,31%)
(0.37/0.42/0.00/0.31)	

CMYK percentages

%37.29
%41.81
%0
%30.59

Codes

Color #6F67B1 in popluar color models

6F67B1
RGB111103177
HSL246°32.17%54.90%
HSB/HSV246°41.81%69.41%
CMYK37.29%41.81%0.00%
30.59%

Color #6F67B1 in popluar number systems.

HEX6F67B1
Decimal111103177
Binary1101111110011110110001
Octal157147261

Shades and tints

Shades of #6F67B1

#6F67B1
(111,103,177)
#655EA1
(101,94,161)
#5B5591
(91,85,145)
#514C81
(81,76,129)
#474371
(71,67,113)
#3D3A61
(61,58,97)
#333151
(51,49,81)
#292841
(41,40,65)
#1F1F31
(31,31,49)
#151621
(21,22,33)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F67B1

#6F67B1
(111,103,177)
#7C74B8
(124,116,184)
#8981BF
(137,129,191)
#968EC6
(150,142,198)
#A39BCD
(163,155,205)
#B0A8D4
(176,168,212)
#BDB5DB
(189,181,219)
#CAC2E2
(202,194,226)
#D7CFE9
(215,207,233)
#E4DCF0
(228,220,240)
#F1E9F7
(241,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F67B1 color. Also use rgb(111,103,177) instead hex code.

Text Font Color

.myTextColor { color: #6F67B1; }

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

This text font color is #6F67B1.


Background Color

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

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

This div background color is #6F67B1.


Border color

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

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

This div border color is #6F67B1.


Opacity

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

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

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

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

This text has shadow with #6F67B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F67B1 on black background.


Color preview on white background

This text has color #6F67B1 on white background.



Black color preview on #6F67B1 background

This text has black color on #6F67B1 background.


White color preview on #6F67B1 background

This text has white color on #6F67B1 background.