COLOR #6054BB

HEX: #6054BB RGB: (96,84,187)

Color info

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

RGB color model

#6054BB color RGB value is (96,84,187).

RGB: (96,84,187) (38%, 33%, 73%)

RGB channels and saturation

R 96 of 255 = 38%
G 84 of 255 = 33%
B 187 of 255 = 73%

96
84
187

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

Portions of RGB colors in percentages

R + G + B = 96 + 84 + 187 = 367 (100%)
R 96 of 367 ~ 26.16%
G 84 of 367 ~ 22.89%
B 187 of 367 ~ 50.95'%

%26.16
%22.89
%50.95

CMYK color model

#6054BB color CMYK value is (49,55,0,27).

  • cyan value is 48.66%
  • magenta value is 55.08%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (49,55,0,27)
C49M55Y0K27 (49%, 55%, 0%, 27%)
(0.49 / 0.55 / 0.00 / 0.27)

CMYK percentages

%48.66
%55.08
%0
%26.67

Codes

Color #6054BB in popluar color models

60 54 BB
RGB 96 84 187
HSL 247° 43.10% 53.14%
HSB/HSV 247° 55.08% 73.33%
CMYK 48.66% 55.08% 0.00%
26.67%

Color #6054BB in popluar number systems.

HEX 60 54 BB
Decimal 96 84 187
Binary 1100000 1010100 10111011
Octal 140 124 273

Shades and tints

Shades of #6054BB

#6054BB
(96,84,187)
#584DAA
(88,77,170)
#504699
(80,70,153)
#483F88
(72,63,136)
#403877
(64,56,119)
#383166
(56,49,102)
#302A55
(48,42,85)
#282344
(40,35,68)
#201C33
(32,28,51)
#181522
(24,21,34)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #6054BB

#6054BB
(96,84,187)
#6E63C1
(110,99,193)
#7C72C7
(124,114,199)
#8A81CD
(138,129,205)
#9890D3
(152,144,211)
#A69FD9
(166,159,217)
#B4AEDF
(180,174,223)
#C2BDE5
(194,189,229)
#D0CCEB
(208,204,235)
#DEDBF1
(222,219,241)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6054BB color. Also use rgb(96,84,187) instead hex code.

Text Font Color

.myTextColor { color: #6054BB; }

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

This text font color is #6054BB.

Background Color

.myBgColor { background-color: #6054BB; }

<div style="background-color:#6054BB">Inner text</div>

This div background color is #6054BB.

Border color

.myBorderColor { border: 1px solid #6054BB; }

<div style="border:3px solid #6054BB">Div</div>

This div border color is #6054BB.

Opacity

.myOpacity80 { color: #6054BB; opacity: 0.8; }

<p style="color:#6054BB;opacity:0.8;">80%</p>

Text with #6054BB 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 #6054BB;}

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

This text has shadow with #6054BB color.


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

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

This text has shadow with #6054BB primary color and red secondary color.


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

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

This text has shadow with #6054BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6054BB.

Preview

Color preview on black background

This text has color #6054BB on black background.


Color preview on white background

This text has color #6054BB on white background.


Black color preview on #6054BB background

This text has black color on #6054BB background.


White color preview on #6054BB background

This text has white color on #6054BB background.


Related colors

Complementary color

Complementary color for #hex is #9FAB44.


I love getcolorcode.com

Triadic colors

1 #BB6054 and #54BB60 with #6054BB are triadic colors.

2 #BB5460 and #5460BB with #6054BB are triadic colors.