COLOR #6F659C

HEX: #6F659C RGB: (111,101,156)

Color info

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

RGB color model

#6F659C color RGB value is (111,101,156).

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

RGB channels and saturation

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

111
101
156

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

Portions of RGB colors in percentages

R + G + B = 111 + 101 + 156 = 368 (100%)
R 111 of 368 ~ 30.16%
G 101 of 368 ~ 27.45%
B 156 of 368 ~ 42.39'%

%30.16
%27.45
%42.39

CMYK color model

#6F659C color CMYK value is (29,35,0,39).

  • cyan value is 28.85%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (29,35,0,39)
C29M35Y0K39 (29%, 35%, 0%, 39%)
(0.29 / 0.35 / 0.00 / 0.39)

CMYK percentages

%28.85
%35.26
%0
%38.82

Codes

Color #6F659C in popluar color models

6F 65 9C
RGB 111 101 156
HSL 251° 21.74% 50.39%
HSB/HSV 251° 35.26% 61.18%
CMYK 28.85% 35.26% 0.00%
38.82%

Color #6F659C in popluar number systems.

HEX 6F 65 9C
Decimal 111 101 156
Binary 1101111 1100101 10011100
Octal 157 145 234

Shades and tints

Shades of #6F659C

#6F659C
(111,101,156)
#655C8E
(101,92,142)
#5B5380
(91,83,128)
#514A72
(81,74,114)
#474164
(71,65,100)
#3D3856
(61,56,86)
#332F48
(51,47,72)
#29263A
(41,38,58)
#1F1D2C
(31,29,44)
#15141E
(21,20,30)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F659C

#6F659C
(111,101,156)
#7C73A5
(124,115,165)
#8981AE
(137,129,174)
#968FB7
(150,143,183)
#A39DC0
(163,157,192)
#B0ABC9
(176,171,201)
#BDB9D2
(189,185,210)
#CAC7DB
(202,199,219)
#D7D5E4
(215,213,228)
#E4E3ED
(228,227,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F659C; }

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

This text font color is #6F659C.

Background Color

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

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

This div background color is #6F659C.

Border color

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

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

This div border color is #6F659C.

Opacity

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

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

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

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

This text has shadow with #6F659C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F659C.

Preview

Color preview on black background

This text has color #6F659C on black background.


Color preview on white background

This text has color #6F659C on white background.


Black color preview on #6F659C background

This text has black color on #6F659C background.


White color preview on #6F659C background

This text has white color on #6F659C background.


Related colors

Complementary color

Complementary color for #hex is #909A63.


I love getcolorcode.com

Triadic colors

1 #9C6F65 and #659C6F with #6F659C are triadic colors.

2 #9C656F and #656F9C with #6F659C are triadic colors.