COLOR #6F659B

HEX: #6F659B RGB: (111,101,155)

Color info

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

RGB color model

#6F659B color RGB value is (111,101,155).

RGB: (111,101,155) (44%, 40%, 61%)

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 155 of 255 = 61%

111
101
155

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

Portions of RGB colors in percentages

R + G + B = 111 + 101 + 155 = 367 (100%)
R 111 of 367 ~ 30.25%
G 101 of 367 ~ 27.52%
B 155 of 367 ~ 42.23'%

%30.25
%27.52
%42.23

CMYK color model

#6F659B color CMYK value is (28,35,0,39).

  • cyan value is 28.39%
  • magenta value is 34.84%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (28,35,0,39)
C28M35Y0K39 (28%, 35%, 0%, 39%)
(0.28 / 0.35 / 0.00 / 0.39)

CMYK percentages

%28.39
%34.84
%0
%39.22

Codes

Color #6F659B in popluar color models

6F 65 9B
RGB 111 101 155
HSL 251° 21.26% 50.20%
HSB/HSV 251° 34.84% 60.78%
CMYK 28.39% 34.84% 0.00%
39.22%

Color #6F659B in popluar number systems.

HEX 6F 65 9B
Decimal 111 101 155
Binary 1101111 1100101 10011011
Octal 157 145 233

Shades and tints

Shades of #6F659B

#6F659B
(111,101,155)
#655C8D
(101,92,141)
#5B537F
(91,83,127)
#514A71
(81,74,113)
#474163
(71,65,99)
#3D3855
(61,56,85)
#332F47
(51,47,71)
#292639
(41,38,57)
#1F1D2B
(31,29,43)
#15141D
(21,20,29)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #6F659B

#6F659B
(111,101,155)
#7C73A4
(124,115,164)
#8981AD
(137,129,173)
#968FB6
(150,143,182)
#A39DBF
(163,157,191)
#B0ABC8
(176,171,200)
#BDB9D1
(189,185,209)
#CAC7DA
(202,199,218)
#D7D5E3
(215,213,227)
#E4E3EC
(228,227,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F659B color. Also use rgb(111,101,155) instead hex code.

Text Font Color

.myTextColor { color: #6F659B; }

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

This text font color is #6F659B.

Background Color

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

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

This div background color is #6F659B.

Border color

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

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

This div border color is #6F659B.

Opacity

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

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

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

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

This text has shadow with #6F659B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F659B.

Preview

Color preview on black background

This text has color #6F659B on black background.


Color preview on white background

This text has color #6F659B on white background.


Black color preview on #6F659B background

This text has black color on #6F659B background.


White color preview on #6F659B background

This text has white color on #6F659B background.


Related colors

Complementary color

Complementary color for #hex is #909A64.


I love getcolorcode.com

Triadic colors

1 #9B6F65 and #659B6F with #6F659B are triadic colors.

2 #9B656F and #656F9B with #6F659B are triadic colors.