COLOR #6F67A7

HEX: #6F67A7
RGB: (111,103,167)

Color info

#6F67A7 contains mainly red and blue colors. Web safe color of #6F67A7 is #666699 (or #669).

RGB color model

#6F67A7 color RGB value is (111,103,167).

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

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 167 of 255 = 65%

111
103
167

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

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 167 = 381 (100%)
R 111 of 381 ~ 29.13%
G 103 of 381 ~ 27.03%
B 167 of 381 ~ 43.83%

%29.13
%27.03
%43.83

CMYK color model

#6F67A7 color CMYK value is (34,38,0,35).

  • cyan value is 33.53%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(34,38,0,35)
C34M38Y0K35 
(34%,38%,0%,35%)
(0.34/0.38/0.00/0.35)	

CMYK percentages

%33.53
%38.32
%0
%34.51

Codes

Color #6F67A7 in popluar color models

6F67A7
RGB111103167
HSL248°26.67%52.94%
HSB/HSV248°38.32%65.49%
CMYK33.53%38.32%0.00%
34.51%

Color #6F67A7 in popluar number systems.

HEX6F67A7
Decimal111103167
Binary1101111110011110100111
Octal157147247

Shades and tints

Shades of #6F67A7

#6F67A7
(111,103,167)
#655E98
(101,94,152)
#5B5589
(91,85,137)
#514C7A
(81,76,122)
#47436B
(71,67,107)
#3D3A5C
(61,58,92)
#33314D
(51,49,77)
#29283E
(41,40,62)
#1F1F2F
(31,31,47)
#151620
(21,22,32)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F67A7

#6F67A7
(111,103,167)
#7C74AF
(124,116,175)
#8981B7
(137,129,183)
#968EBF
(150,142,191)
#A39BC7
(163,155,199)
#B0A8CF
(176,168,207)
#BDB5D7
(189,181,215)
#CAC2DF
(202,194,223)
#D7CFE7
(215,207,231)
#E4DCEF
(228,220,239)
#F1E9F7
(241,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F67A7; }

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

This text font color is #6F67A7.


Background Color

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

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

This div background color is #6F67A7.


Border color

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

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

This div border color is #6F67A7.


Opacity

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

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

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

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

This text has shadow with #6F67A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F67A7 on black background.


Color preview on white background

This text has color #6F67A7 on white background.



Black color preview on #6F67A7 background

This text has black color on #6F67A7 background.


White color preview on #6F67A7 background

This text has white color on #6F67A7 background.