COLOR #6F64BD

HEX: #6F64BD
RGB: (111,100,189)

Color info

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

RGB color model

#6F64BD color RGB value is (111,100,189).

  • red value is 111;
  • green value is 100;
  • blue value is 189.
RGB:
(111,100,189)
(44%,39%,74%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 189 of 255 = 74%

111
100
189

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

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 189 = 400 (100%)
R 111 of 400 ~ 27.75%
G 100 of 400 ~ 25%
B 189 of 400 ~ 47.25%

%27.75
%25
%47.25

CMYK color model

#6F64BD color CMYK value is (41,47,0,26).

  • cyan value is 41.27%
  • magenta value is 47.09%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(41,47,0,26)
C41M47Y0K26 
(41%,47%,0%,26%)
(0.41/0.47/0.00/0.26)	

CMYK percentages

%41.27
%47.09
%0
%25.88

Codes

Color #6F64BD in popluar color models

6F64BD
RGB111100189
HSL247°40.27%56.67%
HSB/HSV247°47.09%74.12%
CMYK41.27%47.09%0.00%
25.88%

Color #6F64BD in popluar number systems.

HEX6F64BD
Decimal111100189
Binary1101111110010010111101
Octal157144275

Shades and tints

Shades of #6F64BD

#6F64BD
(111,100,189)
#655BAC
(101,91,172)
#5B529B
(91,82,155)
#51498A
(81,73,138)
#474079
(71,64,121)
#3D3768
(61,55,104)
#332E57
(51,46,87)
#292546
(41,37,70)
#1F1C35
(31,28,53)
#151324
(21,19,36)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #6F64BD

#6F64BD
(111,100,189)
#7C72C3
(124,114,195)
#8980C9
(137,128,201)
#968ECF
(150,142,207)
#A39CD5
(163,156,213)
#B0AADB
(176,170,219)
#BDB8E1
(189,184,225)
#CAC6E7
(202,198,231)
#D7D4ED
(215,212,237)
#E4E2F3
(228,226,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F64BD color. Also use rgb(111,100,189) instead hex code.

Text Font Color

.myTextColor { color: #6F64BD; }

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

This text font color is #6F64BD.


Background Color

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

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

This div background color is #6F64BD.


Border color

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

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

This div border color is #6F64BD.


Opacity

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

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

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

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

This text has shadow with #6F64BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F64BD on black background.


Color preview on white background

This text has color #6F64BD on white background.



Black color preview on #6F64BD background

This text has black color on #6F64BD background.


White color preview on #6F64BD background

This text has white color on #6F64BD background.