COLOR #6F628F

HEX: #6F628F
RGB: (111,98,143)

Color info

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

RGB color model

#6F628F color RGB value is (111,98,143).

  • red value is 111;
  • green value is 98;
  • blue value is 143.
RGB:
(111,98,143)
(44%,38%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 98 of 255 = 38%
B 143 of 255 = 56%

111
98
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 143 = 352 (100%)
R 111 of 352 ~ 31.53%
G 98 of 352 ~ 27.84%
B 143 of 352 ~ 40.63%

%31.53
%27.84
%40.63

CMYK color model

#6F628F color CMYK value is (22,31,0,44).

  • cyan value is 22.38%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,31,0,44)
C22M31Y0K44 
(22%,31%,0%,44%)
(0.22/0.31/0.00/0.44)	

CMYK percentages

%22.38
%31.47
%0
%43.92

Codes

Color #6F628F in popluar color models

6F628F
RGB11198143
HSL257°18.67%47.25%
HSB/HSV257°31.47%56.08%
CMYK22.38%31.47%0.00%
43.92%

Color #6F628F in popluar number systems.

HEX6F628F
Decimal11198143
Binary1101111110001010001111
Octal157142217

Shades and tints

Shades of #6F628F

#6F628F
(111,98,143)
#655A82
(101,90,130)
#5B5275
(91,82,117)
#514A68
(81,74,104)
#47425B
(71,66,91)
#3D3A4E
(61,58,78)
#333241
(51,50,65)
#292A34
(41,42,52)
#1F2227
(31,34,39)
#151A1A
(21,26,26)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #6F628F

#6F628F
(111,98,143)
#7C7099
(124,112,153)
#897EA3
(137,126,163)
#968CAD
(150,140,173)
#A39AB7
(163,154,183)
#B0A8C1
(176,168,193)
#BDB6CB
(189,182,203)
#CAC4D5
(202,196,213)
#D7D2DF
(215,210,223)
#E4E0E9
(228,224,233)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F628F color. Also use rgb(111,98,143) instead hex code.

Text Font Color

.myTextColor { color: #6F628F; }

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

This text font color is #6F628F.


Background Color

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

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

This div background color is #6F628F.


Border color

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

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

This div border color is #6F628F.


Opacity

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

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

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

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

This text has shadow with #6F628F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F628F on black background.


Color preview on white background

This text has color #6F628F on white background.



Black color preview on #6F628F background

This text has black color on #6F628F background.


White color preview on #6F628F background

This text has white color on #6F628F background.