COLOR #6B64B9

HEX: #6B64B9
RGB: (107,100,185)

Color info

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

RGB color model

#6B64B9 color RGB value is (107,100,185).

  • red value is 107;
  • green value is 100;
  • blue value is 185.
RGB:
(107,100,185)
(42%,39%,73%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 185 of 255 = 73%

107
100
185

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 185 = 392 (100%)
R 107 of 392 ~ 27.3%
G 100 of 392 ~ 25.51%
B 185 of 392 ~ 47.19%

%27.3
%25.51
%47.19

CMYK color model

#6B64B9 color CMYK value is (42,46,0,27).

  • cyan value is 42.16%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(42,46,0,27)
C42M46Y0K27 
(42%,46%,0%,27%)
(0.42/0.46/0.00/0.27)	

CMYK percentages

%42.16
%45.95
%0
%27.45

Codes

Color #6B64B9 in popluar color models

6B64B9
RGB107100185
HSL245°37.78%55.88%
HSB/HSV245°45.95%72.55%
CMYK42.16%45.95%0.00%
27.45%

Color #6B64B9 in popluar number systems.

HEX6B64B9
Decimal107100185
Binary1101011110010010111001
Octal153144271

Shades and tints

Shades of #6B64B9

#6B64B9
(107,100,185)
#625BA9
(98,91,169)
#595299
(89,82,153)
#504989
(80,73,137)
#474079
(71,64,121)
#3E3769
(62,55,105)
#352E59
(53,46,89)
#2C2549
(44,37,73)
#231C39
(35,28,57)
#1A1329
(26,19,41)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #6B64B9

#6B64B9
(107,100,185)
#7872BF
(120,114,191)
#8580C5
(133,128,197)
#928ECB
(146,142,203)
#9F9CD1
(159,156,209)
#ACAAD7
(172,170,215)
#B9B8DD
(185,184,221)
#C6C6E3
(198,198,227)
#D3D4E9
(211,212,233)
#E0E2EF
(224,226,239)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B64B9 color. Also use rgb(107,100,185) instead hex code.

Text Font Color

.myTextColor { color: #6B64B9; }

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

This text font color is #6B64B9.


Background Color

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

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

This div background color is #6B64B9.


Border color

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

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

This div border color is #6B64B9.


Opacity

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

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

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

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

This text has shadow with #6B64B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B64B9 on black background.


Color preview on white background

This text has color #6B64B9 on white background.



Black color preview on #6B64B9 background

This text has black color on #6B64B9 background.


White color preview on #6B64B9 background

This text has white color on #6B64B9 background.