COLOR #6B67BE

HEX: #6B67BE
RGB: (107,103,190)

Color info

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

RGB color model

#6B67BE color RGB value is (107,103,190).

  • red value is 107;
  • green value is 103;
  • blue value is 190.
RGB:
(107,103,190)
(42%,40%,75%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 190 of 255 = 75%

107
103
190

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

Portions of RGB colors in percentages

R + G + B =
107 + 103 + 190 = 400 (100%)
R 107 of 400 ~ 26.75%
G 103 of 400 ~ 25.75%
B 190 of 400 ~ 47.5%

%26.75
%25.75
%47.5

CMYK color model

#6B67BE color CMYK value is (44,46,0,25).

  • cyan value is 43.68%
  • magenta value is 45.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(44,46,0,25)
C44M46Y0K25 
(44%,46%,0%,25%)
(0.44/0.46/0.00/0.25)	

CMYK percentages

%43.68
%45.79
%0
%25.49

Codes

Color #6B67BE in popluar color models

6B67BE
RGB107103190
HSL243°40.09%57.45%
HSB/HSV243°45.79%74.51%
CMYK43.68%45.79%0.00%
25.49%

Color #6B67BE in popluar number systems.

HEX6B67BE
Decimal107103190
Binary1101011110011110111110
Octal153147276

Shades and tints

Shades of #6B67BE

#6B67BE
(107,103,190)
#625EAD
(98,94,173)
#59559C
(89,85,156)
#504C8B
(80,76,139)
#47437A
(71,67,122)
#3E3A69
(62,58,105)
#353158
(53,49,88)
#2C2847
(44,40,71)
#231F36
(35,31,54)
#1A1625
(26,22,37)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #6B67BE

#6B67BE
(107,103,190)
#7874C3
(120,116,195)
#8581C8
(133,129,200)
#928ECD
(146,142,205)
#9F9BD2
(159,155,210)
#ACA8D7
(172,168,215)
#B9B5DC
(185,181,220)
#C6C2E1
(198,194,225)
#D3CFE6
(211,207,230)
#E0DCEB
(224,220,235)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B67BE color. Also use rgb(107,103,190) instead hex code.

Text Font Color

.myTextColor { color: #6B67BE; }

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

This text font color is #6B67BE.


Background Color

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

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

This div background color is #6B67BE.


Border color

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

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

This div border color is #6B67BE.


Opacity

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

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

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

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

This text has shadow with #6B67BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B67BE on black background.


Color preview on white background

This text has color #6B67BE on white background.



Black color preview on #6B67BE background

This text has black color on #6B67BE background.


White color preview on #6B67BE background

This text has white color on #6B67BE background.