COLOR #068FD6

HEX: #068FD6
RGB: (6,143,214)

Color info

#068FD6 contains mainly blue color. Web safe color of #068FD6 is #0099CC (or #09C).

RGB color model

#068FD6 color RGB value is (6,143,214).

  • red value is 6;
  • green value is 143;
  • blue value is 214.
RGB:
(6,143,214)
(2%,56%,84%)

RGB channels and saturation

R 6 of 255 = 2%
G 143 of 255 = 56%
B 214 of 255 = 84%

6
143
214

R + G + B ~ 47%. #068FD6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 143 + 214 = 363 (100%)
R 6 of 363 ~ 1.65%
G 143 of 363 ~ 39.39%
B 214 of 363 ~ 58.95%

%39.39
%58.95

CMYK color model

#068FD6 color CMYK value is (97,33,0,16).

  • cyan value is 97.20%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(97,33,0,16)
C97M33Y0K16 
(97%,33%,0%,16%)
(0.97/0.33/0.00/0.16)	

CMYK percentages

%97.2
%33.18
%0
%16.08

Codes

Color #068FD6 in popluar color models

068FD6
RGB6143214
HSL200°94.55%43.14%
HSB/HSV200°97.20%83.92%
CMYK97.20%33.18%0.00%
16.08%

Color #068FD6 in popluar number systems.

HEX068FD6
Decimal6143214
Binary1101000111111010110
Octal6217326

Shades and tints

Shades of #068FD6

#068FD6
(6,143,214)
#0682C3
(6,130,195)
#0675B0
(6,117,176)
#06689D
(6,104,157)
#065B8A
(6,91,138)
#064E77
(6,78,119)
#064164
(6,65,100)
#063451
(6,52,81)
#06273E
(6,39,62)
#061A2B
(6,26,43)
#060D18
(6,13,24)
#000000
(0,0,0)

Tints of #068FD6

#068FD6
(6,143,214)
#1C99D9
(28,153,217)
#32A3DC
(50,163,220)
#48ADDF
(72,173,223)
#5EB7E2
(94,183,226)
#74C1E5
(116,193,229)
#8ACBE8
(138,203,232)
#A0D5EB
(160,213,235)
#B6DFEE
(182,223,238)
#CCE9F1
(204,233,241)
#E2F3F4
(226,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #068FD6 color. Also use rgb(6,143,214) instead hex code.

Text Font Color

.myTextColor { color: #068FD6; }

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

This text font color is #068FD6.


Background Color

.myBgColor { background-color: #068FD6; }

<div style="background-color:#068FD6">Inner text</div>

This div background color is #068FD6.


Border color

.myBorderColor { border: 1px solid #068FD6; }

<div style="border:3px solid #068FD6">Div</div>

This div border color is #068FD6.


Opacity

.myOpacity80 { color: #068FD6; opacity: 0.8; }

<p style="color:#068FD6;opacity:0.8;">80%</p>

Text with #068FD6 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 #068FD6;}

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

This text has shadow with #068FD6 color.

.textShadow {text-shadow: 3px 3px 1px #068FD6, 3px 3px 1px red;}

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

This text has shadow with #068FD6 primary color and red secondary color.


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

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

This text has shadow with #068FD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #068FD6 on black background.


Color preview on white background

This text has color #068FD6 on white background.



Black color preview on #068FD6 background

This text has black color on #068FD6 background.


White color preview on #068FD6 background

This text has white color on #068FD6 background.