COLOR #6557BF

HEX: #6557BF
RGB: (101,87,191)

Color info

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

RGB color model

#6557BF color RGB value is (101,87,191).

  • red value is 101;
  • green value is 87;
  • blue value is 191.
RGB:
(101,87,191)
(40%,34%,75%)

RGB channels and saturation

R 101 of 255 = 40%
G 87 of 255 = 34%
B 191 of 255 = 75%

101
87
191

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

Portions of RGB colors in percentages

R + G + B =
101 + 87 + 191 = 379 (100%)
R 101 of 379 ~ 26.65%
G 87 of 379 ~ 22.96%
B 191 of 379 ~ 50.4%

%26.65
%22.96
%50.4

CMYK color model

#6557BF color CMYK value is (47,54,0,25).

  • cyan value is 47.12%
  • magenta value is 54.45%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(47,54,0,25)
C47M54Y0K25 
(47%,54%,0%,25%)
(0.47/0.54/0.00/0.25)	

CMYK percentages

%47.12
%54.45
%0
%25.1

Codes

Color #6557BF in popluar color models

6557BF
RGB10187191
HSL248°44.83%54.51%
HSB/HSV248°54.45%74.90%
CMYK47.12%54.45%0.00%
25.10%

Color #6557BF in popluar number systems.

HEX6557BF
Decimal10187191
Binary1100101101011110111111
Octal145127277

Shades and tints

Shades of #6557BF

#6557BF
(101,87,191)
#5C50AE
(92,80,174)
#53499D
(83,73,157)
#4A428C
(74,66,140)
#413B7B
(65,59,123)
#38346A
(56,52,106)
#2F2D59
(47,45,89)
#262648
(38,38,72)
#1D1F37
(29,31,55)
#141826
(20,24,38)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #6557BF

#6557BF
(101,87,191)
#7366C4
(115,102,196)
#8175C9
(129,117,201)
#8F84CE
(143,132,206)
#9D93D3
(157,147,211)
#ABA2D8
(171,162,216)
#B9B1DD
(185,177,221)
#C7C0E2
(199,192,226)
#D5CFE7
(213,207,231)
#E3DEEC
(227,222,236)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6557BF color. Also use rgb(101,87,191) instead hex code.

Text Font Color

.myTextColor { color: #6557BF; }

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

This text font color is #6557BF.


Background Color

.myBgColor { background-color: #6557BF; }

<div style="background-color:#6557BF">Inner text</div>

This div background color is #6557BF.


Border color

.myBorderColor { border: 1px solid #6557BF; }

<div style="border:3px solid #6557BF">Div</div>

This div border color is #6557BF.


Opacity

.myOpacity80 { color: #6557BF; opacity: 0.8; }

<p style="color:#6557BF;opacity:0.8;">80%</p>

Text with #6557BF 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 #6557BF;}

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

This text has shadow with #6557BF color.

.textShadow {text-shadow: 3px 3px 1px #6557BF, 3px 3px 1px red;}

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

This text has shadow with #6557BF primary color and red secondary color.


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

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

This text has shadow with #6557BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6557BF on black background.


Color preview on white background

This text has color #6557BF on white background.



Black color preview on #6557BF background

This text has black color on #6557BF background.


White color preview on #6557BF background

This text has white color on #6557BF background.