COLOR #0679E2

HEX: #0679E2
RGB: (6,121,226)

Color info

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

RGB color model

#0679E2 color RGB value is (6,121,226).

  • red value is 6;
  • green value is 121;
  • blue value is 226.
RGB:
(6,121,226)
(2%,47%,89%)

RGB channels and saturation

R 6 of 255 = 2%
G 121 of 255 = 47%
B 226 of 255 = 89%

6
121
226

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

Portions of RGB colors in percentages

R + G + B =
6 + 121 + 226 = 353 (100%)
R 6 of 353 ~ 1.7%
G 121 of 353 ~ 34.28%
B 226 of 353 ~ 64.02%

%34.28
%64.02

CMYK color model

#0679E2 color CMYK value is (97,46,0,11).

  • cyan value is 97.35%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(97,46,0,11)
C97M46Y0K11 
(97%,46%,0%,11%)
(0.97/0.46/0.00/0.11)	

CMYK percentages

%97.35
%46.46
%0
%11.37

Codes

Color #0679E2 in popluar color models

0679E2
RGB6121226
HSL209°94.83%45.49%
HSB/HSV209°97.35%88.63%
CMYK97.35%46.46%0.00%
11.37%

Color #0679E2 in popluar number systems.

HEX0679E2
Decimal6121226
Binary110111100111100010
Octal6171342

Shades and tints

Shades of #0679E2

#0679E2
(6,121,226)
#066ECE
(6,110,206)
#0663BA
(6,99,186)
#0658A6
(6,88,166)
#064D92
(6,77,146)
#06427E
(6,66,126)
#06376A
(6,55,106)
#062C56
(6,44,86)
#062142
(6,33,66)
#06162E
(6,22,46)
#060B1A
(6,11,26)
#000000
(0,0,0)

Tints of #0679E2

#0679E2
(6,121,226)
#1C85E4
(28,133,228)
#3291E6
(50,145,230)
#489DE8
(72,157,232)
#5EA9EA
(94,169,234)
#74B5EC
(116,181,236)
#8AC1EE
(138,193,238)
#A0CDF0
(160,205,240)
#B6D9F2
(182,217,242)
#CCE5F4
(204,229,244)
#E2F1F6
(226,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0679E2 color. Also use rgb(6,121,226) instead hex code.

Text Font Color

.myTextColor { color: #0679E2; }

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

This text font color is #0679E2.


Background Color

.myBgColor { background-color: #0679E2; }

<div style="background-color:#0679E2">Inner text</div>

This div background color is #0679E2.


Border color

.myBorderColor { border: 1px solid #0679E2; }

<div style="border:3px solid #0679E2">Div</div>

This div border color is #0679E2.


Opacity

.myOpacity80 { color: #0679E2; opacity: 0.8; }

<p style="color:#0679E2;opacity:0.8;">80%</p>

Text with #0679E2 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 #0679E2;}

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

This text has shadow with #0679E2 color.

.textShadow {text-shadow: 3px 3px 1px #0679E2, 3px 3px 1px red;}

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

This text has shadow with #0679E2 primary color and red secondary color.


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

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

This text has shadow with #0679E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0679E2 on black background.


Color preview on white background

This text has color #0679E2 on white background.



Black color preview on #0679E2 background

This text has black color on #0679E2 background.


White color preview on #0679E2 background

This text has white color on #0679E2 background.