COLOR #6A8FB8

HEX: #6A8FB8
RGB: (106,143,184)

Color info

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

RGB color model

#6A8FB8 color RGB value is (106,143,184).

  • red value is 106;
  • green value is 143;
  • blue value is 184.
RGB:
(106,143,184)
(42%,56%,72%)

RGB channels and saturation

R 106 of 255 = 42%
G 143 of 255 = 56%
B 184 of 255 = 72%

106
143
184

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

Portions of RGB colors in percentages

R + G + B =
106 + 143 + 184 = 433 (100%)
R 106 of 433 ~ 24.48%
G 143 of 433 ~ 33.03%
B 184 of 433 ~ 42.49%

%24.48
%33.03
%42.49

CMYK color model

#6A8FB8 color CMYK value is (42,22,0,28).

  • cyan value is 42.39%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(42,22,0,28)
C42M22Y0K28 
(42%,22%,0%,28%)
(0.42/0.22/0.00/0.28)	

CMYK percentages

%42.39
%22.28
%0
%27.84

Codes

Color #6A8FB8 in popluar color models

6A8FB8
RGB106143184
HSL212°35.45%56.86%
HSB/HSV212°42.39%72.16%
CMYK42.39%22.28%0.00%
27.84%

Color #6A8FB8 in popluar number systems.

HEX6A8FB8
Decimal106143184
Binary11010101000111110111000
Octal152217270

Shades and tints

Shades of #6A8FB8

#6A8FB8
(106,143,184)
#6182A8
(97,130,168)
#587598
(88,117,152)
#4F6888
(79,104,136)
#465B78
(70,91,120)
#3D4E68
(61,78,104)
#344158
(52,65,88)
#2B3448
(43,52,72)
#222738
(34,39,56)
#191A28
(25,26,40)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #6A8FB8

#6A8FB8
(106,143,184)
#7799BE
(119,153,190)
#84A3C4
(132,163,196)
#91ADCA
(145,173,202)
#9EB7D0
(158,183,208)
#ABC1D6
(171,193,214)
#B8CBDC
(184,203,220)
#C5D5E2
(197,213,226)
#D2DFE8
(210,223,232)
#DFE9EE
(223,233,238)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8FB8 color. Also use rgb(106,143,184) instead hex code.

Text Font Color

.myTextColor { color: #6A8FB8; }

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

This text font color is #6A8FB8.


Background Color

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

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

This div background color is #6A8FB8.


Border color

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

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

This div border color is #6A8FB8.


Opacity

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

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

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

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

This text has shadow with #6A8FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8FB8 on black background.


Color preview on white background

This text has color #6A8FB8 on white background.



Black color preview on #6A8FB8 background

This text has black color on #6A8FB8 background.


White color preview on #6A8FB8 background

This text has white color on #6A8FB8 background.