COLOR #6058AC

HEX: #6058AC
RGB: (96,88,172)

Color info

#6058AC contains mainly blue color. Web safe color of #6058AC is #666699 (or #669).

RGB color model

#6058AC color RGB value is (96,88,172).

  • red value is 96;
  • green value is 88;
  • blue value is 172.
RGB:
(96,88,172)
(38%,35%,67%)

RGB channels and saturation

R 96 of 255 = 38%
G 88 of 255 = 35%
B 172 of 255 = 67%

96
88
172

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

Portions of RGB colors in percentages

R + G + B =
96 + 88 + 172 = 356 (100%)
R 96 of 356 ~ 26.97%
G 88 of 356 ~ 24.72%
B 172 of 356 ~ 48.31%

%26.97
%24.72
%48.31

CMYK color model

#6058AC color CMYK value is (44,49,0,33).

  • cyan value is 44.19%
  • magenta value is 48.84%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(44,49,0,33)
C44M49Y0K33 
(44%,49%,0%,33%)
(0.44/0.49/0.00/0.33)	

CMYK percentages

%44.19
%48.84
%0
%32.55

Codes

Color #6058AC in popluar color models

6058AC
RGB9688172
HSL246°33.60%50.98%
HSB/HSV246°48.84%67.45%
CMYK44.19%48.84%0.00%
32.55%

Color #6058AC in popluar number systems.

HEX6058AC
Decimal9688172
Binary1100000101100010101100
Octal140130254

Shades and tints

Shades of #6058AC

#6058AC
(96,88,172)
#58509D
(88,80,157)
#50488E
(80,72,142)
#48407F
(72,64,127)
#403870
(64,56,112)
#383061
(56,48,97)
#302852
(48,40,82)
#282043
(40,32,67)
#201834
(32,24,52)
#181025
(24,16,37)
#100816
(16,8,22)
#000000
(0,0,0)

Tints of #6058AC

#6058AC
(96,88,172)
#6E67B3
(110,103,179)
#7C76BA
(124,118,186)
#8A85C1
(138,133,193)
#9894C8
(152,148,200)
#A6A3CF
(166,163,207)
#B4B2D6
(180,178,214)
#C2C1DD
(194,193,221)
#D0D0E4
(208,208,228)
#DEDFEB
(222,223,235)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6058AC color. Also use rgb(96,88,172) instead hex code.

Text Font Color

.myTextColor { color: #6058AC; }

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

This text font color is #6058AC.


Background Color

.myBgColor { background-color: #6058AC; }

<div style="background-color:#6058AC">Inner text</div>

This div background color is #6058AC.


Border color

.myBorderColor { border: 1px solid #6058AC; }

<div style="border:3px solid #6058AC">Div</div>

This div border color is #6058AC.


Opacity

.myOpacity80 { color: #6058AC; opacity: 0.8; }

<p style="color:#6058AC;opacity:0.8;">80%</p>

Text with #6058AC 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 #6058AC;}

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

This text has shadow with #6058AC color.

.textShadow {text-shadow: 3px 3px 1px #6058AC, 3px 3px 1px red;}

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

This text has shadow with #6058AC primary color and red secondary color.


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

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

This text has shadow with #6058AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6058AC on black background.


Color preview on white background

This text has color #6058AC on white background.



Black color preview on #6058AC background

This text has black color on #6058AC background.


White color preview on #6058AC background

This text has white color on #6058AC background.