COLOR #6AA5E3

HEX: #6AA5E3
RGB: (106,165,227)

Color info

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

RGB color model

#6AA5E3 color RGB value is (106,165,227).

  • red value is 106;
  • green value is 165;
  • blue value is 227.
RGB:
(106,165,227)
(42%,65%,89%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 227 of 255 = 89%

106
165
227

R + G + B ~ 65%. #6AA5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 227 = 498 (100%)
R 106 of 498 ~ 21.29%
G 165 of 498 ~ 33.13%
B 227 of 498 ~ 45.58%

%21.29
%33.13
%45.58

CMYK color model

#6AA5E3 color CMYK value is (53,27,0,11).

  • cyan value is 53.30%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(53,27,0,11)
C53M27Y0K11 
(53%,27%,0%,11%)
(0.53/0.27/0.00/0.11)	

CMYK percentages

%53.3
%27.31
%0
%10.98

Codes

Color #6AA5E3 in popluar color models

6AA5E3
RGB106165227
HSL211°68.36%65.29%
HSB/HSV211°53.30%89.02%
CMYK53.30%27.31%0.00%
10.98%

Color #6AA5E3 in popluar number systems.

HEX6AA5E3
Decimal106165227
Binary11010101010010111100011
Octal152245343

Shades and tints

Shades of #6AA5E3

#6AA5E3
(106,165,227)
#6196CF
(97,150,207)
#5887BB
(88,135,187)
#4F78A7
(79,120,167)
#466993
(70,105,147)
#3D5A7F
(61,90,127)
#344B6B
(52,75,107)
#2B3C57
(43,60,87)
#222D43
(34,45,67)
#191E2F
(25,30,47)
#100F1B
(16,15,27)
#000000
(0,0,0)

Tints of #6AA5E3

#6AA5E3
(106,165,227)
#77ADE5
(119,173,229)
#84B5E7
(132,181,231)
#91BDE9
(145,189,233)
#9EC5EB
(158,197,235)
#ABCDED
(171,205,237)
#B8D5EF
(184,213,239)
#C5DDF1
(197,221,241)
#D2E5F3
(210,229,243)
#DFEDF5
(223,237,245)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA5E3 color. Also use rgb(106,165,227) instead hex code.

Text Font Color

.myTextColor { color: #6AA5E3; }

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

This text font color is #6AA5E3.


Background Color

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

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

This div background color is #6AA5E3.


Border color

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

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

This div border color is #6AA5E3.


Opacity

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

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

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

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

This text has shadow with #6AA5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA5E3 on black background.


Color preview on white background

This text has color #6AA5E3 on white background.



Black color preview on #6AA5E3 background

This text has black color on #6AA5E3 background.


White color preview on #6AA5E3 background

This text has white color on #6AA5E3 background.