COLOR #6150B9

HEX: #6150B9
RGB: (97,80,185)

Color info

#6150B9 contains mainly blue color. Web safe color of #6150B9 is #6666CC (or #66C).

RGB color model

#6150B9 color RGB value is (97,80,185).

  • red value is 97;
  • green value is 80;
  • blue value is 185.
RGB:
(97,80,185)
(38%,31%,73%)

RGB channels and saturation

R 97 of 255 = 38%
G 80 of 255 = 31%
B 185 of 255 = 73%

97
80
185

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

Portions of RGB colors in percentages

R + G + B =
97 + 80 + 185 = 362 (100%)
R 97 of 362 ~ 26.8%
G 80 of 362 ~ 22.1%
B 185 of 362 ~ 51.1%

%26.8
%22.1
%51.1

CMYK color model

#6150B9 color CMYK value is (48,57,0,27).

  • cyan value is 47.57%
  • magenta value is 56.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(48,57,0,27)
C48M57Y0K27 
(48%,57%,0%,27%)
(0.48/0.57/0.00/0.27)	

CMYK percentages

%47.57
%56.76
%0
%27.45

Codes

Color #6150B9 in popluar color models

6150B9
RGB9780185
HSL250°42.86%51.96%
HSB/HSV250°56.76%72.55%
CMYK47.57%56.76%0.00%
27.45%

Color #6150B9 in popluar number systems.

HEX6150B9
Decimal9780185
Binary1100001101000010111001
Octal141120271

Shades and tints

Shades of #6150B9

#6150B9
(97,80,185)
#5949A9
(89,73,169)
#514299
(81,66,153)
#493B89
(73,59,137)
#413479
(65,52,121)
#392D69
(57,45,105)
#312659
(49,38,89)
#291F49
(41,31,73)
#211839
(33,24,57)
#191129
(25,17,41)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #6150B9

#6150B9
(97,80,185)
#6F5FBF
(111,95,191)
#7D6EC5
(125,110,197)
#8B7DCB
(139,125,203)
#998CD1
(153,140,209)
#A79BD7
(167,155,215)
#B5AADD
(181,170,221)
#C3B9E3
(195,185,227)
#D1C8E9
(209,200,233)
#DFD7EF
(223,215,239)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6150B9; }

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

This text font color is #6150B9.


Background Color

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

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

This div background color is #6150B9.


Border color

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

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

This div border color is #6150B9.


Opacity

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

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

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

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

This text has shadow with #6150B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6150B9 on black background.


Color preview on white background

This text has color #6150B9 on white background.



Black color preview on #6150B9 background

This text has black color on #6150B9 background.


White color preview on #6150B9 background

This text has white color on #6150B9 background.