COLOR #6F638B

HEX: #6F638B
RGB: (111,99,139)

Color info

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

RGB color model

#6F638B color RGB value is (111,99,139).

  • red value is 111;
  • green value is 99;
  • blue value is 139.
RGB:
(111,99,139)
(44%,39%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 139 of 255 = 55%

111
99
139

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 139 = 349 (100%)
R 111 of 349 ~ 31.81%
G 99 of 349 ~ 28.37%
B 139 of 349 ~ 39.83%

%31.81
%28.37
%39.83

CMYK color model

#6F638B color CMYK value is (20,29,0,45).

  • cyan value is 20.14%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(20,29,0,45)
C20M29Y0K45 
(20%,29%,0%,45%)
(0.20/0.29/0.00/0.45)	

CMYK percentages

%20.14
%28.78
%0
%45.49

Codes

Color #6F638B in popluar color models

6F638B
RGB11199139
HSL258°16.81%46.67%
HSB/HSV258°28.78%54.51%
CMYK20.14%28.78%0.00%
45.49%

Color #6F638B in popluar number systems.

HEX6F638B
Decimal11199139
Binary1101111110001110001011
Octal157143213

Shades and tints

Shades of #6F638B

#6F638B
(111,99,139)
#655A7F
(101,90,127)
#5B5173
(91,81,115)
#514867
(81,72,103)
#473F5B
(71,63,91)
#3D364F
(61,54,79)
#332D43
(51,45,67)
#292437
(41,36,55)
#1F1B2B
(31,27,43)
#15121F
(21,18,31)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #6F638B

#6F638B
(111,99,139)
#7C7195
(124,113,149)
#897F9F
(137,127,159)
#968DA9
(150,141,169)
#A39BB3
(163,155,179)
#B0A9BD
(176,169,189)
#BDB7C7
(189,183,199)
#CAC5D1
(202,197,209)
#D7D3DB
(215,211,219)
#E4E1E5
(228,225,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F638B color. Also use rgb(111,99,139) instead hex code.

Text Font Color

.myTextColor { color: #6F638B; }

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

This text font color is #6F638B.


Background Color

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

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

This div background color is #6F638B.


Border color

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

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

This div border color is #6F638B.


Opacity

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

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

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

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

This text has shadow with #6F638B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F638B on black background.


Color preview on white background

This text has color #6F638B on white background.



Black color preview on #6F638B background

This text has black color on #6F638B background.


White color preview on #6F638B background

This text has white color on #6F638B background.