COLOR #067EE9

HEX: #067EE9
RGB: (6,126,233)

Color info

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

RGB color model

#067EE9 color RGB value is (6,126,233).

  • red value is 6;
  • green value is 126;
  • blue value is 233.
RGB:
(6,126,233)
(2%,49%,91%)

RGB channels and saturation

R 6 of 255 = 2%
G 126 of 255 = 49%
B 233 of 255 = 91%

6
126
233

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

Portions of RGB colors in percentages

R + G + B =
6 + 126 + 233 = 365 (100%)
R 6 of 365 ~ 1.64%
G 126 of 365 ~ 34.52%
B 233 of 365 ~ 63.84%

%34.52
%63.84

CMYK color model

#067EE9 color CMYK value is (97,46,0,9).

  • cyan value is 97.42%
  • magenta value is 45.92%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(97,46,0,9)
C97M46Y0K9 
(97%,46%,0%,9%)
(0.97/0.46/0.00/0.09)	

CMYK percentages

%97.42
%45.92
%0
%8.63

Codes

Color #067EE9 in popluar color models

067EE9
RGB6126233
HSL208°94.98%46.86%
HSB/HSV208°97.42%91.37%
CMYK97.42%45.92%0.00%
8.63%

Color #067EE9 in popluar number systems.

HEX067EE9
Decimal6126233
Binary110111111011101001
Octal6176351

Shades and tints

Shades of #067EE9

#067EE9
(6,126,233)
#0673D4
(6,115,212)
#0668BF
(6,104,191)
#065DAA
(6,93,170)
#065295
(6,82,149)
#064780
(6,71,128)
#063C6B
(6,60,107)
#063156
(6,49,86)
#062641
(6,38,65)
#061B2C
(6,27,44)
#061017
(6,16,23)
#000000
(0,0,0)

Tints of #067EE9

#067EE9
(6,126,233)
#1C89EB
(28,137,235)
#3294ED
(50,148,237)
#489FEF
(72,159,239)
#5EAAF1
(94,170,241)
#74B5F3
(116,181,243)
#8AC0F5
(138,192,245)
#A0CBF7
(160,203,247)
#B6D6F9
(182,214,249)
#CCE1FB
(204,225,251)
#E2ECFD
(226,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067EE9 color. Also use rgb(6,126,233) instead hex code.

Text Font Color

.myTextColor { color: #067EE9; }

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

This text font color is #067EE9.


Background Color

.myBgColor { background-color: #067EE9; }

<div style="background-color:#067EE9">Inner text</div>

This div background color is #067EE9.


Border color

.myBorderColor { border: 1px solid #067EE9; }

<div style="border:3px solid #067EE9">Div</div>

This div border color is #067EE9.


Opacity

.myOpacity80 { color: #067EE9; opacity: 0.8; }

<p style="color:#067EE9;opacity:0.8;">80%</p>

Text with #067EE9 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 #067EE9;}

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

This text has shadow with #067EE9 color.

.textShadow {text-shadow: 3px 3px 1px #067EE9, 3px 3px 1px red;}

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

This text has shadow with #067EE9 primary color and red secondary color.


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

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

This text has shadow with #067EE9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067EE9 on black background.


Color preview on white background

This text has color #067EE9 on white background.



Black color preview on #067EE9 background

This text has black color on #067EE9 background.


White color preview on #067EE9 background

This text has white color on #067EE9 background.