COLOR #6154B9

HEX: #6154B9 RGB: (97,84,185)

Color info

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

RGB color model

#6154B9 color RGB value is (97,84,185).

RGB: (97,84,185) (38%, 33%, 73%)

RGB channels and saturation

R 97 of 255 = 38%
G 84 of 255 = 33%
B 185 of 255 = 73%

97
84
185

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

Portions of RGB colors in percentages

R + G + B = 97 + 84 + 185 = 366 (100%)
R 97 of 366 ~ 26.5%
G 84 of 366 ~ 22.95%
B 185 of 366 ~ 50.55'%

%26.5
%22.95
%50.55

CMYK color model

#6154B9 color CMYK value is (48,55,0,27).

  • cyan value is 47.57%
  • magenta value is 54.59%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (48,55,0,27)
C48M55Y0K27 (48%, 55%, 0%, 27%)
(0.48 / 0.55 / 0.00 / 0.27)

CMYK percentages

%47.57
%54.59
%0
%27.45

Codes

Color #6154B9 in popluar color models

61 54 B9
RGB 97 84 185
HSL 248° 41.91% 52.75%
HSB/HSV 248° 54.59% 72.55%
CMYK 47.57% 54.59% 0.00%
27.45%

Color #6154B9 in popluar number systems.

HEX 61 54 B9
Decimal 97 84 185
Binary 1100001 1010100 10111001
Octal 141 124 271

Shades and tints

Shades of #6154B9

#6154B9
(97,84,185)
#594DA9
(89,77,169)
#514699
(81,70,153)
#493F89
(73,63,137)
#413879
(65,56,121)
#393169
(57,49,105)
#312A59
(49,42,89)
#292349
(41,35,73)
#211C39
(33,28,57)
#191529
(25,21,41)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #6154B9

#6154B9
(97,84,185)
#6F63BF
(111,99,191)
#7D72C5
(125,114,197)
#8B81CB
(139,129,203)
#9990D1
(153,144,209)
#A79FD7
(167,159,215)
#B5AEDD
(181,174,221)
#C3BDE3
(195,189,227)
#D1CCE9
(209,204,233)
#DFDBEF
(223,219,239)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6154B9; }

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

This text font color is #6154B9.

Background Color

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

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

This div background color is #6154B9.

Border color

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

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

This div border color is #6154B9.

Opacity

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

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

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

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

This text has shadow with #6154B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6154B9.

Preview

Color preview on black background

This text has color #6154B9 on black background.


Color preview on white background

This text has color #6154B9 on white background.


Black color preview on #6154B9 background

This text has black color on #6154B9 background.


White color preview on #6154B9 background

This text has white color on #6154B9 background.


Related colors

Complementary color

Complementary color for #hex is #9EAB46.


I love getcolorcode.com

Triadic colors

1 #B96154 and #54B961 with #6154B9 are triadic colors.

2 #B95461 and #5461B9 with #6154B9 are triadic colors.