COLOR #6F6DAC

HEX: #6F6DAC
RGB: (111,109,172)

Color info

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

RGB color model

#6F6DAC color RGB value is (111,109,172).

  • red value is 111;
  • green value is 109;
  • blue value is 172.
RGB:
(111,109,172)
(44%,43%,67%)

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 172 of 255 = 67%

111
109
172

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

Portions of RGB colors in percentages

R + G + B =
111 + 109 + 172 = 392 (100%)
R 111 of 392 ~ 28.32%
G 109 of 392 ~ 27.81%
B 172 of 392 ~ 43.88%

%28.32
%27.81
%43.88

CMYK color model

#6F6DAC color CMYK value is (35,37,0,33).

  • cyan value is 35.47%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(35,37,0,33)
C35M37Y0K33 
(35%,37%,0%,33%)
(0.35/0.37/0.00/0.33)	

CMYK percentages

%35.47
%36.63
%0
%32.55

Codes

Color #6F6DAC in popluar color models

6F6DAC
RGB111109172
HSL242°27.51%55.10%
HSB/HSV242°36.63%67.45%
CMYK35.47%36.63%0.00%
32.55%

Color #6F6DAC in popluar number systems.

HEX6F6DAC
Decimal111109172
Binary1101111110110110101100
Octal157155254

Shades and tints

Shades of #6F6DAC

#6F6DAC
(111,109,172)
#65649D
(101,100,157)
#5B5B8E
(91,91,142)
#51527F
(81,82,127)
#474970
(71,73,112)
#3D4061
(61,64,97)
#333752
(51,55,82)
#292E43
(41,46,67)
#1F2534
(31,37,52)
#151C25
(21,28,37)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #6F6DAC

#6F6DAC
(111,109,172)
#7C7AB3
(124,122,179)
#8987BA
(137,135,186)
#9694C1
(150,148,193)
#A3A1C8
(163,161,200)
#B0AECF
(176,174,207)
#BDBBD6
(189,187,214)
#CAC8DD
(202,200,221)
#D7D5E4
(215,213,228)
#E4E2EB
(228,226,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6DAC color. Also use rgb(111,109,172) instead hex code.

Text Font Color

.myTextColor { color: #6F6DAC; }

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

This text font color is #6F6DAC.


Background Color

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

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

This div background color is #6F6DAC.


Border color

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

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

This div border color is #6F6DAC.


Opacity

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

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

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

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

This text has shadow with #6F6DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6DAC on black background.


Color preview on white background

This text has color #6F6DAC on white background.



Black color preview on #6F6DAC background

This text has black color on #6F6DAC background.


White color preview on #6F6DAC background

This text has white color on #6F6DAC background.