COLOR #6F648B

HEX: #6F648B RGB: (111,100,139)

Color info

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

RGB color model

#6F648B color RGB value is (111,100,139).

RGB: (111,100,139) (44%, 39%, 55%)

RGB channels and saturation

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

111
100
139

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

Portions of RGB colors in percentages

R + G + B = 111 + 100 + 139 = 350 (100%)
R 111 of 350 ~ 31.71%
G 100 of 350 ~ 28.57%
B 139 of 350 ~ 39.71'%

%31.71
%28.57
%39.71

CMYK color model

#6F648B color CMYK value is (20,28,0,45).

  • cyan value is 20.14%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (20,28,0,45)
C20M28Y0K45 (20%, 28%, 0%, 45%)
(0.20 / 0.28 / 0.00 / 0.45)

CMYK percentages

%20.14
%28.06
%0
%45.49

Codes

Color #6F648B in popluar color models

6F 64 8B
RGB 111 100 139
HSL 257° 16.32% 46.86%
HSB/HSV 257° 28.06% 54.51%
CMYK 20.14% 28.06% 0.00%
45.49%

Color #6F648B in popluar number systems.

HEX 6F 64 8B
Decimal 111 100 139
Binary 1101111 1100100 10001011
Octal 157 144 213

Shades and tints

Shades of #6F648B

#6F648B
(111,100,139)
#655B7F
(101,91,127)
#5B5273
(91,82,115)
#514967
(81,73,103)
#47405B
(71,64,91)
#3D374F
(61,55,79)
#332E43
(51,46,67)
#292537
(41,37,55)
#1F1C2B
(31,28,43)
#15131F
(21,19,31)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #6F648B

#6F648B
(111,100,139)
#7C7295
(124,114,149)
#89809F
(137,128,159)
#968EA9
(150,142,169)
#A39CB3
(163,156,179)
#B0AABD
(176,170,189)
#BDB8C7
(189,184,199)
#CAC6D1
(202,198,209)
#D7D4DB
(215,212,219)
#E4E2E5
(228,226,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F648B; }

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

This text font color is #6F648B.

Background Color

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

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

This div background color is #6F648B.

Border color

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

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

This div border color is #6F648B.

Opacity

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

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

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

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

This text has shadow with #6F648B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F648B.

Preview

Color preview on black background

This text has color #6F648B on black background.


Color preview on white background

This text has color #6F648B on white background.


Black color preview on #6F648B background

This text has black color on #6F648B background.


White color preview on #6F648B background

This text has white color on #6F648B background.


Related colors

Complementary color

Complementary color for #hex is #909B74.


I love getcolorcode.com

Triadic colors

1 #8B6F64 and #648B6F with #6F648B are triadic colors.

2 #8B646F and #646F8B with #6F648B are triadic colors.