COLOR #6F63BA

HEX: #6F63BA
RGB: (111,99,186)

Color info

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

RGB color model

#6F63BA color RGB value is (111,99,186).

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

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 186 of 255 = 73%

111
99
186

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 186 = 396 (100%)
R 111 of 396 ~ 28.03%
G 99 of 396 ~ 25%
B 186 of 396 ~ 46.97%

%28.03
%25
%46.97

CMYK color model

#6F63BA color CMYK value is (40,47,0,27).

  • cyan value is 40.32%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(40,47,0,27)
C40M47Y0K27 
(40%,47%,0%,27%)
(0.40/0.47/0.00/0.27)	

CMYK percentages

%40.32
%46.77
%0
%27.06

Codes

Color #6F63BA in popluar color models

6F63BA
RGB11199186
HSL248°38.67%55.88%
HSB/HSV248°46.77%72.94%
CMYK40.32%46.77%0.00%
27.06%

Color #6F63BA in popluar number systems.

HEX6F63BA
Decimal11199186
Binary1101111110001110111010
Octal157143272

Shades and tints

Shades of #6F63BA

#6F63BA
(111,99,186)
#655AAA
(101,90,170)
#5B519A
(91,81,154)
#51488A
(81,72,138)
#473F7A
(71,63,122)
#3D366A
(61,54,106)
#332D5A
(51,45,90)
#29244A
(41,36,74)
#1F1B3A
(31,27,58)
#15122A
(21,18,42)
#0B091A
(11,9,26)
#000000
(0,0,0)

Tints of #6F63BA

#6F63BA
(111,99,186)
#7C71C0
(124,113,192)
#897FC6
(137,127,198)
#968DCC
(150,141,204)
#A39BD2
(163,155,210)
#B0A9D8
(176,169,216)
#BDB7DE
(189,183,222)
#CAC5E4
(202,197,228)
#D7D3EA
(215,211,234)
#E4E1F0
(228,225,240)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F63BA; }

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

This text font color is #6F63BA.


Background Color

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

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

This div background color is #6F63BA.


Border color

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

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

This div border color is #6F63BA.


Opacity

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

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

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

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

This text has shadow with #6F63BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F63BA on black background.


Color preview on white background

This text has color #6F63BA on white background.



Black color preview on #6F63BA background

This text has black color on #6F63BA background.


White color preview on #6F63BA background

This text has white color on #6F63BA background.