COLOR #000641

HEX: #000641
RGB: (0,6,65)

Color info

#000641 contains only green and blue colors. Web safe color of #000641 is #000033 (or #003).

RGB color model

#000641 color RGB value is (0,6,65).

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

RGB channels and saturation

R 0 of 255 = 0%
G 6 of 255 = 2%
B 65 of 255 = 25%

0
6
65

R + G + B ~ 9%. #000641 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 65 = 71 (100%)
R 0 of 71 ~ 0%
G 6 of 71 ~ 8.45%
B 65 of 71 ~ 91.55%

%91.55

CMYK color model

#000641 color CMYK value is (100,91,0,75).

  • cyan value is 100.00%
  • magenta value is 90.77%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(100,91,0,75)
C100M91Y0K75 
(100%,91%,0%,75%)
(1.00/0.91/0.00/0.75)	

CMYK percentages

%100
%90.77
%0
%74.51

Codes

Color #000641 in popluar color models

000641
RGB0665
HSL234°100.00%12.75%
HSB/HSV234°100.00%25.49%
CMYK100.00%90.77%0.00%
74.51%

Color #000641 in popluar number systems.

HEX000641
Decimal0665
Binary01101000001
Octal06101

Shades and tints

Shades of #000641

#000641
(0,6,65)
#00063C
(0,6,60)
#000637
(0,6,55)
#000632
(0,6,50)
#00062D
(0,6,45)
#000628
(0,6,40)
#000623
(0,6,35)
#00061E
(0,6,30)
#000619
(0,6,25)
#000614
(0,6,20)
#00060F
(0,6,15)
#000000
(0,0,0)

Tints of #000641

#000641
(0,6,65)
#171C52
(23,28,82)
#2E3263
(46,50,99)
#454874
(69,72,116)
#5C5E85
(92,94,133)
#737496
(115,116,150)
#8A8AA7
(138,138,167)
#A1A0B8
(161,160,184)
#B8B6C9
(184,182,201)
#CFCCDA
(207,204,218)
#E6E2EB
(230,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000641; }

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

This text font color is #000641.


Background Color

.myBgColor { background-color: #000641; }

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

This div background color is #000641.


Border color

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

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

This div border color is #000641.


Opacity

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

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

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

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

This text has shadow with #000641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000641 on black background.


Color preview on white background

This text has color #000641 on white background.



Black color preview on #000641 background

This text has black color on #000641 background.


White color preview on #000641 background

This text has white color on #000641 background.