COLOR #6767B9

HEX: #6767B9
RGB: (103,103,185)

Color info

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

RGB color model

#6767B9 color RGB value is (103,103,185).

  • red value is 103;
  • green value is 103;
  • blue value is 185.
RGB:
(103,103,185)
(40%,40%,73%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 185 of 255 = 73%

103
103
185

R + G + B ~ 51%. #6767B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 185 = 391 (100%)
R 103 of 391 ~ 26.34%
G 103 of 391 ~ 26.34%
B 185 of 391 ~ 47.31%

%26.34
%26.34
%47.31

CMYK color model

#6767B9 color CMYK value is (44,44,0,27).

  • cyan value is 44.32%
  • magenta value is 44.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(44,44,0,27)
C44M44Y0K27 
(44%,44%,0%,27%)
(0.44/0.44/0.00/0.27)	

CMYK percentages

%44.32
%44.32
%0
%27.45

Codes

Color #6767B9 in popluar color models

6767B9
RGB103103185
HSL240°36.94%56.47%
HSB/HSV240°44.32%72.55%
CMYK44.32%44.32%0.00%
27.45%

Color #6767B9 in popluar number systems.

HEX6767B9
Decimal103103185
Binary1100111110011110111001
Octal147147271

Shades and tints

Shades of #6767B9

#6767B9
(103,103,185)
#5E5EA9
(94,94,169)
#555599
(85,85,153)
#4C4C89
(76,76,137)
#434379
(67,67,121)
#3A3A69
(58,58,105)
#313159
(49,49,89)
#282849
(40,40,73)
#1F1F39
(31,31,57)
#161629
(22,22,41)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #6767B9

#6767B9
(103,103,185)
#7474BF
(116,116,191)
#8181C5
(129,129,197)
#8E8ECB
(142,142,203)
#9B9BD1
(155,155,209)
#A8A8D7
(168,168,215)
#B5B5DD
(181,181,221)
#C2C2E3
(194,194,227)
#CFCFE9
(207,207,233)
#DCDCEF
(220,220,239)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6767B9 color. Also use rgb(103,103,185) instead hex code.

Text Font Color

.myTextColor { color: #6767B9; }

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

This text font color is #6767B9.


Background Color

.myBgColor { background-color: #6767B9; }

<div style="background-color:#6767B9">Inner text</div>

This div background color is #6767B9.


Border color

.myBorderColor { border: 1px solid #6767B9; }

<div style="border:3px solid #6767B9">Div</div>

This div border color is #6767B9.


Opacity

.myOpacity80 { color: #6767B9; opacity: 0.8; }

<p style="color:#6767B9;opacity:0.8;">80%</p>

Text with #6767B9 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 #6767B9;}

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

This text has shadow with #6767B9 color.

.textShadow {text-shadow: 3px 3px 1px #6767B9, 3px 3px 1px red;}

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

This text has shadow with #6767B9 primary color and red secondary color.


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

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

This text has shadow with #6767B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6767B9 on black background.


Color preview on white background

This text has color #6767B9 on white background.



Black color preview on #6767B9 background

This text has black color on #6767B9 background.


White color preview on #6767B9 background

This text has white color on #6767B9 background.