COLOR #6A87FD

HEX: #6A87FD RGB: (106,135,253)

Color info

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

RGB color model

#6A87FD color RGB value is (106,135,253).

RGB: (106,135,253) (42%, 53%, 99%)

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 253 of 255 = 99%

106
135
253

R + G + B ~ 65%. #6A87FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 135 + 253 = 494 (100%)
R 106 of 494 ~ 21.46%
G 135 of 494 ~ 27.33%
B 253 of 494 ~ 51.21'%

%21.46
%27.33
%51.21

CMYK color model

#6A87FD color CMYK value is (58,47,0,1).

  • cyan value is 58.10%
  • magenta value is 46.64%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (58,47,0,1)
C58M47Y0K1 (58%, 47%, 0%, 1%)
(0.58 / 0.47 / 0.00 / 0.01)

CMYK percentages

%58.1
%46.64
%0
%0.78

Codes

Color #6A87FD in popluar color models

6A 87 FD
RGB 106 135 253
HSL 228° 97.35% 70.39%
HSB/HSV 228° 58.10% 99.22%
CMYK 58.10% 46.64% 0.00%
0.78%

Color #6A87FD in popluar number systems.

HEX 6A 87 FD
Decimal 106 135 253
Binary 1101010 10000111 11111101
Octal 152 207 375

Shades and tints

Shades of #6A87FD

#6A87FD
(106,135,253)
#617BE6
(97,123,230)
#586FCF
(88,111,207)
#4F63B8
(79,99,184)
#4657A1
(70,87,161)
#3D4B8A
(61,75,138)
#343F73
(52,63,115)
#2B335C
(43,51,92)
#222745
(34,39,69)
#191B2E
(25,27,46)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #6A87FD

#6A87FD
(106,135,253)
#7791FD
(119,145,253)
#849BFD
(132,155,253)
#91A5FD
(145,165,253)
#9EAFFD
(158,175,253)
#ABB9FD
(171,185,253)
#B8C3FD
(184,195,253)
#C5CDFD
(197,205,253)
#D2D7FD
(210,215,253)
#DFE1FD
(223,225,253)
#ECEBFD
(236,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A87FD; }

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

This text font color is #6A87FD.

Background Color

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

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

This div background color is #6A87FD.

Border color

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

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

This div border color is #6A87FD.

Opacity

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

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

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

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

This text has shadow with #6A87FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A87FD.

Preview

Color preview on black background

This text has color #6A87FD on black background.


Color preview on white background

This text has color #6A87FD on white background.


Black color preview on #6A87FD background

This text has black color on #6A87FD background.


White color preview on #6A87FD background

This text has white color on #6A87FD background.


Related colors

Complementary color

Complementary color for #hex is #957802.


I love getcolorcode.com

Triadic colors

1 #FD6A87 and #87FD6A with #6A87FD are triadic colors.

2 #FD876A and #876AFD with #6A87FD are triadic colors.