COLOR #000646

HEX: #000646
RGB: (0,6,70)

Color info

#000646 contains mainly blue color. Web safe color of #000646 is #000033 (or #003).

RGB color model

#000646 color RGB value is (0,6,70).

  • red value is 0;
  • green value is 6;
  • blue value is 70.
RGB:
(0,6,70)
(0%,2%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 6 of 255 = 2%
B 70 of 255 = 27%

0
6
70

R + G + B ~ 10%. #000646 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 70 = 76 (100%)
R 0 of 76 ~ 0%
G 6 of 76 ~ 7.89%
B 70 of 76 ~ 92.11%

%92.11

CMYK color model

#000646 color CMYK value is (100,91,0,73).

  • cyan value is 100.00%
  • magenta value is 91.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(100,91,0,73)
C100M91Y0K73 
(100%,91%,0%,73%)
(1.00/0.91/0.00/0.73)	

CMYK percentages

%100
%91.43
%0
%72.55

Codes

Color #000646 in popluar color models

000646
RGB0670
HSL235°100.00%13.73%
HSB/HSV235°100.00%27.45%
CMYK100.00%91.43%0.00%
72.55%

Color #000646 in popluar number systems.

HEX000646
Decimal0670
Binary01101000110
Octal06106

Shades and tints

Shades of #000646

#000646
(0,6,70)
#000640
(0,6,64)
#00063A
(0,6,58)
#000634
(0,6,52)
#00062E
(0,6,46)
#000628
(0,6,40)
#000622
(0,6,34)
#00061C
(0,6,28)
#000616
(0,6,22)
#000610
(0,6,16)
#00060A
(0,6,10)
#000000
(0,0,0)

Tints of #000646

#000646
(0,6,70)
#171C56
(23,28,86)
#2E3266
(46,50,102)
#454876
(69,72,118)
#5C5E86
(92,94,134)
#737496
(115,116,150)
#8A8AA6
(138,138,166)
#A1A0B6
(161,160,182)
#B8B6C6
(184,182,198)
#CFCCD6
(207,204,214)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000646 color. Also use rgb(0,6,70) instead hex code.

Text Font Color

.myTextColor { color: #000646; }

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

This text font color is #000646.


Background Color

.myBgColor { background-color: #000646; }

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

This div background color is #000646.


Border color

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

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

This div border color is #000646.


Opacity

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

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

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

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

This text has shadow with #000646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000646 on black background.


Color preview on white background

This text has color #000646 on white background.



Black color preview on #000646 background

This text has black color on #000646 background.


White color preview on #000646 background

This text has white color on #000646 background.