COLOR #6B71C3

HEX: #6B71C3 RGB: (107,113,195)

Color info

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

RGB color model

#6B71C3 color RGB value is (107,113,195).

RGB: (107,113,195) (42%, 44%, 76%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 195 of 255 = 76%

107
113
195

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

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 195 = 415 (100%)
R 107 of 415 ~ 25.78%
G 113 of 415 ~ 27.23%
B 195 of 415 ~ 46.99'%

%25.78
%27.23
%46.99

CMYK color model

#6B71C3 color CMYK value is (45,42,0,24).

  • cyan value is 45.13%
  • magenta value is 42.05%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (45,42,0,24)
C45M42Y0K24 (45%, 42%, 0%, 24%)
(0.45 / 0.42 / 0.00 / 0.24)

CMYK percentages

%45.13
%42.05
%0
%23.53

Codes

Color #6B71C3 in popluar color models

6B 71 C3
RGB 107 113 195
HSL 236° 42.31% 59.22%
HSB/HSV 236° 45.13% 76.47%
CMYK 45.13% 42.05% 0.00%
23.53%

Color #6B71C3 in popluar number systems.

HEX 6B 71 C3
Decimal 107 113 195
Binary 1101011 1110001 11000011
Octal 153 161 303

Shades and tints

Shades of #6B71C3

#6B71C3
(107,113,195)
#6267B2
(98,103,178)
#595DA1
(89,93,161)
#505390
(80,83,144)
#47497F
(71,73,127)
#3E3F6E
(62,63,110)
#35355D
(53,53,93)
#2C2B4C
(44,43,76)
#23213B
(35,33,59)
#1A172A
(26,23,42)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #6B71C3

#6B71C3
(107,113,195)
#787DC8
(120,125,200)
#8589CD
(133,137,205)
#9295D2
(146,149,210)
#9FA1D7
(159,161,215)
#ACADDC
(172,173,220)
#B9B9E1
(185,185,225)
#C6C5E6
(198,197,230)
#D3D1EB
(211,209,235)
#E0DDF0
(224,221,240)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B71C3 color. Also use rgb(107,113,195) instead hex code.

Text Font Color

.myTextColor { color: #6B71C3; }

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

This text font color is #6B71C3.

Background Color

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

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

This div background color is #6B71C3.

Border color

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

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

This div border color is #6B71C3.

Opacity

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

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

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

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

This text has shadow with #6B71C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B71C3.

Preview

Color preview on black background

This text has color #6B71C3 on black background.


Color preview on white background

This text has color #6B71C3 on white background.


Black color preview on #6B71C3 background

This text has black color on #6B71C3 background.


White color preview on #6B71C3 background

This text has white color on #6B71C3 background.


Related colors

Complementary color

Complementary color for #hex is #948E3C.


I love getcolorcode.com

Triadic colors

1 #C36B71 and #71C36B with #6B71C3 are triadic colors.

2 #C3716B and #716BC3 with #6B71C3 are triadic colors.