COLOR #6B65C7

HEX: #6B65C7 RGB: (107,101,199)

Color info

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

RGB color model

#6B65C7 color RGB value is (107,101,199).

RGB: (107,101,199) (42%, 40%, 78%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 199 of 255 = 78%

107
101
199

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

Portions of RGB colors in percentages

R + G + B = 107 + 101 + 199 = 407 (100%)
R 107 of 407 ~ 26.29%
G 101 of 407 ~ 24.82%
B 199 of 407 ~ 48.89'%

%26.29
%24.82
%48.89

CMYK color model

#6B65C7 color CMYK value is (46,49,0,22).

  • cyan value is 46.23%
  • magenta value is 49.25%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (46,49,0,22)
C46M49Y0K22 (46%, 49%, 0%, 22%)
(0.46 / 0.49 / 0.00 / 0.22)

CMYK percentages

%46.23
%49.25
%0
%21.96

Codes

Color #6B65C7 in popluar color models

6B 65 C7
RGB 107 101 199
HSL 244° 46.67% 58.82%
HSB/HSV 244° 49.25% 78.04%
CMYK 46.23% 49.25% 0.00%
21.96%

Color #6B65C7 in popluar number systems.

HEX 6B 65 C7
Decimal 107 101 199
Binary 1101011 1100101 11000111
Octal 153 145 307

Shades and tints

Shades of #6B65C7

#6B65C7
(107,101,199)
#625CB5
(98,92,181)
#5953A3
(89,83,163)
#504A91
(80,74,145)
#47417F
(71,65,127)
#3E386D
(62,56,109)
#352F5B
(53,47,91)
#2C2649
(44,38,73)
#231D37
(35,29,55)
#1A1425
(26,20,37)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #6B65C7

#6B65C7
(107,101,199)
#7873CC
(120,115,204)
#8581D1
(133,129,209)
#928FD6
(146,143,214)
#9F9DDB
(159,157,219)
#ACABE0
(172,171,224)
#B9B9E5
(185,185,229)
#C6C7EA
(198,199,234)
#D3D5EF
(211,213,239)
#E0E3F4
(224,227,244)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B65C7 color. Also use rgb(107,101,199) instead hex code.

Text Font Color

.myTextColor { color: #6B65C7; }

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

This text font color is #6B65C7.

Background Color

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

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

This div background color is #6B65C7.

Border color

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

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

This div border color is #6B65C7.

Opacity

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

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

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

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

This text has shadow with #6B65C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B65C7.

Preview

Color preview on black background

This text has color #6B65C7 on black background.


Color preview on white background

This text has color #6B65C7 on white background.


Black color preview on #6B65C7 background

This text has black color on #6B65C7 background.


White color preview on #6B65C7 background

This text has white color on #6B65C7 background.


Related colors

Complementary color

Complementary color for #hex is #949A38.


I love getcolorcode.com

Triadic colors

1 #C76B65 and #65C76B with #6B65C7 are triadic colors.

2 #C7656B and #656BC7 with #6B65C7 are triadic colors.