COLOR #006785

HEX: #006785
RGB: (0,103,133)

Color info

#006785 contains only green and blue colors. Web safe color of #006785 is #006699 (or #069).

RGB color model

#006785 color RGB value is (0,103,133).

  • red value is 0;
  • green value is 103;
  • blue value is 133.
RGB:
(0,103,133)
(0%,40%,52%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 133 of 255 = 52%

0
103
133

R + G + B ~ 31%. #006785 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 103 + 133 = 236 (100%)
R 0 of 236 ~ 0%
G 103 of 236 ~ 43.64%
B 133 of 236 ~ 56.36%

%43.64
%56.36

CMYK color model

#006785 color CMYK value is (100,23,0,48).

  • cyan value is 100.00%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(100,23,0,48)
C100M23Y0K48 
(100%,23%,0%,48%)
(1.00/0.23/0.00/0.48)	

CMYK percentages

%100
%22.56
%0
%47.84

Codes

Color #006785 in popluar color models

006785
RGB0103133
HSL194°100.00%26.08%
HSB/HSV194°100.00%52.16%
CMYK100.00%22.56%0.00%
47.84%

Color #006785 in popluar number systems.

HEX006785
Decimal0103133
Binary0110011110000101
Octal0147205

Shades and tints

Shades of #006785

#006785
(0,103,133)
#005E79
(0,94,121)
#00556D
(0,85,109)
#004C61
(0,76,97)
#004355
(0,67,85)
#003A49
(0,58,73)
#00313D
(0,49,61)
#002831
(0,40,49)
#001F25
(0,31,37)
#001619
(0,22,25)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #006785

#006785
(0,103,133)
#177490
(23,116,144)
#2E819B
(46,129,155)
#458EA6
(69,142,166)
#5C9BB1
(92,155,177)
#73A8BC
(115,168,188)
#8AB5C7
(138,181,199)
#A1C2D2
(161,194,210)
#B8CFDD
(184,207,221)
#CFDCE8
(207,220,232)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006785 color. Also use rgb(0,103,133) instead hex code.

Text Font Color

.myTextColor { color: #006785; }

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

This text font color is #006785.


Background Color

.myBgColor { background-color: #006785; }

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

This div background color is #006785.


Border color

.myBorderColor { border: 1px solid #006785; }

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

This div border color is #006785.


Opacity

.myOpacity80 { color: #006785; opacity: 0.8; }

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

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

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

This text has shadow with #006785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006785 on black background.


Color preview on white background

This text has color #006785 on white background.



Black color preview on #006785 background

This text has black color on #006785 background.


White color preview on #006785 background

This text has white color on #006785 background.