COLOR #0A6DE6

HEX: #0A6DE6
RGB: (10,109,230)

Color info

#0A6DE6 contains mainly blue color. Web safe color of #0A6DE6 is #0066CC (or #06C).

RGB color model

#0A6DE6 color RGB value is (10,109,230).

  • red value is 10;
  • green value is 109;
  • blue value is 230.
RGB:
(10,109,230)
(4%,43%,90%)

RGB channels and saturation

R 10 of 255 = 4%
G 109 of 255 = 43%
B 230 of 255 = 90%

10
109
230

R + G + B ~ 46%. #0A6DE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 109 + 230 = 349 (100%)
R 10 of 349 ~ 2.87%
G 109 of 349 ~ 31.23%
B 230 of 349 ~ 65.9%

%31.23
%65.9

CMYK color model

#0A6DE6 color CMYK value is (96,53,0,10).

  • cyan value is 95.65%
  • magenta value is 52.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(96,53,0,10)
C96M53Y0K10 
(96%,53%,0%,10%)
(0.96/0.53/0.00/0.10)	

CMYK percentages

%95.65
%52.61
%0
%9.8

Codes

Color #0A6DE6 in popluar color models

0A6DE6
RGB10109230
HSL213°91.67%47.06%
HSB/HSV213°95.65%90.20%
CMYK95.65%52.61%0.00%
9.80%

Color #0A6DE6 in popluar number systems.

HEX0A6DE6
Decimal10109230
Binary1010110110111100110
Octal12155346

Shades and tints

Shades of #0A6DE6

#0A6DE6
(10,109,230)
#0A64D2
(10,100,210)
#0A5BBE
(10,91,190)
#0A52AA
(10,82,170)
#0A4996
(10,73,150)
#0A4082
(10,64,130)
#0A376E
(10,55,110)
#0A2E5A
(10,46,90)
#0A2546
(10,37,70)
#0A1C32
(10,28,50)
#0A131E
(10,19,30)
#000000
(0,0,0)

Tints of #0A6DE6

#0A6DE6
(10,109,230)
#207AE8
(32,122,232)
#3687EA
(54,135,234)
#4C94EC
(76,148,236)
#62A1EE
(98,161,238)
#78AEF0
(120,174,240)
#8EBBF2
(142,187,242)
#A4C8F4
(164,200,244)
#BAD5F6
(186,213,246)
#D0E2F8
(208,226,248)
#E6EFFA
(230,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A6DE6 color. Also use rgb(10,109,230) instead hex code.

Text Font Color

.myTextColor { color: #0A6DE6; }

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

This text font color is #0A6DE6.


Background Color

.myBgColor { background-color: #0A6DE6; }

<div style="background-color:#0A6DE6">Inner text</div>

This div background color is #0A6DE6.


Border color

.myBorderColor { border: 1px solid #0A6DE6; }

<div style="border:3px solid #0A6DE6">Div</div>

This div border color is #0A6DE6.


Opacity

.myOpacity80 { color: #0A6DE6; opacity: 0.8; }

<p style="color:#0A6DE6;opacity:0.8;">80%</p>

Text with #0A6DE6 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 #0A6DE6;}

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

This text has shadow with #0A6DE6 color.

.textShadow {text-shadow: 3px 3px 1px #0A6DE6, 3px 3px 1px red;}

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

This text has shadow with #0A6DE6 primary color and red secondary color.


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

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

This text has shadow with #0A6DE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6DE6 on black background.


Color preview on white background

This text has color #0A6DE6 on white background.



Black color preview on #0A6DE6 background

This text has black color on #0A6DE6 background.


White color preview on #0A6DE6 background

This text has white color on #0A6DE6 background.