COLOR #6054DF

HEX: #6054DF
RGB: (96,84,223)

Color info

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

RGB color model

#6054DF color RGB value is (96,84,223).

  • red value is 96;
  • green value is 84;
  • blue value is 223.
RGB:
(96,84,223)
(38%,33%,87%)

RGB channels and saturation

R 96 of 255 = 38%
G 84 of 255 = 33%
B 223 of 255 = 87%

96
84
223

R + G + B ~ 53%. #6054DF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 84 + 223 = 403 (100%)
R 96 of 403 ~ 23.82%
G 84 of 403 ~ 20.84%
B 223 of 403 ~ 55.33%

%23.82
%20.84
%55.33

CMYK color model

#6054DF color CMYK value is (57,62,0,13).

  • cyan value is 56.95%
  • magenta value is 62.33%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(57,62,0,13)
C57M62Y0K13 
(57%,62%,0%,13%)
(0.57/0.62/0.00/0.13)	

CMYK percentages

%56.95
%62.33
%0
%12.55

Codes

Color #6054DF in popluar color models

6054DF
RGB9684223
HSL245°68.47%60.20%
HSB/HSV245°62.33%87.45%
CMYK56.95%62.33%0.00%
12.55%

Color #6054DF in popluar number systems.

HEX6054DF
Decimal9684223
Binary1100000101010011011111
Octal140124337

Shades and tints

Shades of #6054DF

#6054DF
(96,84,223)
#584DCB
(88,77,203)
#5046B7
(80,70,183)
#483FA3
(72,63,163)
#40388F
(64,56,143)
#38317B
(56,49,123)
#302A67
(48,42,103)
#282353
(40,35,83)
#201C3F
(32,28,63)
#18152B
(24,21,43)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #6054DF

#6054DF
(96,84,223)
#6E63E1
(110,99,225)
#7C72E3
(124,114,227)
#8A81E5
(138,129,229)
#9890E7
(152,144,231)
#A69FE9
(166,159,233)
#B4AEEB
(180,174,235)
#C2BDED
(194,189,237)
#D0CCEF
(208,204,239)
#DEDBF1
(222,219,241)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6054DF color. Also use rgb(96,84,223) instead hex code.

Text Font Color

.myTextColor { color: #6054DF; }

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

This text font color is #6054DF.


Background Color

.myBgColor { background-color: #6054DF; }

<div style="background-color:#6054DF">Inner text</div>

This div background color is #6054DF.


Border color

.myBorderColor { border: 1px solid #6054DF; }

<div style="border:3px solid #6054DF">Div</div>

This div border color is #6054DF.


Opacity

.myOpacity80 { color: #6054DF; opacity: 0.8; }

<p style="color:#6054DF;opacity:0.8;">80%</p>

Text with #6054DF 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 #6054DF;}

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

This text has shadow with #6054DF color.

.textShadow {text-shadow: 3px 3px 1px #6054DF, 3px 3px 1px red;}

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

This text has shadow with #6054DF primary color and red secondary color.


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

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

This text has shadow with #6054DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6054DF on black background.


Color preview on white background

This text has color #6054DF on white background.



Black color preview on #6054DF background

This text has black color on #6054DF background.


White color preview on #6054DF background

This text has white color on #6054DF background.