COLOR #6F67AA

HEX: #6F67AA
RGB: (111,103,170)

Color info

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

RGB color model

#6F67AA color RGB value is (111,103,170).

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

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 170 of 255 = 67%

111
103
170

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

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 170 = 384 (100%)
R 111 of 384 ~ 28.91%
G 103 of 384 ~ 26.82%
B 170 of 384 ~ 44.27%

%28.91
%26.82
%44.27

CMYK color model

#6F67AA color CMYK value is (35,39,0,33).

  • cyan value is 34.71%
  • magenta value is 39.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(35,39,0,33)
C35M39Y0K33 
(35%,39%,0%,33%)
(0.35/0.39/0.00/0.33)	

CMYK percentages

%34.71
%39.41
%0
%33.33

Codes

Color #6F67AA in popluar color models

6F67AA
RGB111103170
HSL247°28.27%53.53%
HSB/HSV247°39.41%66.67%
CMYK34.71%39.41%0.00%
33.33%

Color #6F67AA in popluar number systems.

HEX6F67AA
Decimal111103170
Binary1101111110011110101010
Octal157147252

Shades and tints

Shades of #6F67AA

#6F67AA
(111,103,170)
#655E9B
(101,94,155)
#5B558C
(91,85,140)
#514C7D
(81,76,125)
#47436E
(71,67,110)
#3D3A5F
(61,58,95)
#333150
(51,49,80)
#292841
(41,40,65)
#1F1F32
(31,31,50)
#151623
(21,22,35)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #6F67AA

#6F67AA
(111,103,170)
#7C74B1
(124,116,177)
#8981B8
(137,129,184)
#968EBF
(150,142,191)
#A39BC6
(163,155,198)
#B0A8CD
(176,168,205)
#BDB5D4
(189,181,212)
#CAC2DB
(202,194,219)
#D7CFE2
(215,207,226)
#E4DCE9
(228,220,233)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F67AA; }

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

This text font color is #6F67AA.


Background Color

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

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

This div background color is #6F67AA.


Border color

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

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

This div border color is #6F67AA.


Opacity

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

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

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

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

This text has shadow with #6F67AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F67AA on black background.


Color preview on white background

This text has color #6F67AA on white background.



Black color preview on #6F67AA background

This text has black color on #6F67AA background.


White color preview on #6F67AA background

This text has white color on #6F67AA background.