COLOR #6052B4

HEX: #6052B4
RGB: (96,82,180)

Color info

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

RGB color model

#6052B4 color RGB value is (96,82,180).

  • red value is 96;
  • green value is 82;
  • blue value is 180.
RGB:
(96,82,180)
(38%,32%,71%)

RGB channels and saturation

R 96 of 255 = 38%
G 82 of 255 = 32%
B 180 of 255 = 71%

96
82
180

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

Portions of RGB colors in percentages

R + G + B =
96 + 82 + 180 = 358 (100%)
R 96 of 358 ~ 26.82%
G 82 of 358 ~ 22.91%
B 180 of 358 ~ 50.28%

%26.82
%22.91
%50.28

CMYK color model

#6052B4 color CMYK value is (47,54,0,29).

  • cyan value is 46.67%
  • magenta value is 54.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(47,54,0,29)
C47M54Y0K29 
(47%,54%,0%,29%)
(0.47/0.54/0.00/0.29)	

CMYK percentages

%46.67
%54.44
%0
%29.41

Codes

Color #6052B4 in popluar color models

6052B4
RGB9682180
HSL249°39.52%51.37%
HSB/HSV249°54.44%70.59%
CMYK46.67%54.44%0.00%
29.41%

Color #6052B4 in popluar number systems.

HEX6052B4
Decimal9682180
Binary1100000101001010110100
Octal140122264

Shades and tints

Shades of #6052B4

#6052B4
(96,82,180)
#584BA4
(88,75,164)
#504494
(80,68,148)
#483D84
(72,61,132)
#403674
(64,54,116)
#382F64
(56,47,100)
#302854
(48,40,84)
#282144
(40,33,68)
#201A34
(32,26,52)
#181324
(24,19,36)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #6052B4

#6052B4
(96,82,180)
#6E61BA
(110,97,186)
#7C70C0
(124,112,192)
#8A7FC6
(138,127,198)
#988ECC
(152,142,204)
#A69DD2
(166,157,210)
#B4ACD8
(180,172,216)
#C2BBDE
(194,187,222)
#D0CAE4
(208,202,228)
#DED9EA
(222,217,234)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6052B4 color. Also use rgb(96,82,180) instead hex code.

Text Font Color

.myTextColor { color: #6052B4; }

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

This text font color is #6052B4.


Background Color

.myBgColor { background-color: #6052B4; }

<div style="background-color:#6052B4">Inner text</div>

This div background color is #6052B4.


Border color

.myBorderColor { border: 1px solid #6052B4; }

<div style="border:3px solid #6052B4">Div</div>

This div border color is #6052B4.


Opacity

.myOpacity80 { color: #6052B4; opacity: 0.8; }

<p style="color:#6052B4;opacity:0.8;">80%</p>

Text with #6052B4 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 #6052B4;}

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

This text has shadow with #6052B4 color.

.textShadow {text-shadow: 3px 3px 1px #6052B4, 3px 3px 1px red;}

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

This text has shadow with #6052B4 primary color and red secondary color.


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

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

This text has shadow with #6052B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6052B4 on black background.


Color preview on white background

This text has color #6052B4 on white background.



Black color preview on #6052B4 background

This text has black color on #6052B4 background.


White color preview on #6052B4 background

This text has white color on #6052B4 background.