COLOR #6A7CCF

HEX: #6A7CCF
RGB: (106,124,207)

Color info

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

RGB color model

#6A7CCF color RGB value is (106,124,207).

  • red value is 106;
  • green value is 124;
  • blue value is 207.
RGB:
(106,124,207)
(42%,49%,81%)

RGB channels and saturation

R 106 of 255 = 42%
G 124 of 255 = 49%
B 207 of 255 = 81%

106
124
207

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

Portions of RGB colors in percentages

R + G + B =
106 + 124 + 207 = 437 (100%)
R 106 of 437 ~ 24.26%
G 124 of 437 ~ 28.38%
B 207 of 437 ~ 47.37%

%24.26
%28.38
%47.37

CMYK color model

#6A7CCF color CMYK value is (49,40,0,19).

  • cyan value is 48.79%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(49,40,0,19)
C49M40Y0K19 
(49%,40%,0%,19%)
(0.49/0.40/0.00/0.19)	

CMYK percentages

%48.79
%40.1
%0
%18.82

Codes

Color #6A7CCF in popluar color models

6A7CCF
RGB106124207
HSL229°51.27%61.37%
HSB/HSV229°48.79%81.18%
CMYK48.79%40.10%0.00%
18.82%

Color #6A7CCF in popluar number systems.

HEX6A7CCF
Decimal106124207
Binary1101010111110011001111
Octal152174317

Shades and tints

Shades of #6A7CCF

#6A7CCF
(106,124,207)
#6171BD
(97,113,189)
#5866AB
(88,102,171)
#4F5B99
(79,91,153)
#465087
(70,80,135)
#3D4575
(61,69,117)
#343A63
(52,58,99)
#2B2F51
(43,47,81)
#22243F
(34,36,63)
#19192D
(25,25,45)
#100E1B
(16,14,27)
#000000
(0,0,0)

Tints of #6A7CCF

#6A7CCF
(106,124,207)
#7787D3
(119,135,211)
#8492D7
(132,146,215)
#919DDB
(145,157,219)
#9EA8DF
(158,168,223)
#ABB3E3
(171,179,227)
#B8BEE7
(184,190,231)
#C5C9EB
(197,201,235)
#D2D4EF
(210,212,239)
#DFDFF3
(223,223,243)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7CCF color. Also use rgb(106,124,207) instead hex code.

Text Font Color

.myTextColor { color: #6A7CCF; }

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

This text font color is #6A7CCF.


Background Color

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

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

This div background color is #6A7CCF.


Border color

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

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

This div border color is #6A7CCF.


Opacity

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

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

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

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

This text has shadow with #6A7CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7CCF on black background.


Color preview on white background

This text has color #6A7CCF on white background.



Black color preview on #6A7CCF background

This text has black color on #6A7CCF background.


White color preview on #6A7CCF background

This text has white color on #6A7CCF background.