COLOR #6F6AC6

HEX: #6F6AC6
RGB: (111,106,198)

Color info

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

RGB color model

#6F6AC6 color RGB value is (111,106,198).

  • red value is 111;
  • green value is 106;
  • blue value is 198.
RGB:
(111,106,198)
(44%,42%,78%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 198 of 255 = 78%

111
106
198

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 198 = 415 (100%)
R 111 of 415 ~ 26.75%
G 106 of 415 ~ 25.54%
B 198 of 415 ~ 47.71%

%26.75
%25.54
%47.71

CMYK color model

#6F6AC6 color CMYK value is (44,46,0,22).

  • cyan value is 43.94%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(44,46,0,22)
C44M46Y0K22 
(44%,46%,0%,22%)
(0.44/0.46/0.00/0.22)	

CMYK percentages

%43.94
%46.46
%0
%22.35

Codes

Color #6F6AC6 in popluar color models

6F6AC6
RGB111106198
HSL243°44.66%59.61%
HSB/HSV243°46.46%77.65%
CMYK43.94%46.46%0.00%
22.35%

Color #6F6AC6 in popluar number systems.

HEX6F6AC6
Decimal111106198
Binary1101111110101011000110
Octal157152306

Shades and tints

Shades of #6F6AC6

#6F6AC6
(111,106,198)
#6561B4
(101,97,180)
#5B58A2
(91,88,162)
#514F90
(81,79,144)
#47467E
(71,70,126)
#3D3D6C
(61,61,108)
#33345A
(51,52,90)
#292B48
(41,43,72)
#1F2236
(31,34,54)
#151924
(21,25,36)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F6AC6

#6F6AC6
(111,106,198)
#7C77CB
(124,119,203)
#8984D0
(137,132,208)
#9691D5
(150,145,213)
#A39EDA
(163,158,218)
#B0ABDF
(176,171,223)
#BDB8E4
(189,184,228)
#CAC5E9
(202,197,233)
#D7D2EE
(215,210,238)
#E4DFF3
(228,223,243)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6AC6 color. Also use rgb(111,106,198) instead hex code.

Text Font Color

.myTextColor { color: #6F6AC6; }

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

This text font color is #6F6AC6.


Background Color

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

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

This div background color is #6F6AC6.


Border color

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

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

This div border color is #6F6AC6.


Opacity

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

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

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

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

This text has shadow with #6F6AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6AC6 on black background.


Color preview on white background

This text has color #6F6AC6 on white background.



Black color preview on #6F6AC6 background

This text has black color on #6F6AC6 background.


White color preview on #6F6AC6 background

This text has white color on #6F6AC6 background.