COLOR #6134A9

HEX: #6134A9 RGB: (97,52,169)

Color info

#6134A9 contains mainly blue color. Web safe color of #6134A9 is #663399 (or #639).

RGB color model

#6134A9 color RGB value is (97,52,169).

RGB: (97,52,169) (38%, 20%, 66%)

RGB channels and saturation

R 97 of 255 = 38%
G 52 of 255 = 20%
B 169 of 255 = 66%

97
52
169

R + G + B ~ 41%. #6134A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 52 + 169 = 318 (100%)
R 97 of 318 ~ 30.5%
G 52 of 318 ~ 16.35%
B 169 of 318 ~ 53.14'%

%30.5
%16.35
%53.14

CMYK color model

#6134A9 color CMYK value is (43,69,0,34).

  • cyan value is 42.60%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (43,69,0,34)
C43M69Y0K34 (43%, 69%, 0%, 34%)
(0.43 / 0.69 / 0.00 / 0.34)

CMYK percentages

%42.6
%69.23
%0
%33.73

Codes

Color #6134A9 in popluar color models

61 34 A9
RGB 97 52 169
HSL 263° 52.94% 43.33%
HSB/HSV 263° 69.23% 66.27%
CMYK 42.60% 69.23% 0.00%
33.73%

Color #6134A9 in popluar number systems.

HEX 61 34 A9
Decimal 97 52 169
Binary 1100001 110100 10101001
Octal 141 64 251

Shades and tints

Shades of #6134A9

#6134A9
(97,52,169)
#59309A
(89,48,154)
#512C8B
(81,44,139)
#49287C
(73,40,124)
#41246D
(65,36,109)
#39205E
(57,32,94)
#311C4F
(49,28,79)
#291840
(41,24,64)
#211431
(33,20,49)
#191022
(25,16,34)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #6134A9

#6134A9
(97,52,169)
#6F46B0
(111,70,176)
#7D58B7
(125,88,183)
#8B6ABE
(139,106,190)
#997CC5
(153,124,197)
#A78ECC
(167,142,204)
#B5A0D3
(181,160,211)
#C3B2DA
(195,178,218)
#D1C4E1
(209,196,225)
#DFD6E8
(223,214,232)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6134A9 color. Also use rgb(97,52,169) instead hex code.

Text Font Color

.myTextColor { color: #6134A9; }

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

This text font color is #6134A9.

Background Color

.myBgColor { background-color: #6134A9; }

<div style="background-color:#6134A9">Inner text</div>

This div background color is #6134A9.

Border color

.myBorderColor { border: 1px solid #6134A9; }

<div style="border:3px solid #6134A9">Div</div>

This div border color is #6134A9.

Opacity

.myOpacity80 { color: #6134A9; opacity: 0.8; }

<p style="color:#6134A9;opacity:0.8;">80%</p>

Text with #6134A9 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 #6134A9;}

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

This text has shadow with #6134A9 color.


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

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

This text has shadow with #6134A9 primary color and red secondary color.


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

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

This text has shadow with #6134A9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6134A9.

Preview

Color preview on black background

This text has color #6134A9 on black background.


Color preview on white background

This text has color #6134A9 on white background.


Black color preview on #6134A9 background

This text has black color on #6134A9 background.


White color preview on #6134A9 background

This text has white color on #6134A9 background.


Related colors

Complementary color

Complementary color for #hex is #9ECB56.


I love getcolorcode.com

Triadic colors

1 #A96134 and #34A961 with #6134A9 are triadic colors.

2 #A93461 and #3461A9 with #6134A9 are triadic colors.