COLOR #6B88E4

HEX: #6B88E4
RGB: (107,136,228)

Color info

#6B88E4 contains mainly blue color. Web safe color of #6B88E4 is #6699CC (or #69C).

RGB color model

#6B88E4 color RGB value is (107,136,228).

  • red value is 107;
  • green value is 136;
  • blue value is 228.
RGB:
(107,136,228)
(42%,53%,89%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 228 of 255 = 89%

107
136
228

R + G + B ~ 61%. #6B88E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 136 + 228 = 471 (100%)
R 107 of 471 ~ 22.72%
G 136 of 471 ~ 28.87%
B 228 of 471 ~ 48.41%

%22.72
%28.87
%48.41

CMYK color model

#6B88E4 color CMYK value is (53,40,0,11).

  • cyan value is 53.07%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(53,40,0,11)
C53M40Y0K11 
(53%,40%,0%,11%)
(0.53/0.40/0.00/0.11)	

CMYK percentages

%53.07
%40.35
%0
%10.59

Codes

Color #6B88E4 in popluar color models

6B88E4
RGB107136228
HSL226°69.14%65.69%
HSB/HSV226°53.07%89.41%
CMYK53.07%40.35%0.00%
10.59%

Color #6B88E4 in popluar number systems.

HEX6B88E4
Decimal107136228
Binary11010111000100011100100
Octal153210344

Shades and tints

Shades of #6B88E4

#6B88E4
(107,136,228)
#627CD0
(98,124,208)
#5970BC
(89,112,188)
#5064A8
(80,100,168)
#475894
(71,88,148)
#3E4C80
(62,76,128)
#35406C
(53,64,108)
#2C3458
(44,52,88)
#232844
(35,40,68)
#1A1C30
(26,28,48)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #6B88E4

#6B88E4
(107,136,228)
#7892E6
(120,146,230)
#859CE8
(133,156,232)
#92A6EA
(146,166,234)
#9FB0EC
(159,176,236)
#ACBAEE
(172,186,238)
#B9C4F0
(185,196,240)
#C6CEF2
(198,206,242)
#D3D8F4
(211,216,244)
#E0E2F6
(224,226,246)
#EDECF8
(237,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B88E4 color. Also use rgb(107,136,228) instead hex code.

Text Font Color

.myTextColor { color: #6B88E4; }

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

This text font color is #6B88E4.


Background Color

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

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

This div background color is #6B88E4.


Border color

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

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

This div border color is #6B88E4.


Opacity

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

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

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

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

This text has shadow with #6B88E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B88E4 on black background.


Color preview on white background

This text has color #6B88E4 on white background.



Black color preview on #6B88E4 background

This text has black color on #6B88E4 background.


White color preview on #6B88E4 background

This text has white color on #6B88E4 background.