COLOR #6A9FD2

HEX: #6A9FD2
RGB: (106,159,210)

Color info

#6A9FD2 contains mainly green and blue colors. Web safe color of #6A9FD2 is #6699CC (or #69C).

RGB color model

#6A9FD2 color RGB value is (106,159,210).

  • red value is 106;
  • green value is 159;
  • blue value is 210.
RGB:
(106,159,210)
(42%,62%,82%)

RGB channels and saturation

R 106 of 255 = 42%
G 159 of 255 = 62%
B 210 of 255 = 82%

106
159
210

R + G + B ~ 62%. #6A9FD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 159 + 210 = 475 (100%)
R 106 of 475 ~ 22.32%
G 159 of 475 ~ 33.47%
B 210 of 475 ~ 44.21%

%22.32
%33.47
%44.21

CMYK color model

#6A9FD2 color CMYK value is (50,24,0,18).

  • cyan value is 49.52%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(50,24,0,18)
C50M24Y0K18 
(50%,24%,0%,18%)
(0.50/0.24/0.00/0.18)	

CMYK percentages

%49.52
%24.29
%0
%17.65

Codes

Color #6A9FD2 in popluar color models

6A9FD2
RGB106159210
HSL209°53.61%61.96%
HSB/HSV209°49.52%82.35%
CMYK49.52%24.29%0.00%
17.65%

Color #6A9FD2 in popluar number systems.

HEX6A9FD2
Decimal106159210
Binary11010101001111111010010
Octal152237322

Shades and tints

Shades of #6A9FD2

#6A9FD2
(106,159,210)
#6191BF
(97,145,191)
#5883AC
(88,131,172)
#4F7599
(79,117,153)
#466786
(70,103,134)
#3D5973
(61,89,115)
#344B60
(52,75,96)
#2B3D4D
(43,61,77)
#222F3A
(34,47,58)
#192127
(25,33,39)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #6A9FD2

#6A9FD2
(106,159,210)
#77A7D6
(119,167,214)
#84AFDA
(132,175,218)
#91B7DE
(145,183,222)
#9EBFE2
(158,191,226)
#ABC7E6
(171,199,230)
#B8CFEA
(184,207,234)
#C5D7EE
(197,215,238)
#D2DFF2
(210,223,242)
#DFE7F6
(223,231,246)
#ECEFFA
(236,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9FD2 color. Also use rgb(106,159,210) instead hex code.

Text Font Color

.myTextColor { color: #6A9FD2; }

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

This text font color is #6A9FD2.


Background Color

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

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

This div background color is #6A9FD2.


Border color

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

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

This div border color is #6A9FD2.


Opacity

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

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

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

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

This text has shadow with #6A9FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9FD2 on black background.


Color preview on white background

This text has color #6A9FD2 on white background.



Black color preview on #6A9FD2 background

This text has black color on #6A9FD2 background.


White color preview on #6A9FD2 background

This text has white color on #6A9FD2 background.