COLOR #6A8ABF

HEX: #6A8ABF
RGB: (106,138,191)

Color info

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

RGB color model

#6A8ABF color RGB value is (106,138,191).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 191 of 255 = 75%

106
138
191

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 191 = 435 (100%)
R 106 of 435 ~ 24.37%
G 138 of 435 ~ 31.72%
B 191 of 435 ~ 43.91%

%24.37
%31.72
%43.91

CMYK color model

#6A8ABF color CMYK value is (45,28,0,25).

  • cyan value is 44.50%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(45,28,0,25)
C45M28Y0K25 
(45%,28%,0%,25%)
(0.45/0.28/0.00/0.25)	

CMYK percentages

%44.5
%27.75
%0
%25.1

Codes

Color #6A8ABF in popluar color models

6A8ABF
RGB106138191
HSL217°39.91%58.24%
HSB/HSV217°44.50%74.90%
CMYK44.50%27.75%0.00%
25.10%

Color #6A8ABF in popluar number systems.

HEX6A8ABF
Decimal106138191
Binary11010101000101010111111
Octal152212277

Shades and tints

Shades of #6A8ABF

#6A8ABF
(106,138,191)
#617EAE
(97,126,174)
#58729D
(88,114,157)
#4F668C
(79,102,140)
#465A7B
(70,90,123)
#3D4E6A
(61,78,106)
#344259
(52,66,89)
#2B3648
(43,54,72)
#222A37
(34,42,55)
#191E26
(25,30,38)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #6A8ABF

#6A8ABF
(106,138,191)
#7794C4
(119,148,196)
#849EC9
(132,158,201)
#91A8CE
(145,168,206)
#9EB2D3
(158,178,211)
#ABBCD8
(171,188,216)
#B8C6DD
(184,198,221)
#C5D0E2
(197,208,226)
#D2DAE7
(210,218,231)
#DFE4EC
(223,228,236)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8ABF; }

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

This text font color is #6A8ABF.


Background Color

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

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

This div background color is #6A8ABF.


Border color

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

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

This div border color is #6A8ABF.


Opacity

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

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

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

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

This text has shadow with #6A8ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8ABF on black background.


Color preview on white background

This text has color #6A8ABF on white background.



Black color preview on #6A8ABF background

This text has black color on #6A8ABF background.


White color preview on #6A8ABF background

This text has white color on #6A8ABF background.