COLOR #6267E1

HEX: #6267E1
RGB: (98,103,225)

Color info

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

RGB color model

#6267E1 color RGB value is (98,103,225).

  • red value is 98;
  • green value is 103;
  • blue value is 225.
RGB:
(98,103,225)
(38%,40%,88%)

RGB channels and saturation

R 98 of 255 = 38%
G 103 of 255 = 40%
B 225 of 255 = 88%

98
103
225

R + G + B ~ 55%. #6267E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 103 + 225 = 426 (100%)
R 98 of 426 ~ 23%
G 103 of 426 ~ 24.18%
B 225 of 426 ~ 52.82%

%23
%24.18
%52.82

CMYK color model

#6267E1 color CMYK value is (56,54,0,12).

  • cyan value is 56.44%
  • magenta value is 54.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(56,54,0,12)
C56M54Y0K12 
(56%,54%,0%,12%)
(0.56/0.54/0.00/0.12)	

CMYK percentages

%56.44
%54.22
%0
%11.76

Codes

Color #6267E1 in popluar color models

6267E1
RGB98103225
HSL238°67.91%63.33%
HSB/HSV238°56.44%88.24%
CMYK56.44%54.22%0.00%
11.76%

Color #6267E1 in popluar number systems.

HEX6267E1
Decimal98103225
Binary1100010110011111100001
Octal142147341

Shades and tints

Shades of #6267E1

#6267E1
(98,103,225)
#5A5ECD
(90,94,205)
#5255B9
(82,85,185)
#4A4CA5
(74,76,165)
#424391
(66,67,145)
#3A3A7D
(58,58,125)
#323169
(50,49,105)
#2A2855
(42,40,85)
#221F41
(34,31,65)
#1A162D
(26,22,45)
#120D19
(18,13,25)
#000000
(0,0,0)

Tints of #6267E1

#6267E1
(98,103,225)
#7074E3
(112,116,227)
#7E81E5
(126,129,229)
#8C8EE7
(140,142,231)
#9A9BE9
(154,155,233)
#A8A8EB
(168,168,235)
#B6B5ED
(182,181,237)
#C4C2EF
(196,194,239)
#D2CFF1
(210,207,241)
#E0DCF3
(224,220,243)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6267E1 color. Also use rgb(98,103,225) instead hex code.

Text Font Color

.myTextColor { color: #6267E1; }

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

This text font color is #6267E1.


Background Color

.myBgColor { background-color: #6267E1; }

<div style="background-color:#6267E1">Inner text</div>

This div background color is #6267E1.


Border color

.myBorderColor { border: 1px solid #6267E1; }

<div style="border:3px solid #6267E1">Div</div>

This div border color is #6267E1.


Opacity

.myOpacity80 { color: #6267E1; opacity: 0.8; }

<p style="color:#6267E1;opacity:0.8;">80%</p>

Text with #6267E1 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 #6267E1;}

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

This text has shadow with #6267E1 color.

.textShadow {text-shadow: 3px 3px 1px #6267E1, 3px 3px 1px red;}

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

This text has shadow with #6267E1 primary color and red secondary color.


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

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

This text has shadow with #6267E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6267E1 on black background.


Color preview on white background

This text has color #6267E1 on white background.



Black color preview on #6267E1 background

This text has black color on #6267E1 background.


White color preview on #6267E1 background

This text has white color on #6267E1 background.