COLOR #6A83CA

HEX: #6A83CA RGB: (106,131,202)

Color info

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

RGB color model

#6A83CA color RGB value is (106,131,202).

RGB: (106,131,202) (42%, 51%, 79%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 202 of 255 = 79%

106
131
202

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

Portions of RGB colors in percentages

R + G + B = 106 + 131 + 202 = 439 (100%)
R 106 of 439 ~ 24.15%
G 131 of 439 ~ 29.84%
B 202 of 439 ~ 46.01'%

%24.15
%29.84
%46.01

CMYK color model

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

  • cyan value is 47.52%
  • magenta value is 35.15%
  • 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
%35.15
%0
%20.78

Codes

Color #6A83CA in popluar color models

6A 83 CA
RGB 106 131 202
HSL 224° 47.52% 60.39%
HSB/HSV 224° 47.52% 79.22%
CMYK 47.52% 35.15% 0.00%
20.78%

Color #6A83CA in popluar number systems.

HEX 6A 83 CA
Decimal 106 131 202
Binary 1101010 10000011 11001010
Octal 152 203 312

Shades and tints

Shades of #6A83CA

#6A83CA
(106,131,202)
#6178B8
(97,120,184)
#586DA6
(88,109,166)
#4F6294
(79,98,148)
#465782
(70,87,130)
#3D4C70
(61,76,112)
#34415E
(52,65,94)
#2B364C
(43,54,76)
#222B3A
(34,43,58)
#192028
(25,32,40)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #6A83CA

#6A83CA
(106,131,202)
#778ECE
(119,142,206)
#8499D2
(132,153,210)
#91A4D6
(145,164,214)
#9EAFDA
(158,175,218)
#ABBADE
(171,186,222)
#B8C5E2
(184,197,226)
#C5D0E6
(197,208,230)
#D2DBEA
(210,219,234)
#DFE6EE
(223,230,238)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A83CA; }

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

This text font color is #6A83CA.

Background Color

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

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

This div background color is #6A83CA.

Border color

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

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

This div border color is #6A83CA.

Opacity

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

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

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

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

This text has shadow with #6A83CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A83CA.

Preview

Color preview on black background

This text has color #6A83CA on black background.


Color preview on white background

This text has color #6A83CA on white background.


Black color preview on #6A83CA background

This text has black color on #6A83CA background.


White color preview on #6A83CA background

This text has white color on #6A83CA background.


Related colors

Complementary color

Complementary color for #hex is #957C35.


I love getcolorcode.com

Triadic colors

1 #CA6A83 and #83CA6A with #6A83CA are triadic colors.

2 #CA836A and #836ACA with #6A83CA are triadic colors.