COLOR #6B617A

HEX: #6B617A RGB: (107,97,122)

Color info

#6B617A contains red, green and blue colors in about the same proportion. Web safe color of #6B617A is #666666 (or #666).

RGB color model

#6B617A color RGB value is (107,97,122).

RGB: (107,97,122) (42%, 38%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 122 of 255 = 48%

107
97
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 97 + 122 = 326 (100%)
R 107 of 326 ~ 32.82%
G 97 of 326 ~ 29.75%
B 122 of 326 ~ 37.42'%

%32.82
%29.75
%37.42

CMYK color model

#6B617A color CMYK value is (12,20,0,52).

  • cyan value is 12.30%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (12,20,0,52)
C12M20Y0K52 (12%, 20%, 0%, 52%)
(0.12 / 0.20 / 0.00 / 0.52)

CMYK percentages

%12.3
%20.49
%0
%52.16

Codes

Color #6B617A in popluar color models

6B 61 7A
RGB 107 97 122
HSL 264° 11.42% 42.94%
HSB/HSV 264° 20.49% 47.84%
CMYK 12.30% 20.49% 0.00%
52.16%

Color #6B617A in popluar number systems.

HEX 6B 61 7A
Decimal 107 97 122
Binary 1101011 1100001 1111010
Octal 153 141 172

Shades and tints

Shades of #6B617A

#6B617A
(107,97,122)
#62596F
(98,89,111)
#595164
(89,81,100)
#504959
(80,73,89)
#47414E
(71,65,78)
#3E3943
(62,57,67)
#353138
(53,49,56)
#2C292D
(44,41,45)
#232122
(35,33,34)
#1A1917
(26,25,23)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B617A

#6B617A
(107,97,122)
#786F86
(120,111,134)
#857D92
(133,125,146)
#928B9E
(146,139,158)
#9F99AA
(159,153,170)
#ACA7B6
(172,167,182)
#B9B5C2
(185,181,194)
#C6C3CE
(198,195,206)
#D3D1DA
(211,209,218)
#E0DFE6
(224,223,230)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B617A color. Also use rgb(107,97,122) instead hex code.

Text Font Color

.myTextColor { color: #6B617A; }

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

This text font color is #6B617A.

Background Color

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

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

This div background color is #6B617A.

Border color

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

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

This div border color is #6B617A.

Opacity

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

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

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

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

This text has shadow with #6B617A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B617A.

Preview

Color preview on black background

This text has color #6B617A on black background.


Color preview on white background

This text has color #6B617A on white background.


Black color preview on #6B617A background

This text has black color on #6B617A background.


White color preview on #6B617A background

This text has white color on #6B617A background.


Related colors

Complementary color

Complementary color for #hex is #949E85.


I love getcolorcode.com

Triadic colors

1 #7A6B61 and #617A6B with #6B617A are triadic colors.

2 #7A616B and #616B7A with #6B617A are triadic colors.