COLOR #6A9AC1

HEX: #6A9AC1
RGB: (106,154,193)

Color info

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

RGB color model

#6A9AC1 color RGB value is (106,154,193).

  • red value is 106;
  • green value is 154;
  • blue value is 193.
RGB:
(106,154,193)
(42%,60%,76%)

RGB channels and saturation

R 106 of 255 = 42%
G 154 of 255 = 60%
B 193 of 255 = 76%

106
154
193

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

Portions of RGB colors in percentages

R + G + B =
106 + 154 + 193 = 453 (100%)
R 106 of 453 ~ 23.4%
G 154 of 453 ~ 34%
B 193 of 453 ~ 42.6%

%23.4
%34
%42.6

CMYK color model

#6A9AC1 color CMYK value is (45,20,0,24).

  • cyan value is 45.08%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(45,20,0,24)
C45M20Y0K24 
(45%,20%,0%,24%)
(0.45/0.20/0.00/0.24)	

CMYK percentages

%45.08
%20.21
%0
%24.31

Codes

Color #6A9AC1 in popluar color models

6A9AC1
RGB106154193
HSL207°41.23%58.63%
HSB/HSV207°45.08%75.69%
CMYK45.08%20.21%0.00%
24.31%

Color #6A9AC1 in popluar number systems.

HEX6A9AC1
Decimal106154193
Binary11010101001101011000001
Octal152232301

Shades and tints

Shades of #6A9AC1

#6A9AC1
(106,154,193)
#618CB0
(97,140,176)
#587E9F
(88,126,159)
#4F708E
(79,112,142)
#46627D
(70,98,125)
#3D546C
(61,84,108)
#34465B
(52,70,91)
#2B384A
(43,56,74)
#222A39
(34,42,57)
#191C28
(25,28,40)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #6A9AC1

#6A9AC1
(106,154,193)
#77A3C6
(119,163,198)
#84ACCB
(132,172,203)
#91B5D0
(145,181,208)
#9EBED5
(158,190,213)
#ABC7DA
(171,199,218)
#B8D0DF
(184,208,223)
#C5D9E4
(197,217,228)
#D2E2E9
(210,226,233)
#DFEBEE
(223,235,238)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9AC1 color. Also use rgb(106,154,193) instead hex code.

Text Font Color

.myTextColor { color: #6A9AC1; }

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

This text font color is #6A9AC1.


Background Color

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

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

This div background color is #6A9AC1.


Border color

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

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

This div border color is #6A9AC1.


Opacity

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

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

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

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

This text has shadow with #6A9AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9AC1 on black background.


Color preview on white background

This text has color #6A9AC1 on white background.



Black color preview on #6A9AC1 background

This text has black color on #6A9AC1 background.


White color preview on #6A9AC1 background

This text has white color on #6A9AC1 background.