COLOR #6A9FE0

HEX: #6A9FE0
RGB: (106,159,224)

Color info

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

RGB color model

#6A9FE0 color RGB value is (106,159,224).

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

RGB channels and saturation

R 106 of 255 = 42%
G 159 of 255 = 62%
B 224 of 255 = 88%

106
159
224

R + G + B ~ 64%. #6A9FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 159 + 224 = 489 (100%)
R 106 of 489 ~ 21.68%
G 159 of 489 ~ 32.52%
B 224 of 489 ~ 45.81%

%21.68
%32.52
%45.81

CMYK color model

#6A9FE0 color CMYK value is (53,29,0,12).

  • cyan value is 52.68%
  • magenta value is 29.02%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(53,29,0,12)
C53M29Y0K12 
(53%,29%,0%,12%)
(0.53/0.29/0.00/0.12)	

CMYK percentages

%52.68
%29.02
%0
%12.16

Codes

Color #6A9FE0 in popluar color models

6A9FE0
RGB106159224
HSL213°65.56%64.71%
HSB/HSV213°52.68%87.84%
CMYK52.68%29.02%0.00%
12.16%

Color #6A9FE0 in popluar number systems.

HEX6A9FE0
Decimal106159224
Binary11010101001111111100000
Octal152237340

Shades and tints

Shades of #6A9FE0

#6A9FE0
(106,159,224)
#6191CC
(97,145,204)
#5883B8
(88,131,184)
#4F75A4
(79,117,164)
#466790
(70,103,144)
#3D597C
(61,89,124)
#344B68
(52,75,104)
#2B3D54
(43,61,84)
#222F40
(34,47,64)
#19212C
(25,33,44)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #6A9FE0

#6A9FE0
(106,159,224)
#77A7E2
(119,167,226)
#84AFE4
(132,175,228)
#91B7E6
(145,183,230)
#9EBFE8
(158,191,232)
#ABC7EA
(171,199,234)
#B8CFEC
(184,207,236)
#C5D7EE
(197,215,238)
#D2DFF0
(210,223,240)
#DFE7F2
(223,231,242)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9FE0; }

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

This text font color is #6A9FE0.


Background Color

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

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

This div background color is #6A9FE0.


Border color

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

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

This div border color is #6A9FE0.


Opacity

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

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

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

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

This text has shadow with #6A9FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9FE0 on black background.


Color preview on white background

This text has color #6A9FE0 on white background.



Black color preview on #6A9FE0 background

This text has black color on #6A9FE0 background.


White color preview on #6A9FE0 background

This text has white color on #6A9FE0 background.