COLOR #6B76C9

HEX: #6B76C9 RGB: (107,118,201)

Color info

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

RGB color model

#6B76C9 color RGB value is (107,118,201).

RGB: (107,118,201) (42%, 46%, 79%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 201 of 255 = 79%

107
118
201

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

Portions of RGB colors in percentages

R + G + B = 107 + 118 + 201 = 426 (100%)
R 107 of 426 ~ 25.12%
G 118 of 426 ~ 27.7%
B 201 of 426 ~ 47.18'%

%25.12
%27.7
%47.18

CMYK color model

#6B76C9 color CMYK value is (47,41,0,21).

  • cyan value is 46.77%
  • magenta value is 41.29%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (47,41,0,21)
C47M41Y0K21 (47%, 41%, 0%, 21%)
(0.47 / 0.41 / 0.00 / 0.21)

CMYK percentages

%46.77
%41.29
%0
%21.18

Codes

Color #6B76C9 in popluar color models

6B 76 C9
RGB 107 118 201
HSL 233° 46.53% 60.39%
HSB/HSV 233° 46.77% 78.82%
CMYK 46.77% 41.29% 0.00%
21.18%

Color #6B76C9 in popluar number systems.

HEX 6B 76 C9
Decimal 107 118 201
Binary 1101011 1110110 11001001
Octal 153 166 311

Shades and tints

Shades of #6B76C9

#6B76C9
(107,118,201)
#626CB7
(98,108,183)
#5962A5
(89,98,165)
#505893
(80,88,147)
#474E81
(71,78,129)
#3E446F
(62,68,111)
#353A5D
(53,58,93)
#2C304B
(44,48,75)
#232639
(35,38,57)
#1A1C27
(26,28,39)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #6B76C9

#6B76C9
(107,118,201)
#7882CD
(120,130,205)
#858ED1
(133,142,209)
#929AD5
(146,154,213)
#9FA6D9
(159,166,217)
#ACB2DD
(172,178,221)
#B9BEE1
(185,190,225)
#C6CAE5
(198,202,229)
#D3D6E9
(211,214,233)
#E0E2ED
(224,226,237)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B76C9 color. Also use rgb(107,118,201) instead hex code.

Text Font Color

.myTextColor { color: #6B76C9; }

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

This text font color is #6B76C9.

Background Color

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

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

This div background color is #6B76C9.

Border color

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

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

This div border color is #6B76C9.

Opacity

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

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

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

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

This text has shadow with #6B76C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B76C9.

Preview

Color preview on black background

This text has color #6B76C9 on black background.


Color preview on white background

This text has color #6B76C9 on white background.


Black color preview on #6B76C9 background

This text has black color on #6B76C9 background.


White color preview on #6B76C9 background

This text has white color on #6B76C9 background.


Related colors

Complementary color

Complementary color for #hex is #948936.


I love getcolorcode.com

Triadic colors

1 #C96B76 and #76C96B with #6B76C9 are triadic colors.

2 #C9766B and #766BC9 with #6B76C9 are triadic colors.