COLOR #6A94DE

HEX: #6A94DE
RGB: (106,148,222)

Color info

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

RGB color model

#6A94DE color RGB value is (106,148,222).

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

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 222 of 255 = 87%

106
148
222

R + G + B ~ 62%. #6A94DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 222 = 476 (100%)
R 106 of 476 ~ 22.27%
G 148 of 476 ~ 31.09%
B 222 of 476 ~ 46.64%

%22.27
%31.09
%46.64

CMYK color model

#6A94DE color CMYK value is (52,33,0,13).

  • cyan value is 52.25%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(52,33,0,13)
C52M33Y0K13 
(52%,33%,0%,13%)
(0.52/0.33/0.00/0.13)	

CMYK percentages

%52.25
%33.33
%0
%12.94

Codes

Color #6A94DE in popluar color models

6A94DE
RGB106148222
HSL218°63.74%64.31%
HSB/HSV218°52.25%87.06%
CMYK52.25%33.33%0.00%
12.94%

Color #6A94DE in popluar number systems.

HEX6A94DE
Decimal106148222
Binary11010101001010011011110
Octal152224336

Shades and tints

Shades of #6A94DE

#6A94DE
(106,148,222)
#6187CA
(97,135,202)
#587AB6
(88,122,182)
#4F6DA2
(79,109,162)
#46608E
(70,96,142)
#3D537A
(61,83,122)
#344666
(52,70,102)
#2B3952
(43,57,82)
#222C3E
(34,44,62)
#191F2A
(25,31,42)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #6A94DE

#6A94DE
(106,148,222)
#779DE1
(119,157,225)
#84A6E4
(132,166,228)
#91AFE7
(145,175,231)
#9EB8EA
(158,184,234)
#ABC1ED
(171,193,237)
#B8CAF0
(184,202,240)
#C5D3F3
(197,211,243)
#D2DCF6
(210,220,246)
#DFE5F9
(223,229,249)
#ECEEFC
(236,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A94DE; }

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

This text font color is #6A94DE.


Background Color

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

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

This div background color is #6A94DE.


Border color

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

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

This div border color is #6A94DE.


Opacity

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

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

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

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

This text has shadow with #6A94DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A94DE on black background.


Color preview on white background

This text has color #6A94DE on white background.



Black color preview on #6A94DE background

This text has black color on #6A94DE background.


White color preview on #6A94DE background

This text has white color on #6A94DE background.