COLOR #6F66AD

HEX: #6F66AD
RGB: (111,102,173)

Color info

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

RGB color model

#6F66AD color RGB value is (111,102,173).

  • red value is 111;
  • green value is 102;
  • blue value is 173.
RGB:
(111,102,173)
(44%,40%,68%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 173 of 255 = 68%

111
102
173

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 173 = 386 (100%)
R 111 of 386 ~ 28.76%
G 102 of 386 ~ 26.42%
B 173 of 386 ~ 44.82%

%28.76
%26.42
%44.82

CMYK color model

#6F66AD color CMYK value is (36,41,0,32).

  • cyan value is 35.84%
  • magenta value is 41.04%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(36,41,0,32)
C36M41Y0K32 
(36%,41%,0%,32%)
(0.36/0.41/0.00/0.32)	

CMYK percentages

%35.84
%41.04
%0
%32.16

Codes

Color #6F66AD in popluar color models

6F66AD
RGB111102173
HSL248°30.21%53.92%
HSB/HSV248°41.04%67.84%
CMYK35.84%41.04%0.00%
32.16%

Color #6F66AD in popluar number systems.

HEX6F66AD
Decimal111102173
Binary1101111110011010101101
Octal157146255

Shades and tints

Shades of #6F66AD

#6F66AD
(111,102,173)
#655D9E
(101,93,158)
#5B548F
(91,84,143)
#514B80
(81,75,128)
#474271
(71,66,113)
#3D3962
(61,57,98)
#333053
(51,48,83)
#292744
(41,39,68)
#1F1E35
(31,30,53)
#151526
(21,21,38)
#0B0C17
(11,12,23)
#000000
(0,0,0)

Tints of #6F66AD

#6F66AD
(111,102,173)
#7C73B4
(124,115,180)
#8980BB
(137,128,187)
#968DC2
(150,141,194)
#A39AC9
(163,154,201)
#B0A7D0
(176,167,208)
#BDB4D7
(189,180,215)
#CAC1DE
(202,193,222)
#D7CEE5
(215,206,229)
#E4DBEC
(228,219,236)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F66AD color. Also use rgb(111,102,173) instead hex code.

Text Font Color

.myTextColor { color: #6F66AD; }

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

This text font color is #6F66AD.


Background Color

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

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

This div background color is #6F66AD.


Border color

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

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

This div border color is #6F66AD.


Opacity

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

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

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

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

This text has shadow with #6F66AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F66AD on black background.


Color preview on white background

This text has color #6F66AD on white background.



Black color preview on #6F66AD background

This text has black color on #6F66AD background.


White color preview on #6F66AD background

This text has white color on #6F66AD background.