COLOR #6062ED

HEX: #6062ED
RGB: (96,98,237)

Color info

#6062ED contains mainly blue color. Web safe color of #6062ED is #6666FF (or #66F).

RGB color model

#6062ED color RGB value is (96,98,237).

  • red value is 96;
  • green value is 98;
  • blue value is 237.
RGB:
(96,98,237)
(38%,38%,93%)

RGB channels and saturation

R 96 of 255 = 38%
G 98 of 255 = 38%
B 237 of 255 = 93%

96
98
237

R + G + B ~ 56%. #6062ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 98 + 237 = 431 (100%)
R 96 of 431 ~ 22.27%
G 98 of 431 ~ 22.74%
B 237 of 431 ~ 54.99%

%22.27
%22.74
%54.99

CMYK color model

#6062ED color CMYK value is (59,59,0,7).

  • cyan value is 59.49%
  • magenta value is 58.65%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(59,59,0,7)
C59M59Y0K7 
(59%,59%,0%,7%)
(0.59/0.59/0.00/0.07)	

CMYK percentages

%59.49
%58.65
%0
%7.06

Codes

Color #6062ED in popluar color models

6062ED
RGB9698237
HSL239°79.66%65.29%
HSB/HSV239°59.49%92.94%
CMYK59.49%58.65%0.00%
7.06%

Color #6062ED in popluar number systems.

HEX6062ED
Decimal9698237
Binary1100000110001011101101
Octal140142355

Shades and tints

Shades of #6062ED

#6062ED
(96,98,237)
#585AD8
(88,90,216)
#5052C3
(80,82,195)
#484AAE
(72,74,174)
#404299
(64,66,153)
#383A84
(56,58,132)
#30326F
(48,50,111)
#282A5A
(40,42,90)
#202245
(32,34,69)
#181A30
(24,26,48)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #6062ED

#6062ED
(96,98,237)
#6E70EE
(110,112,238)
#7C7EEF
(124,126,239)
#8A8CF0
(138,140,240)
#989AF1
(152,154,241)
#A6A8F2
(166,168,242)
#B4B6F3
(180,182,243)
#C2C4F4
(194,196,244)
#D0D2F5
(208,210,245)
#DEE0F6
(222,224,246)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6062ED color. Also use rgb(96,98,237) instead hex code.

Text Font Color

.myTextColor { color: #6062ED; }

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

This text font color is #6062ED.


Background Color

.myBgColor { background-color: #6062ED; }

<div style="background-color:#6062ED">Inner text</div>

This div background color is #6062ED.


Border color

.myBorderColor { border: 1px solid #6062ED; }

<div style="border:3px solid #6062ED">Div</div>

This div border color is #6062ED.


Opacity

.myOpacity80 { color: #6062ED; opacity: 0.8; }

<p style="color:#6062ED;opacity:0.8;">80%</p>

Text with #6062ED 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 #6062ED;}

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

This text has shadow with #6062ED color.

.textShadow {text-shadow: 3px 3px 1px #6062ED, 3px 3px 1px red;}

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

This text has shadow with #6062ED primary color and red secondary color.


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

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

This text has shadow with #6062ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6062ED on black background.


Color preview on white background

This text has color #6062ED on white background.



Black color preview on #6062ED background

This text has black color on #6062ED background.


White color preview on #6062ED background

This text has white color on #6062ED background.