COLOR #6AA3FF

HEX: #6AA3FF
RGB: (106,163,255)

Color info

#6AA3FF contains mainly blue color. Web safe color of #6AA3FF is #6699FF (or #69F).

RGB color model

#6AA3FF color RGB value is (106,163,255).

  • red value is 106;
  • green value is 163;
  • blue value is 255.
RGB:
(106,163,255)
(42%,64%,100%)

RGB channels and saturation

R 106 of 255 = 42%
G 163 of 255 = 64%
B 255 of 255 = 100%

106
163
255

R + G + B ~ 69%. #6AA3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 163 + 255 = 524 (100%)
R 106 of 524 ~ 20.23%
G 163 of 524 ~ 31.11%
B 255 of 524 ~ 48.66%

%20.23
%31.11
%48.66

CMYK color model

#6AA3FF color CMYK value is (58,36,0,0).

  • cyan value is 58.43%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(58,36,0,0)
C58M36Y0K0 
(58%,36%,0%,0%)
(0.58/0.36/0.00/0.00)	

CMYK percentages

%58.43
%36.08
%0
%0

Codes

Color #6AA3FF in popluar color models

6AA3FF
RGB106163255
HSL217°100.00%70.78%
HSB/HSV217°58.43%100.00%
CMYK58.43%36.08%0.00%
0.00%

Color #6AA3FF in popluar number systems.

HEX6AA3FF
Decimal106163255
Binary11010101010001111111111
Octal152243377

Shades and tints

Shades of #6AA3FF

#6AA3FF
(106,163,255)
#6195E8
(97,149,232)
#5887D1
(88,135,209)
#4F79BA
(79,121,186)
#466BA3
(70,107,163)
#3D5D8C
(61,93,140)
#344F75
(52,79,117)
#2B415E
(43,65,94)
#223347
(34,51,71)
#192530
(25,37,48)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #6AA3FF

#6AA3FF
(106,163,255)
#77ABFF
(119,171,255)
#84B3FF
(132,179,255)
#91BBFF
(145,187,255)
#9EC3FF
(158,195,255)
#ABCBFF
(171,203,255)
#B8D3FF
(184,211,255)
#C5DBFF
(197,219,255)
#D2E3FF
(210,227,255)
#DFEBFF
(223,235,255)
#ECF3FF
(236,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA3FF color. Also use rgb(106,163,255) instead hex code.

Text Font Color

.myTextColor { color: #6AA3FF; }

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

This text font color is #6AA3FF.


Background Color

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

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

This div background color is #6AA3FF.


Border color

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

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

This div border color is #6AA3FF.


Opacity

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

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

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

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

This text has shadow with #6AA3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA3FF on black background.


Color preview on white background

This text has color #6AA3FF on white background.



Black color preview on #6AA3FF background

This text has black color on #6AA3FF background.


White color preview on #6AA3FF background

This text has white color on #6AA3FF background.