COLOR #0672C6

HEX: #0672C6
RGB: (6,114,198)

Color info

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

RGB color model

#0672C6 color RGB value is (6,114,198).

  • red value is 6;
  • green value is 114;
  • blue value is 198.
RGB:
(6,114,198)
(2%,45%,78%)

RGB channels and saturation

R 6 of 255 = 2%
G 114 of 255 = 45%
B 198 of 255 = 78%

6
114
198

R + G + B ~ 42%. #0672C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 114 + 198 = 318 (100%)
R 6 of 318 ~ 1.89%
G 114 of 318 ~ 35.85%
B 198 of 318 ~ 62.26%

%35.85
%62.26

CMYK color model

#0672C6 color CMYK value is (97,42,0,22).

  • cyan value is 96.97%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(97,42,0,22)
C97M42Y0K22 
(97%,42%,0%,22%)
(0.97/0.42/0.00/0.22)	

CMYK percentages

%96.97
%42.42
%0
%22.35

Codes

Color #0672C6 in popluar color models

0672C6
RGB6114198
HSL206°94.12%40.00%
HSB/HSV206°96.97%77.65%
CMYK96.97%42.42%0.00%
22.35%

Color #0672C6 in popluar number systems.

HEX0672C6
Decimal6114198
Binary110111001011000110
Octal6162306

Shades and tints

Shades of #0672C6

#0672C6
(6,114,198)
#0668B4
(6,104,180)
#065EA2
(6,94,162)
#065490
(6,84,144)
#064A7E
(6,74,126)
#06406C
(6,64,108)
#06365A
(6,54,90)
#062C48
(6,44,72)
#062236
(6,34,54)
#061824
(6,24,36)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #0672C6

#0672C6
(6,114,198)
#1C7ECB
(28,126,203)
#328AD0
(50,138,208)
#4896D5
(72,150,213)
#5EA2DA
(94,162,218)
#74AEDF
(116,174,223)
#8ABAE4
(138,186,228)
#A0C6E9
(160,198,233)
#B6D2EE
(182,210,238)
#CCDEF3
(204,222,243)
#E2EAF8
(226,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0672C6 color. Also use rgb(6,114,198) instead hex code.

Text Font Color

.myTextColor { color: #0672C6; }

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

This text font color is #0672C6.


Background Color

.myBgColor { background-color: #0672C6; }

<div style="background-color:#0672C6">Inner text</div>

This div background color is #0672C6.


Border color

.myBorderColor { border: 1px solid #0672C6; }

<div style="border:3px solid #0672C6">Div</div>

This div border color is #0672C6.


Opacity

.myOpacity80 { color: #0672C6; opacity: 0.8; }

<p style="color:#0672C6;opacity:0.8;">80%</p>

Text with #0672C6 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 #0672C6;}

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

This text has shadow with #0672C6 color.

.textShadow {text-shadow: 3px 3px 1px #0672C6, 3px 3px 1px red;}

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

This text has shadow with #0672C6 primary color and red secondary color.


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

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

This text has shadow with #0672C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0672C6 on black background.


Color preview on white background

This text has color #0672C6 on white background.



Black color preview on #0672C6 background

This text has black color on #0672C6 background.


White color preview on #0672C6 background

This text has white color on #0672C6 background.