COLOR #6A6FC3

HEX: #6A6FC3
RGB: (106,111,195)

Color info

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

RGB color model

#6A6FC3 color RGB value is (106,111,195).

  • red value is 106;
  • green value is 111;
  • blue value is 195.
RGB:
(106,111,195)
(42%,44%,76%)

RGB channels and saturation

R 106 of 255 = 42%
G 111 of 255 = 44%
B 195 of 255 = 76%

106
111
195

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

Portions of RGB colors in percentages

R + G + B =
106 + 111 + 195 = 412 (100%)
R 106 of 412 ~ 25.73%
G 111 of 412 ~ 26.94%
B 195 of 412 ~ 47.33%

%25.73
%26.94
%47.33

CMYK color model

#6A6FC3 color CMYK value is (46,43,0,24).

  • cyan value is 45.64%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(46,43,0,24)
C46M43Y0K24 
(46%,43%,0%,24%)
(0.46/0.43/0.00/0.24)	

CMYK percentages

%45.64
%43.08
%0
%23.53

Codes

Color #6A6FC3 in popluar color models

6A6FC3
RGB106111195
HSL237°42.58%59.02%
HSB/HSV237°45.64%76.47%
CMYK45.64%43.08%0.00%
23.53%

Color #6A6FC3 in popluar number systems.

HEX6A6FC3
Decimal106111195
Binary1101010110111111000011
Octal152157303

Shades and tints

Shades of #6A6FC3

#6A6FC3
(106,111,195)
#6165B2
(97,101,178)
#585BA1
(88,91,161)
#4F5190
(79,81,144)
#46477F
(70,71,127)
#3D3D6E
(61,61,110)
#34335D
(52,51,93)
#2B294C
(43,41,76)
#221F3B
(34,31,59)
#19152A
(25,21,42)
#100B19
(16,11,25)
#000000
(0,0,0)

Tints of #6A6FC3

#6A6FC3
(106,111,195)
#777CC8
(119,124,200)
#8489CD
(132,137,205)
#9196D2
(145,150,210)
#9EA3D7
(158,163,215)
#ABB0DC
(171,176,220)
#B8BDE1
(184,189,225)
#C5CAE6
(197,202,230)
#D2D7EB
(210,215,235)
#DFE4F0
(223,228,240)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6FC3 color. Also use rgb(106,111,195) instead hex code.

Text Font Color

.myTextColor { color: #6A6FC3; }

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

This text font color is #6A6FC3.


Background Color

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

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

This div background color is #6A6FC3.


Border color

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

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

This div border color is #6A6FC3.


Opacity

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

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

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

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

This text has shadow with #6A6FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6FC3 on black background.


Color preview on white background

This text has color #6A6FC3 on white background.



Black color preview on #6A6FC3 background

This text has black color on #6A6FC3 background.


White color preview on #6A6FC3 background

This text has white color on #6A6FC3 background.