COLOR #6B63AC

HEX: #6B63AC RGB: (107,99,172)

Color info

#6B63AC contains mainly blue color. Web safe color of #6B63AC is #666699 (or #669).

RGB color model

#6B63AC color RGB value is (107,99,172).

RGB: (107,99,172) (42%, 39%, 67%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 172 of 255 = 67%

107
99
172

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

Portions of RGB colors in percentages

R + G + B = 107 + 99 + 172 = 378 (100%)
R 107 of 378 ~ 28.31%
G 99 of 378 ~ 26.19%
B 172 of 378 ~ 45.5'%

%28.31
%26.19
%45.5

CMYK color model

#6B63AC color CMYK value is (38,42,0,33).

  • cyan value is 37.79%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,42,0,33)
C38M42Y0K33 (38%, 42%, 0%, 33%)
(0.38 / 0.42 / 0.00 / 0.33)

CMYK percentages

%37.79
%42.44
%0
%32.55

Codes

Color #6B63AC in popluar color models

6B 63 AC
RGB 107 99 172
HSL 247° 30.54% 53.14%
HSB/HSV 247° 42.44% 67.45%
CMYK 37.79% 42.44% 0.00%
32.55%

Color #6B63AC in popluar number systems.

HEX 6B 63 AC
Decimal 107 99 172
Binary 1101011 1100011 10101100
Octal 153 143 254

Shades and tints

Shades of #6B63AC

#6B63AC
(107,99,172)
#625A9D
(98,90,157)
#59518E
(89,81,142)
#50487F
(80,72,127)
#473F70
(71,63,112)
#3E3661
(62,54,97)
#352D52
(53,45,82)
#2C2443
(44,36,67)
#231B34
(35,27,52)
#1A1225
(26,18,37)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #6B63AC

#6B63AC
(107,99,172)
#7871B3
(120,113,179)
#857FBA
(133,127,186)
#928DC1
(146,141,193)
#9F9BC8
(159,155,200)
#ACA9CF
(172,169,207)
#B9B7D6
(185,183,214)
#C6C5DD
(198,197,221)
#D3D3E4
(211,211,228)
#E0E1EB
(224,225,235)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B63AC color. Also use rgb(107,99,172) instead hex code.

Text Font Color

.myTextColor { color: #6B63AC; }

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

This text font color is #6B63AC.

Background Color

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

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

This div background color is #6B63AC.

Border color

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

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

This div border color is #6B63AC.

Opacity

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

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

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

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

This text has shadow with #6B63AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B63AC.

Preview

Color preview on black background

This text has color #6B63AC on black background.


Color preview on white background

This text has color #6B63AC on white background.


Black color preview on #6B63AC background

This text has black color on #6B63AC background.


White color preview on #6B63AC background

This text has white color on #6B63AC background.


Related colors

Complementary color

Complementary color for #hex is #949C53.


I love getcolorcode.com

Triadic colors

1 #AC6B63 and #63AC6B with #6B63AC are triadic colors.

2 #AC636B and #636BAC with #6B63AC are triadic colors.