COLOR #6059A8

HEX: #6059A8
RGB: (96,89,168)

Color info

#6059A8 contains mainly blue color. Web safe color of #6059A8 is #666699 (or #669).

RGB color model

#6059A8 color RGB value is (96,89,168).

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

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 168 of 255 = 66%

96
89
168

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

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 168 = 353 (100%)
R 96 of 353 ~ 27.2%
G 89 of 353 ~ 25.21%
B 168 of 353 ~ 47.59%

%27.2
%25.21
%47.59

CMYK color model

#6059A8 color CMYK value is (43,47,0,34).

  • cyan value is 42.86%
  • magenta value is 47.02%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(43,47,0,34)
C43M47Y0K34 
(43%,47%,0%,34%)
(0.43/0.47/0.00/0.34)	

CMYK percentages

%42.86
%47.02
%0
%34.12

Codes

Color #6059A8 in popluar color models

6059A8
RGB9689168
HSL245°31.23%50.39%
HSB/HSV245°47.02%65.88%
CMYK42.86%47.02%0.00%
34.12%

Color #6059A8 in popluar number systems.

HEX6059A8
Decimal9689168
Binary1100000101100110101000
Octal140131250

Shades and tints

Shades of #6059A8

#6059A8
(96,89,168)
#585199
(88,81,153)
#50498A
(80,73,138)
#48417B
(72,65,123)
#40396C
(64,57,108)
#38315D
(56,49,93)
#30294E
(48,41,78)
#28213F
(40,33,63)
#201930
(32,25,48)
#181121
(24,17,33)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #6059A8

#6059A8
(96,89,168)
#6E68AF
(110,104,175)
#7C77B6
(124,119,182)
#8A86BD
(138,134,189)
#9895C4
(152,149,196)
#A6A4CB
(166,164,203)
#B4B3D2
(180,179,210)
#C2C2D9
(194,194,217)
#D0D1E0
(208,209,224)
#DEE0E7
(222,224,231)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6059A8; }

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

This text font color is #6059A8.


Background Color

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

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

This div background color is #6059A8.


Border color

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

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

This div border color is #6059A8.


Opacity

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

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

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

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

This text has shadow with #6059A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6059A8 on black background.


Color preview on white background

This text has color #6059A8 on white background.



Black color preview on #6059A8 background

This text has black color on #6059A8 background.


White color preview on #6059A8 background

This text has white color on #6059A8 background.