COLOR #06748D

HEX: #06748D
RGB: (6,116,141)

Color info

#06748D contains mainly green and blue colors. Web safe color of #06748D is #006699 (or #069).

RGB color model

#06748D color RGB value is (6,116,141).

  • red value is 6;
  • green value is 116;
  • blue value is 141.
RGB:
(6,116,141)
(2%,45%,55%)

RGB channels and saturation

R 6 of 255 = 2%
G 116 of 255 = 45%
B 141 of 255 = 55%

6
116
141

R + G + B ~ 34%. #06748D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 116 + 141 = 263 (100%)
R 6 of 263 ~ 2.28%
G 116 of 263 ~ 44.11%
B 141 of 263 ~ 53.61%

%44.11
%53.61

CMYK color model

#06748D color CMYK value is (96,18,0,45).

  • cyan value is 95.74%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(96,18,0,45)
C96M18Y0K45 
(96%,18%,0%,45%)
(0.96/0.18/0.00/0.45)	

CMYK percentages

%95.74
%17.73
%0
%44.71

Codes

Color #06748D in popluar color models

06748D
RGB6116141
HSL191°91.84%28.82%
HSB/HSV191°95.74%55.29%
CMYK95.74%17.73%0.00%
44.71%

Color #06748D in popluar number systems.

HEX06748D
Decimal6116141
Binary110111010010001101
Octal6164215

Shades and tints

Shades of #06748D

#06748D
(6,116,141)
#066A81
(6,106,129)
#066075
(6,96,117)
#065669
(6,86,105)
#064C5D
(6,76,93)
#064251
(6,66,81)
#063845
(6,56,69)
#062E39
(6,46,57)
#06242D
(6,36,45)
#061A21
(6,26,33)
#061015
(6,16,21)
#000000
(0,0,0)

Tints of #06748D

#06748D
(6,116,141)
#1C8097
(28,128,151)
#328CA1
(50,140,161)
#4898AB
(72,152,171)
#5EA4B5
(94,164,181)
#74B0BF
(116,176,191)
#8ABCC9
(138,188,201)
#A0C8D3
(160,200,211)
#B6D4DD
(182,212,221)
#CCE0E7
(204,224,231)
#E2ECF1
(226,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06748D color. Also use rgb(6,116,141) instead hex code.

Text Font Color

.myTextColor { color: #06748D; }

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

This text font color is #06748D.


Background Color

.myBgColor { background-color: #06748D; }

<div style="background-color:#06748D">Inner text</div>

This div background color is #06748D.


Border color

.myBorderColor { border: 1px solid #06748D; }

<div style="border:3px solid #06748D">Div</div>

This div border color is #06748D.


Opacity

.myOpacity80 { color: #06748D; opacity: 0.8; }

<p style="color:#06748D;opacity:0.8;">80%</p>

Text with #06748D 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 #06748D;}

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

This text has shadow with #06748D color.

.textShadow {text-shadow: 3px 3px 1px #06748D, 3px 3px 1px red;}

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

This text has shadow with #06748D primary color and red secondary color.


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

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

This text has shadow with #06748D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06748D on black background.


Color preview on white background

This text has color #06748D on white background.



Black color preview on #06748D background

This text has black color on #06748D background.


White color preview on #06748D background

This text has white color on #06748D background.