COLOR #6A81D4

HEX: #6A81D4
RGB: (106,129,212)

Color info

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

RGB color model

#6A81D4 color RGB value is (106,129,212).

  • red value is 106;
  • green value is 129;
  • blue value is 212.
RGB:
(106,129,212)
(42%,51%,83%)

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 212 of 255 = 83%

106
129
212

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

Portions of RGB colors in percentages

R + G + B =
106 + 129 + 212 = 447 (100%)
R 106 of 447 ~ 23.71%
G 129 of 447 ~ 28.86%
B 212 of 447 ~ 47.43%

%23.71
%28.86
%47.43

CMYK color model

#6A81D4 color CMYK value is (50,39,0,17).

  • cyan value is 50.00%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(50,39,0,17)
C50M39Y0K17 
(50%,39%,0%,17%)
(0.50/0.39/0.00/0.17)	

CMYK percentages

%50
%39.15
%0
%16.86

Codes

Color #6A81D4 in popluar color models

6A81D4
RGB106129212
HSL227°55.21%62.35%
HSB/HSV227°50.00%83.14%
CMYK50.00%39.15%0.00%
16.86%

Color #6A81D4 in popluar number systems.

HEX6A81D4
Decimal106129212
Binary11010101000000111010100
Octal152201324

Shades and tints

Shades of #6A81D4

#6A81D4
(106,129,212)
#6176C1
(97,118,193)
#586BAE
(88,107,174)
#4F609B
(79,96,155)
#465588
(70,85,136)
#3D4A75
(61,74,117)
#343F62
(52,63,98)
#2B344F
(43,52,79)
#22293C
(34,41,60)
#191E29
(25,30,41)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #6A81D4

#6A81D4
(106,129,212)
#778CD7
(119,140,215)
#8497DA
(132,151,218)
#91A2DD
(145,162,221)
#9EADE0
(158,173,224)
#ABB8E3
(171,184,227)
#B8C3E6
(184,195,230)
#C5CEE9
(197,206,233)
#D2D9EC
(210,217,236)
#DFE4EF
(223,228,239)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A81D4 color. Also use rgb(106,129,212) instead hex code.

Text Font Color

.myTextColor { color: #6A81D4; }

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

This text font color is #6A81D4.


Background Color

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

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

This div background color is #6A81D4.


Border color

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

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

This div border color is #6A81D4.


Opacity

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

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

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

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

This text has shadow with #6A81D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A81D4 on black background.


Color preview on white background

This text has color #6A81D4 on white background.



Black color preview on #6A81D4 background

This text has black color on #6A81D4 background.


White color preview on #6A81D4 background

This text has white color on #6A81D4 background.