COLOR #6150AB

HEX: #6150AB RGB: (97,80,171)

Color info

#6150AB contains mainly blue color. Web safe color of #6150AB is #666699 (or #669).

RGB color model

#6150AB color RGB value is (97,80,171).

RGB: (97,80,171) (38%, 31%, 67%)

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 171 of 255 = 67%

97
80
171

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

Portions of RGB colors in percentages

R + G + B = 97 + 80 + 171 = 348 (100%)
R 97 of 348 ~ 27.87%
G 80 of 348 ~ 22.99%
B 171 of 348 ~ 49.14'%

%27.87
%22.99
%49.14

CMYK color model

#6150AB color CMYK value is (43,53,0,33).

  • cyan value is 43.27%
  • magenta value is 53.22%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (43,53,0,33)
C43M53Y0K33 (43%, 53%, 0%, 33%)
(0.43 / 0.53 / 0.00 / 0.33)

CMYK percentages

%43.27
%53.22
%0
%32.94

Codes

Color #6150AB in popluar color models

61 50 AB
RGB 97 80 171
HSL 251° 36.25% 49.22%
HSB/HSV 251° 53.22% 67.06%
CMYK 43.27% 53.22% 0.00%
32.94%

Color #6150AB in popluar number systems.

HEX 61 50 AB
Decimal 97 80 171
Binary 1100001 1010000 10101011
Octal 141 120 253

Shades and tints

Shades of #6150AB

#6150AB
(97,80,171)
#59499C
(89,73,156)
#51428D
(81,66,141)
#493B7E
(73,59,126)
#41346F
(65,52,111)
#392D60
(57,45,96)
#312651
(49,38,81)
#291F42
(41,31,66)
#211833
(33,24,51)
#191124
(25,17,36)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #6150AB

#6150AB
(97,80,171)
#6F5FB2
(111,95,178)
#7D6EB9
(125,110,185)
#8B7DC0
(139,125,192)
#998CC7
(153,140,199)
#A79BCE
(167,155,206)
#B5AAD5
(181,170,213)
#C3B9DC
(195,185,220)
#D1C8E3
(209,200,227)
#DFD7EA
(223,215,234)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6150AB color. Also use rgb(97,80,171) instead hex code.

Text Font Color

.myTextColor { color: #6150AB; }

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

This text font color is #6150AB.

Background Color

.myBgColor { background-color: #6150AB; }

<div style="background-color:#6150AB">Inner text</div>

This div background color is #6150AB.

Border color

.myBorderColor { border: 1px solid #6150AB; }

<div style="border:3px solid #6150AB">Div</div>

This div border color is #6150AB.

Opacity

.myOpacity80 { color: #6150AB; opacity: 0.8; }

<p style="color:#6150AB;opacity:0.8;">80%</p>

Text with #6150AB 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 #6150AB;}

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

This text has shadow with #6150AB color.


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

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

This text has shadow with #6150AB primary color and red secondary color.


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

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

This text has shadow with #6150AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6150AB.

Preview

Color preview on black background

This text has color #6150AB on black background.


Color preview on white background

This text has color #6150AB on white background.


Black color preview on #6150AB background

This text has black color on #6150AB background.


White color preview on #6150AB background

This text has white color on #6150AB background.


Related colors

Complementary color

Complementary color for #hex is #9EAF54.


I love getcolorcode.com

Triadic colors

1 #AB6150 and #50AB61 with #6150AB are triadic colors.

2 #AB5061 and #5061AB with #6150AB are triadic colors.