COLOR #6B55BE

HEX: #6B55BE
RGB: (107,85,190)

Color info

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

RGB color model

#6B55BE color RGB value is (107,85,190).

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

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 190 of 255 = 75%

107
85
190

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

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 190 = 382 (100%)
R 107 of 382 ~ 28.01%
G 85 of 382 ~ 22.25%
B 190 of 382 ~ 49.74%

%28.01
%22.25
%49.74

CMYK color model

#6B55BE color CMYK value is (44,55,0,25).

  • cyan value is 43.68%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(44,55,0,25)
C44M55Y0K25 
(44%,55%,0%,25%)
(0.44/0.55/0.00/0.25)	

CMYK percentages

%43.68
%55.26
%0
%25.49

Codes

Color #6B55BE in popluar color models

6B55BE
RGB10785190
HSL253°44.68%53.92%
HSB/HSV253°55.26%74.51%
CMYK43.68%55.26%0.00%
25.49%

Color #6B55BE in popluar number systems.

HEX6B55BE
Decimal10785190
Binary1101011101010110111110
Octal153125276

Shades and tints

Shades of #6B55BE

#6B55BE
(107,85,190)
#624EAD
(98,78,173)
#59479C
(89,71,156)
#50408B
(80,64,139)
#47397A
(71,57,122)
#3E3269
(62,50,105)
#352B58
(53,43,88)
#2C2447
(44,36,71)
#231D36
(35,29,54)
#1A1625
(26,22,37)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #6B55BE

#6B55BE
(107,85,190)
#7864C3
(120,100,195)
#8573C8
(133,115,200)
#9282CD
(146,130,205)
#9F91D2
(159,145,210)
#ACA0D7
(172,160,215)
#B9AFDC
(185,175,220)
#C6BEE1
(198,190,225)
#D3CDE6
(211,205,230)
#E0DCEB
(224,220,235)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B55BE; }

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

This text font color is #6B55BE.


Background Color

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

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

This div background color is #6B55BE.


Border color

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

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

This div border color is #6B55BE.


Opacity

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

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

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

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

This text has shadow with #6B55BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B55BE on black background.


Color preview on white background

This text has color #6B55BE on white background.



Black color preview on #6B55BE background

This text has black color on #6B55BE background.


White color preview on #6B55BE background

This text has white color on #6B55BE background.