COLOR #6A6275

HEX: #6A6275 RGB: (106,98,117)

Color info

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

RGB color model

#6A6275 color RGB value is (106,98,117).

RGB: (106,98,117) (42%, 38%, 46%)

RGB channels and saturation

R 106 of 255 = 42%
G 98 of 255 = 38%
B 117 of 255 = 46%

106
98
117

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

Portions of RGB colors in percentages

R + G + B = 106 + 98 + 117 = 321 (100%)
R 106 of 321 ~ 33.02%
G 98 of 321 ~ 30.53%
B 117 of 321 ~ 36.45'%

%33.02
%30.53
%36.45

CMYK color model

#6A6275 color CMYK value is (9,16,0,54).

  • cyan value is 9.40%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (9,16,0,54) C9M16Y0K54 (9%,16%,0%,54%) (0.09/0.16/0.00/0.54) 

CMYK percentages

%9.4
%16.24
%0
%54.12

Codes

Color #6A6275 in popluar color models

6A 62 75
RGB 106 98 117
HSL 265° 8.84% 42.16%
HSB/HSV 265° 16.24% 45.88%
CMYK 9.40% 16.24% 0.00%
54.12%

Color #6A6275 in popluar number systems.

HEX 6A 62 75
Decimal 106 98 117
Binary 1101010 1100010 1110101
Octal 152 142 165

Shades and tints

Shades of #6A6275

#6A6275
(106,98,117)
#615A6B
(97,90,107)
#585261
(88,82,97)
#4F4A57
(79,74,87)
#46424D
(70,66,77)
#3D3A43
(61,58,67)
#343239
(52,50,57)
#2B2A2F
(43,42,47)
#222225
(34,34,37)
#191A1B
(25,26,27)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #6A6275

#6A6275
(106,98,117)
#777081
(119,112,129)
#847E8D
(132,126,141)
#918C99
(145,140,153)
#9E9AA5
(158,154,165)
#ABA8B1
(171,168,177)
#B8B6BD
(184,182,189)
#C5C4C9
(197,196,201)
#D2D2D5
(210,210,213)
#DFE0E1
(223,224,225)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6275 color. Also use rgb(106,98,117) instead hex code.

Text Font Color

.myTextColor { color: #6A6275; }

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

This text font color is #6A6275.

Background Color

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

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

This div background color is #6A6275.

Border color

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

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

This div border color is #6A6275.

Opacity

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

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

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

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

This text has shadow with #6A6275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6275.

Preview

Color preview on black background

This text has color #6A6275 on black background.


Color preview on white background

This text has color #6A6275 on white background.


Black color preview on #6A6275 background

This text has black color on #6A6275 background.


White color preview on #6A6275 background

This text has white color on #6A6275 background.


Related colors

Complementary color

Complementary color for #hex is #959D8A.


I love getcolorcode.com

Triadic colors

1 #756A62 and #62756A with #6A6275 are triadic colors.

2 #75626A and #626A75 with #6A6275 are triadic colors.