COLOR #6A87EB

HEX: #6A87EB
RGB: (106,135,235)

Color info

#6A87EB contains mainly blue color. Web safe color of #6A87EB is #6699FF (or #69F).

RGB color model

#6A87EB color RGB value is (106,135,235).

  • red value is 106;
  • green value is 135;
  • blue value is 235.
RGB:
(106,135,235)
(42%,53%,92%)

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 235 of 255 = 92%

106
135
235

R + G + B ~ 62%. #6A87EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 135 + 235 = 476 (100%)
R 106 of 476 ~ 22.27%
G 135 of 476 ~ 28.36%
B 235 of 476 ~ 49.37%

%22.27
%28.36
%49.37

CMYK color model

#6A87EB color CMYK value is (55,43,0,8).

  • cyan value is 54.89%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(55,43,0,8)
C55M43Y0K8 
(55%,43%,0%,8%)
(0.55/0.43/0.00/0.08)	

CMYK percentages

%54.89
%42.55
%0
%7.84

Codes

Color #6A87EB in popluar color models

6A87EB
RGB106135235
HSL227°76.33%66.86%
HSB/HSV227°54.89%92.16%
CMYK54.89%42.55%0.00%
7.84%

Color #6A87EB in popluar number systems.

HEX6A87EB
Decimal106135235
Binary11010101000011111101011
Octal152207353

Shades and tints

Shades of #6A87EB

#6A87EB
(106,135,235)
#617BD6
(97,123,214)
#586FC1
(88,111,193)
#4F63AC
(79,99,172)
#465797
(70,87,151)
#3D4B82
(61,75,130)
#343F6D
(52,63,109)
#2B3358
(43,51,88)
#222743
(34,39,67)
#191B2E
(25,27,46)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #6A87EB

#6A87EB
(106,135,235)
#7791EC
(119,145,236)
#849BED
(132,155,237)
#91A5EE
(145,165,238)
#9EAFEF
(158,175,239)
#ABB9F0
(171,185,240)
#B8C3F1
(184,195,241)
#C5CDF2
(197,205,242)
#D2D7F3
(210,215,243)
#DFE1F4
(223,225,244)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A87EB color. Also use rgb(106,135,235) instead hex code.

Text Font Color

.myTextColor { color: #6A87EB; }

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

This text font color is #6A87EB.


Background Color

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

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

This div background color is #6A87EB.


Border color

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

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

This div border color is #6A87EB.


Opacity

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

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

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

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

This text has shadow with #6A87EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A87EB on black background.


Color preview on white background

This text has color #6A87EB on white background.



Black color preview on #6A87EB background

This text has black color on #6A87EB background.


White color preview on #6A87EB background

This text has white color on #6A87EB background.