COLOR #6F63A8

HEX: #6F63A8
RGB: (111,99,168)

Color info

#6F63A8 contains mainly red and blue colors. Web safe color of #6F63A8 is #666699 (or #669).

RGB color model

#6F63A8 color RGB value is (111,99,168).

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

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 168 of 255 = 66%

111
99
168

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 168 = 378 (100%)
R 111 of 378 ~ 29.37%
G 99 of 378 ~ 26.19%
B 168 of 378 ~ 44.44%

%29.37
%26.19
%44.44

CMYK color model

#6F63A8 color CMYK value is (34,41,0,34).

  • cyan value is 33.93%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(34,41,0,34)
C34M41Y0K34 
(34%,41%,0%,34%)
(0.34/0.41/0.00/0.34)	

CMYK percentages

%33.93
%41.07
%0
%34.12

Codes

Color #6F63A8 in popluar color models

6F63A8
RGB11199168
HSL250°28.40%52.35%
HSB/HSV250°41.07%65.88%
CMYK33.93%41.07%0.00%
34.12%

Color #6F63A8 in popluar number systems.

HEX6F63A8
Decimal11199168
Binary1101111110001110101000
Octal157143250

Shades and tints

Shades of #6F63A8

#6F63A8
(111,99,168)
#655A99
(101,90,153)
#5B518A
(91,81,138)
#51487B
(81,72,123)
#473F6C
(71,63,108)
#3D365D
(61,54,93)
#332D4E
(51,45,78)
#29243F
(41,36,63)
#1F1B30
(31,27,48)
#151221
(21,18,33)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #6F63A8

#6F63A8
(111,99,168)
#7C71AF
(124,113,175)
#897FB6
(137,127,182)
#968DBD
(150,141,189)
#A39BC4
(163,155,196)
#B0A9CB
(176,169,203)
#BDB7D2
(189,183,210)
#CAC5D9
(202,197,217)
#D7D3E0
(215,211,224)
#E4E1E7
(228,225,231)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F63A8; }

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

This text font color is #6F63A8.


Background Color

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

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

This div background color is #6F63A8.


Border color

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

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

This div border color is #6F63A8.


Opacity

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

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

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

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

This text has shadow with #6F63A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F63A8 on black background.


Color preview on white background

This text has color #6F63A8 on white background.



Black color preview on #6F63A8 background

This text has black color on #6F63A8 background.


White color preview on #6F63A8 background

This text has white color on #6F63A8 background.