COLOR #6059D4

HEX: #6059D4
RGB: (96,89,212)

Color info

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

RGB color model

#6059D4 color RGB value is (96,89,212).

  • red value is 96;
  • green value is 89;
  • blue value is 212.
RGB:
(96,89,212)
(38%,35%,83%)

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 212 of 255 = 83%

96
89
212

R + G + B ~ 52%. #6059D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 212 = 397 (100%)
R 96 of 397 ~ 24.18%
G 89 of 397 ~ 22.42%
B 212 of 397 ~ 53.4%

%24.18
%22.42
%53.4

CMYK color model

#6059D4 color CMYK value is (55,58,0,17).

  • cyan value is 54.72%
  • magenta value is 58.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(55,58,0,17)
C55M58Y0K17 
(55%,58%,0%,17%)
(0.55/0.58/0.00/0.17)	

CMYK percentages

%54.72
%58.02
%0
%16.86

Codes

Color #6059D4 in popluar color models

6059D4
RGB9689212
HSL243°58.85%59.02%
HSB/HSV243°58.02%83.14%
CMYK54.72%58.02%0.00%
16.86%

Color #6059D4 in popluar number systems.

HEX6059D4
Decimal9689212
Binary1100000101100111010100
Octal140131324

Shades and tints

Shades of #6059D4

#6059D4
(96,89,212)
#5851C1
(88,81,193)
#5049AE
(80,73,174)
#48419B
(72,65,155)
#403988
(64,57,136)
#383175
(56,49,117)
#302962
(48,41,98)
#28214F
(40,33,79)
#20193C
(32,25,60)
#181129
(24,17,41)
#100916
(16,9,22)
#000000
(0,0,0)

Tints of #6059D4

#6059D4
(96,89,212)
#6E68D7
(110,104,215)
#7C77DA
(124,119,218)
#8A86DD
(138,134,221)
#9895E0
(152,149,224)
#A6A4E3
(166,164,227)
#B4B3E6
(180,179,230)
#C2C2E9
(194,194,233)
#D0D1EC
(208,209,236)
#DEE0EF
(222,224,239)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6059D4 color. Also use rgb(96,89,212) instead hex code.

Text Font Color

.myTextColor { color: #6059D4; }

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

This text font color is #6059D4.


Background Color

.myBgColor { background-color: #6059D4; }

<div style="background-color:#6059D4">Inner text</div>

This div background color is #6059D4.


Border color

.myBorderColor { border: 1px solid #6059D4; }

<div style="border:3px solid #6059D4">Div</div>

This div border color is #6059D4.


Opacity

.myOpacity80 { color: #6059D4; opacity: 0.8; }

<p style="color:#6059D4;opacity:0.8;">80%</p>

Text with #6059D4 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 #6059D4;}

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

This text has shadow with #6059D4 color.

.textShadow {text-shadow: 3px 3px 1px #6059D4, 3px 3px 1px red;}

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

This text has shadow with #6059D4 primary color and red secondary color.


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

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

This text has shadow with #6059D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6059D4 on black background.


Color preview on white background

This text has color #6059D4 on white background.



Black color preview on #6059D4 background

This text has black color on #6059D4 background.


White color preview on #6059D4 background

This text has white color on #6059D4 background.