COLOR #0672BD

HEX: #0672BD
RGB: (6,114,189)

Color info

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

RGB color model

#0672BD color RGB value is (6,114,189).

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

RGB channels and saturation

R 6 of 255 = 2%
G 114 of 255 = 45%
B 189 of 255 = 74%

6
114
189

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

Portions of RGB colors in percentages

R + G + B =
6 + 114 + 189 = 309 (100%)
R 6 of 309 ~ 1.94%
G 114 of 309 ~ 36.89%
B 189 of 309 ~ 61.17%

%36.89
%61.17

CMYK color model

#0672BD color CMYK value is (97,40,0,26).

  • cyan value is 96.83%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(97,40,0,26)
C97M40Y0K26 
(97%,40%,0%,26%)
(0.97/0.40/0.00/0.26)	

CMYK percentages

%96.83
%39.68
%0
%25.88

Codes

Color #0672BD in popluar color models

0672BD
RGB6114189
HSL205°93.85%38.24%
HSB/HSV205°96.83%74.12%
CMYK96.83%39.68%0.00%
25.88%

Color #0672BD in popluar number systems.

HEX0672BD
Decimal6114189
Binary110111001010111101
Octal6162275

Shades and tints

Shades of #0672BD

#0672BD
(6,114,189)
#0668AC
(6,104,172)
#065E9B
(6,94,155)
#06548A
(6,84,138)
#064A79
(6,74,121)
#064068
(6,64,104)
#063657
(6,54,87)
#062C46
(6,44,70)
#062235
(6,34,53)
#061824
(6,24,36)
#060E13
(6,14,19)
#000000
(0,0,0)

Tints of #0672BD

#0672BD
(6,114,189)
#1C7EC3
(28,126,195)
#328AC9
(50,138,201)
#4896CF
(72,150,207)
#5EA2D5
(94,162,213)
#74AEDB
(116,174,219)
#8ABAE1
(138,186,225)
#A0C6E7
(160,198,231)
#B6D2ED
(182,210,237)
#CCDEF3
(204,222,243)
#E2EAF9
(226,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0672BD; }

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

This text font color is #0672BD.


Background Color

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

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

This div background color is #0672BD.


Border color

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

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

This div border color is #0672BD.


Opacity

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

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

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

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

This text has shadow with #0672BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0672BD on black background.


Color preview on white background

This text has color #0672BD on white background.



Black color preview on #0672BD background

This text has black color on #0672BD background.


White color preview on #0672BD background

This text has white color on #0672BD background.