COLOR #6F63E1

HEX: #6F63E1
RGB: (111,99,225)

Color info

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

RGB color model

#6F63E1 color RGB value is (111,99,225).

  • red value is 111;
  • green value is 99;
  • blue value is 225.
RGB:
(111,99,225)
(44%,39%,88%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 225 of 255 = 88%

111
99
225

R + G + B ~ 57%. #6F63E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 225 = 435 (100%)
R 111 of 435 ~ 25.52%
G 99 of 435 ~ 22.76%
B 225 of 435 ~ 51.72%

%25.52
%22.76
%51.72

CMYK color model

#6F63E1 color CMYK value is (51,56,0,12).

  • cyan value is 50.67%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(51,56,0,12)
C51M56Y0K12 
(51%,56%,0%,12%)
(0.51/0.56/0.00/0.12)	

CMYK percentages

%50.67
%56
%0
%11.76

Codes

Color #6F63E1 in popluar color models

6F63E1
RGB11199225
HSL246°67.74%63.53%
HSB/HSV246°56.00%88.24%
CMYK50.67%56.00%0.00%
11.76%

Color #6F63E1 in popluar number systems.

HEX6F63E1
Decimal11199225
Binary1101111110001111100001
Octal157143341

Shades and tints

Shades of #6F63E1

#6F63E1
(111,99,225)
#655ACD
(101,90,205)
#5B51B9
(91,81,185)
#5148A5
(81,72,165)
#473F91
(71,63,145)
#3D367D
(61,54,125)
#332D69
(51,45,105)
#292455
(41,36,85)
#1F1B41
(31,27,65)
#15122D
(21,18,45)
#0B0919
(11,9,25)
#000000
(0,0,0)

Tints of #6F63E1

#6F63E1
(111,99,225)
#7C71E3
(124,113,227)
#897FE5
(137,127,229)
#968DE7
(150,141,231)
#A39BE9
(163,155,233)
#B0A9EB
(176,169,235)
#BDB7ED
(189,183,237)
#CAC5EF
(202,197,239)
#D7D3F1
(215,211,241)
#E4E1F3
(228,225,243)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F63E1 color. Also use rgb(111,99,225) instead hex code.

Text Font Color

.myTextColor { color: #6F63E1; }

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

This text font color is #6F63E1.


Background Color

.myBgColor { background-color: #6F63E1; }

<div style="background-color:#6F63E1">Inner text</div>

This div background color is #6F63E1.


Border color

.myBorderColor { border: 1px solid #6F63E1; }

<div style="border:3px solid #6F63E1">Div</div>

This div border color is #6F63E1.


Opacity

.myOpacity80 { color: #6F63E1; opacity: 0.8; }

<p style="color:#6F63E1;opacity:0.8;">80%</p>

Text with #6F63E1 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 #6F63E1;}

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

This text has shadow with #6F63E1 color.

.textShadow {text-shadow: 3px 3px 1px #6F63E1, 3px 3px 1px red;}

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

This text has shadow with #6F63E1 primary color and red secondary color.


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

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

This text has shadow with #6F63E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F63E1 on black background.


Color preview on white background

This text has color #6F63E1 on white background.



Black color preview on #6F63E1 background

This text has black color on #6F63E1 background.


White color preview on #6F63E1 background

This text has white color on #6F63E1 background.