COLOR #6052C4

HEX: #6052C4
RGB: (96,82,196)

Color info

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

RGB color model

#6052C4 color RGB value is (96,82,196).

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

RGB channels and saturation

R 96 of 255 = 38%
G 82 of 255 = 32%
B 196 of 255 = 77%

96
82
196

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

Portions of RGB colors in percentages

R + G + B =
96 + 82 + 196 = 374 (100%)
R 96 of 374 ~ 25.67%
G 82 of 374 ~ 21.93%
B 196 of 374 ~ 52.41%

%25.67
%21.93
%52.41

CMYK color model

#6052C4 color CMYK value is (51,58,0,23).

  • cyan value is 51.02%
  • magenta value is 58.16%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(51,58,0,23)
C51M58Y0K23 
(51%,58%,0%,23%)
(0.51/0.58/0.00/0.23)	

CMYK percentages

%51.02
%58.16
%0
%23.14

Codes

Color #6052C4 in popluar color models

6052C4
RGB9682196
HSL247°49.14%54.51%
HSB/HSV247°58.16%76.86%
CMYK51.02%58.16%0.00%
23.14%

Color #6052C4 in popluar number systems.

HEX6052C4
Decimal9682196
Binary1100000101001011000100
Octal140122304

Shades and tints

Shades of #6052C4

#6052C4
(96,82,196)
#584BB3
(88,75,179)
#5044A2
(80,68,162)
#483D91
(72,61,145)
#403680
(64,54,128)
#382F6F
(56,47,111)
#30285E
(48,40,94)
#28214D
(40,33,77)
#201A3C
(32,26,60)
#18132B
(24,19,43)
#100C1A
(16,12,26)
#000000
(0,0,0)

Tints of #6052C4

#6052C4
(96,82,196)
#6E61C9
(110,97,201)
#7C70CE
(124,112,206)
#8A7FD3
(138,127,211)
#988ED8
(152,142,216)
#A69DDD
(166,157,221)
#B4ACE2
(180,172,226)
#C2BBE7
(194,187,231)
#D0CAEC
(208,202,236)
#DED9F1
(222,217,241)
#ECE8F6
(236,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6052C4; }

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

This text font color is #6052C4.


Background Color

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

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

This div background color is #6052C4.


Border color

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

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

This div border color is #6052C4.


Opacity

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

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

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

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

This text has shadow with #6052C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6052C4 on black background.


Color preview on white background

This text has color #6052C4 on white background.



Black color preview on #6052C4 background

This text has black color on #6052C4 background.


White color preview on #6052C4 background

This text has white color on #6052C4 background.