COLOR #6A618C

HEX: #6A618C
RGB: (106,97,140)

Color info

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

RGB color model

#6A618C color RGB value is (106,97,140).

  • red value is 106;
  • green value is 97;
  • blue value is 140.
RGB:
(106,97,140)
(42%,38%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 97 of 255 = 38%
B 140 of 255 = 55%

106
97
140

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

Portions of RGB colors in percentages

R + G + B =
106 + 97 + 140 = 343 (100%)
R 106 of 343 ~ 30.9%
G 97 of 343 ~ 28.28%
B 140 of 343 ~ 40.82%

%30.9
%28.28
%40.82

CMYK color model

#6A618C color CMYK value is (24,31,0,45).

  • cyan value is 24.29%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(24,31,0,45)
C24M31Y0K45 
(24%,31%,0%,45%)
(0.24/0.31/0.00/0.45)	

CMYK percentages

%24.29
%30.71
%0
%45.1

Codes

Color #6A618C in popluar color models

6A618C
RGB10697140
HSL253°18.14%46.47%
HSB/HSV253°30.71%54.90%
CMYK24.29%30.71%0.00%
45.10%

Color #6A618C in popluar number systems.

HEX6A618C
Decimal10697140
Binary1101010110000110001100
Octal152141214

Shades and tints

Shades of #6A618C

#6A618C
(106,97,140)
#615980
(97,89,128)
#585174
(88,81,116)
#4F4968
(79,73,104)
#46415C
(70,65,92)
#3D3950
(61,57,80)
#343144
(52,49,68)
#2B2938
(43,41,56)
#22212C
(34,33,44)
#191920
(25,25,32)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #6A618C

#6A618C
(106,97,140)
#776F96
(119,111,150)
#847DA0
(132,125,160)
#918BAA
(145,139,170)
#9E99B4
(158,153,180)
#ABA7BE
(171,167,190)
#B8B5C8
(184,181,200)
#C5C3D2
(197,195,210)
#D2D1DC
(210,209,220)
#DFDFE6
(223,223,230)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A618C color. Also use rgb(106,97,140) instead hex code.

Text Font Color

.myTextColor { color: #6A618C; }

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

This text font color is #6A618C.


Background Color

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

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

This div background color is #6A618C.


Border color

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

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

This div border color is #6A618C.


Opacity

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

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

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

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

This text has shadow with #6A618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A618C on black background.


Color preview on white background

This text has color #6A618C on white background.



Black color preview on #6A618C background

This text has black color on #6A618C background.


White color preview on #6A618C background

This text has white color on #6A618C background.