COLOR #6058AE

HEX: #6058AE
RGB: (96,88,174)

Color info

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

RGB color model

#6058AE color RGB value is (96,88,174).

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

RGB channels and saturation

R 96 of 255 = 38%
G 88 of 255 = 35%
B 174 of 255 = 68%

96
88
174

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

Portions of RGB colors in percentages

R + G + B =
96 + 88 + 174 = 358 (100%)
R 96 of 358 ~ 26.82%
G 88 of 358 ~ 24.58%
B 174 of 358 ~ 48.6%

%26.82
%24.58
%48.6

CMYK color model

#6058AE color CMYK value is (45,49,0,32).

  • cyan value is 44.83%
  • magenta value is 49.43%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(45,49,0,32)
C45M49Y0K32 
(45%,49%,0%,32%)
(0.45/0.49/0.00/0.32)	

CMYK percentages

%44.83
%49.43
%0
%31.76

Codes

Color #6058AE in popluar color models

6058AE
RGB9688174
HSL246°34.68%51.37%
HSB/HSV246°49.43%68.24%
CMYK44.83%49.43%0.00%
31.76%

Color #6058AE in popluar number systems.

HEX6058AE
Decimal9688174
Binary1100000101100010101110
Octal140130256

Shades and tints

Shades of #6058AE

#6058AE
(96,88,174)
#58509F
(88,80,159)
#504890
(80,72,144)
#484081
(72,64,129)
#403872
(64,56,114)
#383063
(56,48,99)
#302854
(48,40,84)
#282045
(40,32,69)
#201836
(32,24,54)
#181027
(24,16,39)
#100818
(16,8,24)
#000000
(0,0,0)

Tints of #6058AE

#6058AE
(96,88,174)
#6E67B5
(110,103,181)
#7C76BC
(124,118,188)
#8A85C3
(138,133,195)
#9894CA
(152,148,202)
#A6A3D1
(166,163,209)
#B4B2D8
(180,178,216)
#C2C1DF
(194,193,223)
#D0D0E6
(208,208,230)
#DEDFED
(222,223,237)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6058AE; }

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

This text font color is #6058AE.


Background Color

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

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

This div background color is #6058AE.


Border color

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

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

This div border color is #6058AE.


Opacity

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

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

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

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

This text has shadow with #6058AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6058AE on black background.


Color preview on white background

This text has color #6058AE on white background.



Black color preview on #6058AE background

This text has black color on #6058AE background.


White color preview on #6058AE background

This text has white color on #6058AE background.