COLOR #6F628E

HEX: #6F628E
RGB: (111,98,142)

Color info

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

RGB color model

#6F628E color RGB value is (111,98,142).

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

RGB channels and saturation

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

111
98
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 142 = 351 (100%)
R 111 of 351 ~ 31.62%
G 98 of 351 ~ 27.92%
B 142 of 351 ~ 40.46%

%31.62
%27.92
%40.46

CMYK color model

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

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

CMYK percentages

%21.83
%30.99
%0
%44.31

Codes

Color #6F628E in popluar color models

6F628E
RGB11198142
HSL258°18.33%47.06%
HSB/HSV258°30.99%55.69%
CMYK21.83%30.99%0.00%
44.31%

Color #6F628E in popluar number systems.

HEX6F628E
Decimal11198142
Binary1101111110001010001110
Octal157142216

Shades and tints

Shades of #6F628E

#6F628E
(111,98,142)
#655A82
(101,90,130)
#5B5276
(91,82,118)
#514A6A
(81,74,106)
#47425E
(71,66,94)
#3D3A52
(61,58,82)
#333246
(51,50,70)
#292A3A
(41,42,58)
#1F222E
(31,34,46)
#151A22
(21,26,34)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6F628E

#6F628E
(111,98,142)
#7C7098
(124,112,152)
#897EA2
(137,126,162)
#968CAC
(150,140,172)
#A39AB6
(163,154,182)
#B0A8C0
(176,168,192)
#BDB6CA
(189,182,202)
#CAC4D4
(202,196,212)
#D7D2DE
(215,210,222)
#E4E0E8
(228,224,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F628E; }

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

This text font color is #6F628E.


Background Color

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

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

This div background color is #6F628E.


Border color

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

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

This div border color is #6F628E.


Opacity

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

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

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

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

This text has shadow with #6F628E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F628E on black background.


Color preview on white background

This text has color #6F628E on white background.



Black color preview on #6F628E background

This text has black color on #6F628E background.


White color preview on #6F628E background

This text has white color on #6F628E background.