COLOR #6F659F

HEX: #6F659F
RGB: (111,101,159)

Color info

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

RGB color model

#6F659F color RGB value is (111,101,159).

  • red value is 111;
  • green value is 101;
  • blue value is 159.
RGB:
(111,101,159)
(44%,40%,62%)

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 159 of 255 = 62%

111
101
159

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

Portions of RGB colors in percentages

R + G + B =
111 + 101 + 159 = 371 (100%)
R 111 of 371 ~ 29.92%
G 101 of 371 ~ 27.22%
B 159 of 371 ~ 42.86%

%29.92
%27.22
%42.86

CMYK color model

#6F659F color CMYK value is (30,36,0,38).

  • cyan value is 30.19%
  • magenta value is 36.48%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(30,36,0,38)
C30M36Y0K38 
(30%,36%,0%,38%)
(0.30/0.36/0.00/0.38)	

CMYK percentages

%30.19
%36.48
%0
%37.65

Codes

Color #6F659F in popluar color models

6F659F
RGB111101159
HSL250°23.20%50.98%
HSB/HSV250°36.48%62.35%
CMYK30.19%36.48%0.00%
37.65%

Color #6F659F in popluar number systems.

HEX6F659F
Decimal111101159
Binary1101111110010110011111
Octal157145237

Shades and tints

Shades of #6F659F

#6F659F
(111,101,159)
#655C91
(101,92,145)
#5B5383
(91,83,131)
#514A75
(81,74,117)
#474167
(71,65,103)
#3D3859
(61,56,89)
#332F4B
(51,47,75)
#29263D
(41,38,61)
#1F1D2F
(31,29,47)
#151421
(21,20,33)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #6F659F

#6F659F
(111,101,159)
#7C73A7
(124,115,167)
#8981AF
(137,129,175)
#968FB7
(150,143,183)
#A39DBF
(163,157,191)
#B0ABC7
(176,171,199)
#BDB9CF
(189,185,207)
#CAC7D7
(202,199,215)
#D7D5DF
(215,213,223)
#E4E3E7
(228,227,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F659F; }

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

This text font color is #6F659F.


Background Color

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

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

This div background color is #6F659F.


Border color

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

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

This div border color is #6F659F.


Opacity

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

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

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

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

This text has shadow with #6F659F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F659F on black background.


Color preview on white background

This text has color #6F659F on white background.



Black color preview on #6F659F background

This text has black color on #6F659F background.


White color preview on #6F659F background

This text has white color on #6F659F background.