COLOR #6F66CD

HEX: #6F66CD
RGB: (111,102,205)

Color info

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

RGB color model

#6F66CD color RGB value is (111,102,205).

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

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 205 of 255 = 80%

111
102
205

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 205 = 418 (100%)
R 111 of 418 ~ 26.56%
G 102 of 418 ~ 24.4%
B 205 of 418 ~ 49.04%

%26.56
%24.4
%49.04

CMYK color model

#6F66CD color CMYK value is (46,50,0,20).

  • cyan value is 45.85%
  • magenta value is 50.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(46,50,0,20)
C46M50Y0K20 
(46%,50%,0%,20%)
(0.46/0.50/0.00/0.20)	

CMYK percentages

%45.85
%50.24
%0
%19.61

Codes

Color #6F66CD in popluar color models

6F66CD
RGB111102205
HSL245°50.74%60.20%
HSB/HSV245°50.24%80.39%
CMYK45.85%50.24%0.00%
19.61%

Color #6F66CD in popluar number systems.

HEX6F66CD
Decimal111102205
Binary1101111110011011001101
Octal157146315

Shades and tints

Shades of #6F66CD

#6F66CD
(111,102,205)
#655DBB
(101,93,187)
#5B54A9
(91,84,169)
#514B97
(81,75,151)
#474285
(71,66,133)
#3D3973
(61,57,115)
#333061
(51,48,97)
#29274F
(41,39,79)
#1F1E3D
(31,30,61)
#15152B
(21,21,43)
#0B0C19
(11,12,25)
#000000
(0,0,0)

Tints of #6F66CD

#6F66CD
(111,102,205)
#7C73D1
(124,115,209)
#8980D5
(137,128,213)
#968DD9
(150,141,217)
#A39ADD
(163,154,221)
#B0A7E1
(176,167,225)
#BDB4E5
(189,180,229)
#CAC1E9
(202,193,233)
#D7CEED
(215,206,237)
#E4DBF1
(228,219,241)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F66CD; }

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

This text font color is #6F66CD.


Background Color

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

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

This div background color is #6F66CD.


Border color

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

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

This div border color is #6F66CD.


Opacity

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

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

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

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

This text has shadow with #6F66CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F66CD on black background.


Color preview on white background

This text has color #6F66CD on white background.



Black color preview on #6F66CD background

This text has black color on #6F66CD background.


White color preview on #6F66CD background

This text has white color on #6F66CD background.