COLOR #6261EC

HEX: #6261EC
RGB: (98,97,236)

Color info

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

RGB color model

#6261EC color RGB value is (98,97,236).

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

RGB channels and saturation

R 98 of 255 = 38%
G 97 of 255 = 38%
B 236 of 255 = 93%

98
97
236

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

Portions of RGB colors in percentages

R + G + B =
98 + 97 + 236 = 431 (100%)
R 98 of 431 ~ 22.74%
G 97 of 431 ~ 22.51%
B 236 of 431 ~ 54.76%

%22.74
%22.51
%54.76

CMYK color model

#6261EC color CMYK value is (58,59,0,7).

  • cyan value is 58.47%
  • magenta value is 58.90%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(58,59,0,7)
C58M59Y0K7 
(58%,59%,0%,7%)
(0.58/0.59/0.00/0.07)	

CMYK percentages

%58.47
%58.9
%0
%7.45

Codes

Color #6261EC in popluar color models

6261EC
RGB9897236
HSL240°78.53%65.29%
HSB/HSV240°58.90%92.55%
CMYK58.47%58.90%0.00%
7.45%

Color #6261EC in popluar number systems.

HEX6261EC
Decimal9897236
Binary1100010110000111101100
Octal142141354

Shades and tints

Shades of #6261EC

#6261EC
(98,97,236)
#5A59D7
(90,89,215)
#5251C2
(82,81,194)
#4A49AD
(74,73,173)
#424198
(66,65,152)
#3A3983
(58,57,131)
#32316E
(50,49,110)
#2A2959
(42,41,89)
#222144
(34,33,68)
#1A192F
(26,25,47)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #6261EC

#6261EC
(98,97,236)
#706FED
(112,111,237)
#7E7DEE
(126,125,238)
#8C8BEF
(140,139,239)
#9A99F0
(154,153,240)
#A8A7F1
(168,167,241)
#B6B5F2
(182,181,242)
#C4C3F3
(196,195,243)
#D2D1F4
(210,209,244)
#E0DFF5
(224,223,245)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6261EC color. Also use rgb(98,97,236) instead hex code.

Text Font Color

.myTextColor { color: #6261EC; }

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

This text font color is #6261EC.


Background Color

.myBgColor { background-color: #6261EC; }

<div style="background-color:#6261EC">Inner text</div>

This div background color is #6261EC.


Border color

.myBorderColor { border: 1px solid #6261EC; }

<div style="border:3px solid #6261EC">Div</div>

This div border color is #6261EC.


Opacity

.myOpacity80 { color: #6261EC; opacity: 0.8; }

<p style="color:#6261EC;opacity:0.8;">80%</p>

Text with #6261EC 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 #6261EC;}

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

This text has shadow with #6261EC color.

.textShadow {text-shadow: 3px 3px 1px #6261EC, 3px 3px 1px red;}

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

This text has shadow with #6261EC primary color and red secondary color.


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

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

This text has shadow with #6261EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6261EC on black background.


Color preview on white background

This text has color #6261EC on white background.



Black color preview on #6261EC background

This text has black color on #6261EC background.


White color preview on #6261EC background

This text has white color on #6261EC background.