COLOR #6B7CA9

HEX: #6B7CA9
RGB: (107,124,169)

Color info

#6B7CA9 contains mainly green and blue colors. Web safe color of #6B7CA9 is #666699 (or #669).

RGB color model

#6B7CA9 color RGB value is (107,124,169).

  • red value is 107;
  • green value is 124;
  • blue value is 169.
RGB:
(107,124,169)
(42%,49%,66%)

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 169 of 255 = 66%

107
124
169

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

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 169 = 400 (100%)
R 107 of 400 ~ 26.75%
G 124 of 400 ~ 31%
B 169 of 400 ~ 42.25%

%26.75
%31
%42.25

CMYK color model

#6B7CA9 color CMYK value is (37,27,0,34).

  • cyan value is 36.69%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(37,27,0,34)
C37M27Y0K34 
(37%,27%,0%,34%)
(0.37/0.27/0.00/0.34)	

CMYK percentages

%36.69
%26.63
%0
%33.73

Codes

Color #6B7CA9 in popluar color models

6B7CA9
RGB107124169
HSL224°26.50%54.12%
HSB/HSV224°36.69%66.27%
CMYK36.69%26.63%0.00%
33.73%

Color #6B7CA9 in popluar number systems.

HEX6B7CA9
Decimal107124169
Binary1101011111110010101001
Octal153174251

Shades and tints

Shades of #6B7CA9

#6B7CA9
(107,124,169)
#62719A
(98,113,154)
#59668B
(89,102,139)
#505B7C
(80,91,124)
#47506D
(71,80,109)
#3E455E
(62,69,94)
#353A4F
(53,58,79)
#2C2F40
(44,47,64)
#232431
(35,36,49)
#1A1922
(26,25,34)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6B7CA9

#6B7CA9
(107,124,169)
#7887B0
(120,135,176)
#8592B7
(133,146,183)
#929DBE
(146,157,190)
#9FA8C5
(159,168,197)
#ACB3CC
(172,179,204)
#B9BED3
(185,190,211)
#C6C9DA
(198,201,218)
#D3D4E1
(211,212,225)
#E0DFE8
(224,223,232)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7CA9 color. Also use rgb(107,124,169) instead hex code.

Text Font Color

.myTextColor { color: #6B7CA9; }

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

This text font color is #6B7CA9.


Background Color

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

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

This div background color is #6B7CA9.


Border color

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

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

This div border color is #6B7CA9.


Opacity

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

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

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

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

This text has shadow with #6B7CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7CA9 on black background.


Color preview on white background

This text has color #6B7CA9 on white background.



Black color preview on #6B7CA9 background

This text has black color on #6B7CA9 background.


White color preview on #6B7CA9 background

This text has white color on #6B7CA9 background.