COLOR #6A94A8

HEX: #6A94A8
RGB: (106,148,168)

Color info

#6A94A8 contains mainly green and blue colors. Web safe color of #6A94A8 is #669999 (or #699).

RGB color model

#6A94A8 color RGB value is (106,148,168).

  • red value is 106;
  • green value is 148;
  • blue value is 168.
RGB:
(106,148,168)
(42%,58%,66%)

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 168 of 255 = 66%

106
148
168

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

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 168 = 422 (100%)
R 106 of 422 ~ 25.12%
G 148 of 422 ~ 35.07%
B 168 of 422 ~ 39.81%

%25.12
%35.07
%39.81

CMYK color model

#6A94A8 color CMYK value is (37,12,0,34).

  • cyan value is 36.90%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(37,12,0,34)
C37M12Y0K34 
(37%,12%,0%,34%)
(0.37/0.12/0.00/0.34)	

CMYK percentages

%36.9
%11.9
%0
%34.12

Codes

Color #6A94A8 in popluar color models

6A94A8
RGB106148168
HSL199°26.27%53.73%
HSB/HSV199°36.90%65.88%
CMYK36.90%11.90%0.00%
34.12%

Color #6A94A8 in popluar number systems.

HEX6A94A8
Decimal106148168
Binary11010101001010010101000
Octal152224250

Shades and tints

Shades of #6A94A8

#6A94A8
(106,148,168)
#618799
(97,135,153)
#587A8A
(88,122,138)
#4F6D7B
(79,109,123)
#46606C
(70,96,108)
#3D535D
(61,83,93)
#34464E
(52,70,78)
#2B393F
(43,57,63)
#222C30
(34,44,48)
#191F21
(25,31,33)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6A94A8

#6A94A8
(106,148,168)
#779DAF
(119,157,175)
#84A6B6
(132,166,182)
#91AFBD
(145,175,189)
#9EB8C4
(158,184,196)
#ABC1CB
(171,193,203)
#B8CAD2
(184,202,210)
#C5D3D9
(197,211,217)
#D2DCE0
(210,220,224)
#DFE5E7
(223,229,231)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A94A8 color. Also use rgb(106,148,168) instead hex code.

Text Font Color

.myTextColor { color: #6A94A8; }

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

This text font color is #6A94A8.


Background Color

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

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

This div background color is #6A94A8.


Border color

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

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

This div border color is #6A94A8.


Opacity

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

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

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

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

This text has shadow with #6A94A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A94A8 on black background.


Color preview on white background

This text has color #6A94A8 on white background.



Black color preview on #6A94A8 background

This text has black color on #6A94A8 background.


White color preview on #6A94A8 background

This text has white color on #6A94A8 background.