COLOR #6F649D

HEX: #6F649D
RGB: (111,100,157)

Color info

#6F649D contains red, green and blue colors in about the same proportion. Web safe color of #6F649D is #666699 (or #669).

RGB color model

#6F649D color RGB value is (111,100,157).

  • red value is 111;
  • green value is 100;
  • blue value is 157.
RGB:
(111,100,157)
(44%,39%,62%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 157 of 255 = 62%

111
100
157

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

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 157 = 368 (100%)
R 111 of 368 ~ 30.16%
G 100 of 368 ~ 27.17%
B 157 of 368 ~ 42.66%

%30.16
%27.17
%42.66

CMYK color model

#6F649D color CMYK value is (29,36,0,38).

  • cyan value is 29.30%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(29,36,0,38)
C29M36Y0K38 
(29%,36%,0%,38%)
(0.29/0.36/0.00/0.38)	

CMYK percentages

%29.3
%36.31
%0
%38.43

Codes

Color #6F649D in popluar color models

6F649D
RGB111100157
HSL252°22.53%50.39%
HSB/HSV252°36.31%61.57%
CMYK29.30%36.31%0.00%
38.43%

Color #6F649D in popluar number systems.

HEX6F649D
Decimal111100157
Binary1101111110010010011101
Octal157144235

Shades and tints

Shades of #6F649D

#6F649D
(111,100,157)
#655B8F
(101,91,143)
#5B5281
(91,82,129)
#514973
(81,73,115)
#474065
(71,64,101)
#3D3757
(61,55,87)
#332E49
(51,46,73)
#29253B
(41,37,59)
#1F1C2D
(31,28,45)
#15131F
(21,19,31)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #6F649D

#6F649D
(111,100,157)
#7C72A5
(124,114,165)
#8980AD
(137,128,173)
#968EB5
(150,142,181)
#A39CBD
(163,156,189)
#B0AAC5
(176,170,197)
#BDB8CD
(189,184,205)
#CAC6D5
(202,198,213)
#D7D4DD
(215,212,221)
#E4E2E5
(228,226,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F649D color. Also use rgb(111,100,157) instead hex code.

Text Font Color

.myTextColor { color: #6F649D; }

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

This text font color is #6F649D.


Background Color

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

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

This div background color is #6F649D.


Border color

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

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

This div border color is #6F649D.


Opacity

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

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

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

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

This text has shadow with #6F649D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F649D on black background.


Color preview on white background

This text has color #6F649D on white background.



Black color preview on #6F649D background

This text has black color on #6F649D background.


White color preview on #6F649D background

This text has white color on #6F649D background.