COLOR #000645

HEX: #000645 RGB: (0,6,69)

Color info

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

RGB color model

#000645 color RGB value is (0,6,69).

RGB: (0,6,69) (0%, 2%, 27%)

RGB channels and saturation

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

0
6
69

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

Portions of RGB colors in percentages

R + G + B = 0 + 6 + 69 = 75 (100%)
R 0 of 75 ~ 0%
G 6 of 75 ~ 8%
B 69 of 75 ~ 92'%

%92

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 91.30%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (100,91,0,73)
C100M91Y0K73 (100%, 91%, 0%, 73%)
(1.00 / 0.91 / 0.00 / 0.73)

CMYK percentages

%100
%91.3
%0
%72.94

Codes

Color #000645 in popluar color models

00 06 45
RGB 0 6 69
HSL 235° 100.00% 13.53%
HSB/HSV 235° 100.00% 27.06%
CMYK 100.00% 91.30% 0.00%
72.94%

Color #000645 in popluar number systems.

HEX 00 06 45
Decimal 0 6 69
Binary 0 110 1000101
Octal 0 6 105

Shades and tints

Shades of #000645

#000645
(0,6,69)
#00063F
(0,6,63)
#000639
(0,6,57)
#000633
(0,6,51)
#00062D
(0,6,45)
#000627
(0,6,39)
#000621
(0,6,33)
#00061B
(0,6,27)
#000615
(0,6,21)
#00060F
(0,6,15)
#000609
(0,6,9)
#000000
(0,0,0)

Tints of #000645

#000645
(0,6,69)
#171C55
(23,28,85)
#2E3265
(46,50,101)
#454875
(69,72,117)
#5C5E85
(92,94,133)
#737495
(115,116,149)
#8A8AA5
(138,138,165)
#A1A0B5
(161,160,181)
#B8B6C5
(184,182,197)
#CFCCD5
(207,204,213)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000645; }

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

This text font color is #000645.

Background Color

.myBgColor { background-color: #000645; }

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

This div background color is #000645.

Border color

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

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

This div border color is #000645.

Opacity

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

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

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

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

This text has shadow with #000645 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000645.

Preview

Color preview on black background

This text has color #000645 on black background.


Color preview on white background

This text has color #000645 on white background.


Black color preview on #000645 background

This text has black color on #000645 background.


White color preview on #000645 background

This text has white color on #000645 background.


Related colors

Complementary color

Complementary color for #hex is #FFF9BA.


I love getcolorcode.com

Triadic colors

1 #450006 and #064500 with #000645 are triadic colors.

2 #450600 and #060045 with #000645 are triadic colors.