COLOR #06789D

HEX: #06789D
RGB: (6,120,157)

Color info

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

RGB color model

#06789D color RGB value is (6,120,157).

  • red value is 6;
  • green value is 120;
  • blue value is 157.
RGB:
(6,120,157)
(2%,47%,62%)

RGB channels and saturation

R 6 of 255 = 2%
G 120 of 255 = 47%
B 157 of 255 = 62%

6
120
157

R + G + B ~ 37%. #06789D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 120 + 157 = 283 (100%)
R 6 of 283 ~ 2.12%
G 120 of 283 ~ 42.4%
B 157 of 283 ~ 55.48%

%42.4
%55.48

CMYK color model

#06789D color CMYK value is (96,24,0,38).

  • cyan value is 96.18%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(96,24,0,38)
C96M24Y0K38 
(96%,24%,0%,38%)
(0.96/0.24/0.00/0.38)	

CMYK percentages

%96.18
%23.57
%0
%38.43

Codes

Color #06789D in popluar color models

06789D
RGB6120157
HSL195°92.64%31.96%
HSB/HSV195°96.18%61.57%
CMYK96.18%23.57%0.00%
38.43%

Color #06789D in popluar number systems.

HEX06789D
Decimal6120157
Binary110111100010011101
Octal6170235

Shades and tints

Shades of #06789D

#06789D
(6,120,157)
#066E8F
(6,110,143)
#066481
(6,100,129)
#065A73
(6,90,115)
#065065
(6,80,101)
#064657
(6,70,87)
#063C49
(6,60,73)
#06323B
(6,50,59)
#06282D
(6,40,45)
#061E1F
(6,30,31)
#061411
(6,20,17)
#000000
(0,0,0)

Tints of #06789D

#06789D
(6,120,157)
#1C84A5
(28,132,165)
#3290AD
(50,144,173)
#489CB5
(72,156,181)
#5EA8BD
(94,168,189)
#74B4C5
(116,180,197)
#8AC0CD
(138,192,205)
#A0CCD5
(160,204,213)
#B6D8DD
(182,216,221)
#CCE4E5
(204,228,229)
#E2F0ED
(226,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06789D color. Also use rgb(6,120,157) instead hex code.

Text Font Color

.myTextColor { color: #06789D; }

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

This text font color is #06789D.


Background Color

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

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

This div background color is #06789D.


Border color

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

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

This div border color is #06789D.


Opacity

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

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

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

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

This text has shadow with #06789D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06789D on black background.


Color preview on white background

This text has color #06789D on white background.



Black color preview on #06789D background

This text has black color on #06789D background.


White color preview on #06789D background

This text has white color on #06789D background.