COLOR #06A6F4

HEX: #06A6F4
RGB: (6,166,244)

Color info

#06A6F4 contains mainly blue color. Web safe color of #06A6F4 is #0099FF (or #09F).

RGB color model

#06A6F4 color RGB value is (6,166,244).

  • red value is 6;
  • green value is 166;
  • blue value is 244.
RGB:
(6,166,244)
(2%,65%,96%)

RGB channels and saturation

R 6 of 255 = 2%
G 166 of 255 = 65%
B 244 of 255 = 96%

6
166
244

R + G + B ~ 54%. #06A6F4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 166 + 244 = 416 (100%)
R 6 of 416 ~ 1.44%
G 166 of 416 ~ 39.9%
B 244 of 416 ~ 58.65%

%39.9
%58.65

CMYK color model

#06A6F4 color CMYK value is (98,32,0,4).

  • cyan value is 97.54%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(98,32,0,4)
C98M32Y0K4 
(98%,32%,0%,4%)
(0.98/0.32/0.00/0.04)	

CMYK percentages

%97.54
%31.97
%0
%4.31

Codes

Color #06A6F4 in popluar color models

06A6F4
RGB6166244
HSL200°95.20%49.02%
HSB/HSV200°97.54%95.69%
CMYK97.54%31.97%0.00%
4.31%

Color #06A6F4 in popluar number systems.

HEX06A6F4
Decimal6166244
Binary1101010011011110100
Octal6246364

Shades and tints

Shades of #06A6F4

#06A6F4
(6,166,244)
#0697DE
(6,151,222)
#0688C8
(6,136,200)
#0679B2
(6,121,178)
#066A9C
(6,106,156)
#065B86
(6,91,134)
#064C70
(6,76,112)
#063D5A
(6,61,90)
#062E44
(6,46,68)
#061F2E
(6,31,46)
#061018
(6,16,24)
#000000
(0,0,0)

Tints of #06A6F4

#06A6F4
(6,166,244)
#1CAEF5
(28,174,245)
#32B6F6
(50,182,246)
#48BEF7
(72,190,247)
#5EC6F8
(94,198,248)
#74CEF9
(116,206,249)
#8AD6FA
(138,214,250)
#A0DEFB
(160,222,251)
#B6E6FC
(182,230,252)
#CCEEFD
(204,238,253)
#E2F6FE
(226,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06A6F4 color. Also use rgb(6,166,244) instead hex code.

Text Font Color

.myTextColor { color: #06A6F4; }

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

This text font color is #06A6F4.


Background Color

.myBgColor { background-color: #06A6F4; }

<div style="background-color:#06A6F4">Inner text</div>

This div background color is #06A6F4.


Border color

.myBorderColor { border: 1px solid #06A6F4; }

<div style="border:3px solid #06A6F4">Div</div>

This div border color is #06A6F4.


Opacity

.myOpacity80 { color: #06A6F4; opacity: 0.8; }

<p style="color:#06A6F4;opacity:0.8;">80%</p>

Text with #06A6F4 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 #06A6F4;}

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

This text has shadow with #06A6F4 color.

.textShadow {text-shadow: 3px 3px 1px #06A6F4, 3px 3px 1px red;}

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

This text has shadow with #06A6F4 primary color and red secondary color.


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

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

This text has shadow with #06A6F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06A6F4 on black background.


Color preview on white background

This text has color #06A6F4 on white background.



Black color preview on #06A6F4 background

This text has black color on #06A6F4 background.


White color preview on #06A6F4 background

This text has white color on #06A6F4 background.