COLOR #6A417B

HEX: #6A417B
RGB: (106,65,123)

Color info

#6A417B contains red, green and blue colors in about the same proportion. Web safe color of #6A417B is #663366 (or #636).

RGB color model

#6A417B color RGB value is (106,65,123).

  • red value is 106;
  • green value is 65;
  • blue value is 123.
RGB:
(106,65,123)
(42%,25%,48%)

RGB channels and saturation

R 106 of 255 = 42%
G 65 of 255 = 25%
B 123 of 255 = 48%

106
65
123

R + G + B ~ 38%. #6A417B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 65 + 123 = 294 (100%)
R 106 of 294 ~ 36.05%
G 65 of 294 ~ 22.11%
B 123 of 294 ~ 41.84%

%36.05
%22.11
%41.84

CMYK color model

#6A417B color CMYK value is (14,47,0,52).

  • cyan value is 13.82%
  • magenta value is 47.15%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(14,47,0,52)
C14M47Y0K52 
(14%,47%,0%,52%)
(0.14/0.47/0.00/0.52)	

CMYK percentages

%13.82
%47.15
%0
%51.76

Codes

Color #6A417B in popluar color models

6A417B
RGB10665123
HSL282°30.85%36.86%
HSB/HSV282°47.15%48.24%
CMYK13.82%47.15%0.00%
51.76%

Color #6A417B in popluar number systems.

HEX6A417B
Decimal10665123
Binary110101010000011111011
Octal152101173

Shades and tints

Shades of #6A417B

#6A417B
(106,65,123)
#613C70
(97,60,112)
#583765
(88,55,101)
#4F325A
(79,50,90)
#462D4F
(70,45,79)
#3D2844
(61,40,68)
#342339
(52,35,57)
#2B1E2E
(43,30,46)
#221923
(34,25,35)
#191418
(25,20,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A417B

#6A417B
(106,65,123)
#775287
(119,82,135)
#846393
(132,99,147)
#91749F
(145,116,159)
#9E85AB
(158,133,171)
#AB96B7
(171,150,183)
#B8A7C3
(184,167,195)
#C5B8CF
(197,184,207)
#D2C9DB
(210,201,219)
#DFDAE7
(223,218,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A417B color. Also use rgb(106,65,123) instead hex code.

Text Font Color

.myTextColor { color: #6A417B; }

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

This text font color is #6A417B.


Background Color

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

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

This div background color is #6A417B.


Border color

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

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

This div border color is #6A417B.


Opacity

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

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

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

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

This text has shadow with #6A417B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A417B on black background.


Color preview on white background

This text has color #6A417B on white background.



Black color preview on #6A417B background

This text has black color on #6A417B background.


White color preview on #6A417B background

This text has white color on #6A417B background.