COLOR #060DE5

HEX: #060DE5
RGB: (6,13,229)

Color info

#060DE5 contains mainly blue color. Web safe color of #060DE5 is #0000CC (or #00C).

RGB color model

#060DE5 color RGB value is (6,13,229).

  • red value is 6;
  • green value is 13;
  • blue value is 229.
RGB:
(6,13,229)
(2%,5%,90%)

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 229 of 255 = 90%

6
13
229

R + G + B ~ 32%. #060DE5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 13 + 229 = 248 (100%)
R 6 of 248 ~ 2.42%
G 13 of 248 ~ 5.24%
B 229 of 248 ~ 92.34%

%92.34

CMYK color model

#060DE5 color CMYK value is (97,94,0,10).

  • cyan value is 97.38%
  • magenta value is 94.32%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(97,94,0,10)
C97M94Y0K10 
(97%,94%,0%,10%)
(0.97/0.94/0.00/0.10)	

CMYK percentages

%97.38
%94.32
%0
%10.2

Codes

Color #060DE5 in popluar color models

060DE5
RGB613229
HSL238°94.89%46.08%
HSB/HSV238°97.38%89.80%
CMYK97.38%94.32%0.00%
10.20%

Color #060DE5 in popluar number systems.

HEX060DE5
Decimal613229
Binary110110111100101
Octal615345

Shades and tints

Shades of #060DE5

#060DE5
(6,13,229)
#060CD1
(6,12,209)
#060BBD
(6,11,189)
#060AA9
(6,10,169)
#060995
(6,9,149)
#060881
(6,8,129)
#06076D
(6,7,109)
#060659
(6,6,89)
#060545
(6,5,69)
#060431
(6,4,49)
#06031D
(6,3,29)
#000000
(0,0,0)

Tints of #060DE5

#060DE5
(6,13,229)
#1C23E7
(28,35,231)
#3239E9
(50,57,233)
#484FEB
(72,79,235)
#5E65ED
(94,101,237)
#747BEF
(116,123,239)
#8A91F1
(138,145,241)
#A0A7F3
(160,167,243)
#B6BDF5
(182,189,245)
#CCD3F7
(204,211,247)
#E2E9F9
(226,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060DE5 color. Also use rgb(6,13,229) instead hex code.

Text Font Color

.myTextColor { color: #060DE5; }

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

This text font color is #060DE5.


Background Color

.myBgColor { background-color: #060DE5; }

<div style="background-color:#060DE5">Inner text</div>

This div background color is #060DE5.


Border color

.myBorderColor { border: 1px solid #060DE5; }

<div style="border:3px solid #060DE5">Div</div>

This div border color is #060DE5.


Opacity

.myOpacity80 { color: #060DE5; opacity: 0.8; }

<p style="color:#060DE5;opacity:0.8;">80%</p>

Text with #060DE5 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 #060DE5;}

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

This text has shadow with #060DE5 color.

.textShadow {text-shadow: 3px 3px 1px #060DE5, 3px 3px 1px red;}

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

This text has shadow with #060DE5 primary color and red secondary color.


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

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

This text has shadow with #060DE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060DE5 on black background.


Color preview on white background

This text has color #060DE5 on white background.



Black color preview on #060DE5 background

This text has black color on #060DE5 background.


White color preview on #060DE5 background

This text has white color on #060DE5 background.