COLOR #6A84CA

HEX: #6A84CA
RGB: (106,132,202)

Color info

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

RGB color model

#6A84CA color RGB value is (106,132,202).

  • red value is 106;
  • green value is 132;
  • blue value is 202.
RGB: (106,132,202) (42%,52%,79%)

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 202 of 255 = 79%

106
132
202

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

Portions of RGB colors in percentages

R + G + B =
106 + 132 + 202 = 440 (100%)
R 106 of 440 ~ 24.09%
G 132 of 440 ~ 30%
B 202 of 440 ~ 45.91%

%24.09
%30
%45.91

CMYK color model

#6A84CA color CMYK value is (48,35,0,21).

  • cyan value is 47.52%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (48,35,0,21) C48M35Y0K21 (48%,35%,0%,21%) (0.48/0.35/0.00/0.21)

CMYK percentages

%47.52
%34.65
%0
%20.78

Codes

Color #6A84CA in popluar color models

6A84CA
RGB106132202
HSL224°47.52%60.39%
HSB/HSV224°47.52%79.22%
CMYK47.52%34.65%0.00%
20.78%

Color #6A84CA in popluar number systems.

HEX6A84CA
Decimal106132202
Binary11010101000010011001010
Octal152204312

Shades and tints

Shades of #6A84CA

#6A84CA
(106,132,202)
#6178B8
(97,120,184)
#586CA6
(88,108,166)
#4F6094
(79,96,148)
#465482
(70,84,130)
#3D4870
(61,72,112)
#343C5E
(52,60,94)
#2B304C
(43,48,76)
#22243A
(34,36,58)
#191828
(25,24,40)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #6A84CA

#6A84CA
(106,132,202)
#778FCE
(119,143,206)
#849AD2
(132,154,210)
#91A5D6
(145,165,214)
#9EB0DA
(158,176,218)
#ABBBDE
(171,187,222)
#B8C6E2
(184,198,226)
#C5D1E6
(197,209,230)
#D2DCEA
(210,220,234)
#DFE7EE
(223,231,238)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A84CA color. Also use rgb(106,132,202) instead hex code.

Text Font Color

.myTextColor { color: #6A84CA; }

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

This text font color is #6A84CA.


Background Color

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

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

This div background color is #6A84CA.


Border color

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

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

This div border color is #6A84CA.


Opacity

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

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

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

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

This text has shadow with #6A84CA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A84CA on black background.


Color preview on white background

This text has color #6A84CA on white background.



Black color preview on #6A84CA background

This text has black color on #6A84CA background.


White color preview on #6A84CA background

This text has white color on #6A84CA background.