COLOR #6A8AD1

HEX: #6A8AD1
RGB: (106,138,209)

Color info

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

RGB color model

#6A8AD1 color RGB value is (106,138,209).

  • red value is 106;
  • green value is 138;
  • blue value is 209.
RGB:
(106,138,209)
(42%,54%,82%)

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 209 of 255 = 82%

106
138
209

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 209 = 453 (100%)
R 106 of 453 ~ 23.4%
G 138 of 453 ~ 30.46%
B 209 of 453 ~ 46.14%

%23.4
%30.46
%46.14

CMYK color model

#6A8AD1 color CMYK value is (49,34,0,18).

  • cyan value is 49.28%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(49,34,0,18)
C49M34Y0K18 
(49%,34%,0%,18%)
(0.49/0.34/0.00/0.18)	

CMYK percentages

%49.28
%33.97
%0
%18.04

Codes

Color #6A8AD1 in popluar color models

6A8AD1
RGB106138209
HSL221°52.82%61.76%
HSB/HSV221°49.28%81.96%
CMYK49.28%33.97%0.00%
18.04%

Color #6A8AD1 in popluar number systems.

HEX6A8AD1
Decimal106138209
Binary11010101000101011010001
Octal152212321

Shades and tints

Shades of #6A8AD1

#6A8AD1
(106,138,209)
#617EBE
(97,126,190)
#5872AB
(88,114,171)
#4F6698
(79,102,152)
#465A85
(70,90,133)
#3D4E72
(61,78,114)
#34425F
(52,66,95)
#2B364C
(43,54,76)
#222A39
(34,42,57)
#191E26
(25,30,38)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6A8AD1

#6A8AD1
(106,138,209)
#7794D5
(119,148,213)
#849ED9
(132,158,217)
#91A8DD
(145,168,221)
#9EB2E1
(158,178,225)
#ABBCE5
(171,188,229)
#B8C6E9
(184,198,233)
#C5D0ED
(197,208,237)
#D2DAF1
(210,218,241)
#DFE4F5
(223,228,245)
#ECEEF9
(236,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8AD1 color. Also use rgb(106,138,209) instead hex code.

Text Font Color

.myTextColor { color: #6A8AD1; }

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

This text font color is #6A8AD1.


Background Color

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

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

This div background color is #6A8AD1.


Border color

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

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

This div border color is #6A8AD1.


Opacity

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

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

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

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

This text has shadow with #6A8AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8AD1 on black background.


Color preview on white background

This text has color #6A8AD1 on white background.



Black color preview on #6A8AD1 background

This text has black color on #6A8AD1 background.


White color preview on #6A8AD1 background

This text has white color on #6A8AD1 background.