COLOR #6B7BB7

HEX: #6B7BB7 RGB: (107,123,183)

Color info

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

RGB color model

#6B7BB7 color RGB value is (107,123,183).

RGB: (107,123,183) (42%, 48%, 72%)

RGB channels and saturation

R 107 of 255 = 42%
G 123 of 255 = 48%
B 183 of 255 = 72%

107
123
183

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

Portions of RGB colors in percentages

R + G + B = 107 + 123 + 183 = 413 (100%)
R 107 of 413 ~ 25.91%
G 123 of 413 ~ 29.78%
B 183 of 413 ~ 44.31'%

%25.91
%29.78
%44.31

CMYK color model

#6B7BB7 color CMYK value is (42,33,0,28).

  • cyan value is 41.53%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (42,33,0,28)
C42M33Y0K28 (42%, 33%, 0%, 28%)
(0.42 / 0.33 / 0.00 / 0.28)

CMYK percentages

%41.53
%32.79
%0
%28.24

Codes

Color #6B7BB7 in popluar color models

6B 7B B7
RGB 107 123 183
HSL 227° 34.55% 56.86%
HSB/HSV 227° 41.53% 71.76%
CMYK 41.53% 32.79% 0.00%
28.24%

Color #6B7BB7 in popluar number systems.

HEX 6B 7B B7
Decimal 107 123 183
Binary 1101011 1111011 10110111
Octal 153 173 267

Shades and tints

Shades of #6B7BB7

#6B7BB7
(107,123,183)
#6270A7
(98,112,167)
#596597
(89,101,151)
#505A87
(80,90,135)
#474F77
(71,79,119)
#3E4467
(62,68,103)
#353957
(53,57,87)
#2C2E47
(44,46,71)
#232337
(35,35,55)
#1A1827
(26,24,39)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #6B7BB7

#6B7BB7
(107,123,183)
#7887BD
(120,135,189)
#8593C3
(133,147,195)
#929FC9
(146,159,201)
#9FABCF
(159,171,207)
#ACB7D5
(172,183,213)
#B9C3DB
(185,195,219)
#C6CFE1
(198,207,225)
#D3DBE7
(211,219,231)
#E0E7ED
(224,231,237)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7BB7 color. Also use rgb(107,123,183) instead hex code.

Text Font Color

.myTextColor { color: #6B7BB7; }

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

This text font color is #6B7BB7.

Background Color

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

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

This div background color is #6B7BB7.

Border color

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

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

This div border color is #6B7BB7.

Opacity

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

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

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

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

This text has shadow with #6B7BB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7BB7.

Preview

Color preview on black background

This text has color #6B7BB7 on black background.


Color preview on white background

This text has color #6B7BB7 on white background.


Black color preview on #6B7BB7 background

This text has black color on #6B7BB7 background.


White color preview on #6B7BB7 background

This text has white color on #6B7BB7 background.


Related colors

Complementary color

Complementary color for #hex is #948448.


I love getcolorcode.com

Triadic colors

1 #B76B7B and #7BB76B with #6B7BB7 are triadic colors.

2 #B77B6B and #7B6BB7 with #6B7BB7 are triadic colors.