COLOR #106AF6

HEX: #106AF6
RGB: (16,106,246)

Color info

#106AF6 contains mainly blue color. Web safe color of #106AF6 is #0066FF (or #06F).

RGB color model

#106AF6 color RGB value is (16,106,246).

  • red value is 16;
  • green value is 106;
  • blue value is 246.
RGB:
(16,106,246)
(6%,42%,96%)

RGB channels and saturation

R 16 of 255 = 6%
G 106 of 255 = 42%
B 246 of 255 = 96%

16
106
246

R + G + B ~ 48%. #106AF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 106 + 246 = 368 (100%)
R 16 of 368 ~ 4.35%
G 106 of 368 ~ 28.8%
B 246 of 368 ~ 66.85%

%28.8
%66.85

CMYK color model

#106AF6 color CMYK value is (93,57,0,4).

  • cyan value is 93.50%
  • magenta value is 56.91%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(93,57,0,4)
C93M57Y0K4 
(93%,57%,0%,4%)
(0.93/0.57/0.00/0.04)	

CMYK percentages

%93.5
%56.91
%0
%3.53

Codes

Color #106AF6 in popluar color models

106AF6
RGB16106246
HSL217°92.74%51.37%
HSB/HSV217°93.50%96.47%
CMYK93.50%56.91%0.00%
3.53%

Color #106AF6 in popluar number systems.

HEX106AF6
Decimal16106246
Binary10000110101011110110
Octal20152366

Shades and tints

Shades of #106AF6

#106AF6
(16,106,246)
#0F61E0
(15,97,224)
#0E58CA
(14,88,202)
#0D4FB4
(13,79,180)
#0C469E
(12,70,158)
#0B3D88
(11,61,136)
#0A3472
(10,52,114)
#092B5C
(9,43,92)
#082246
(8,34,70)
#071930
(7,25,48)
#06101A
(6,16,26)
#000000
(0,0,0)

Tints of #106AF6

#106AF6
(16,106,246)
#2577F6
(37,119,246)
#3A84F6
(58,132,246)
#4F91F6
(79,145,246)
#649EF6
(100,158,246)
#79ABF6
(121,171,246)
#8EB8F6
(142,184,246)
#A3C5F6
(163,197,246)
#B8D2F6
(184,210,246)
#CDDFF6
(205,223,246)
#E2ECF6
(226,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106AF6 color. Also use rgb(16,106,246) instead hex code.

Text Font Color

.myTextColor { color: #106AF6; }

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

This text font color is #106AF6.


Background Color

.myBgColor { background-color: #106AF6; }

<div style="background-color:#106AF6">Inner text</div>

This div background color is #106AF6.


Border color

.myBorderColor { border: 1px solid #106AF6; }

<div style="border:3px solid #106AF6">Div</div>

This div border color is #106AF6.


Opacity

.myOpacity80 { color: #106AF6; opacity: 0.8; }

<p style="color:#106AF6;opacity:0.8;">80%</p>

Text with #106AF6 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 #106AF6;}

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

This text has shadow with #106AF6 color.

.textShadow {text-shadow: 3px 3px 1px #106AF6, 3px 3px 1px red;}

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

This text has shadow with #106AF6 primary color and red secondary color.


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

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

This text has shadow with #106AF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106AF6 on black background.


Color preview on white background

This text has color #106AF6 on white background.



Black color preview on #106AF6 background

This text has black color on #106AF6 background.


White color preview on #106AF6 background

This text has white color on #106AF6 background.