COLOR #064C97

HEX: #064C97 RGB: (6,76,151)

Color info

#064C97 contains mainly blue color. Web safe color of #064C97 is #003399 (or #039).

RGB color model

#064C97 color RGB value is (6,76,151).

RGB: (6,76,151) (2%, 30%, 59%)

RGB channels and saturation

R 6 of 255 = 2%
G 76 of 255 = 30%
B 151 of 255 = 59%

6
76
151

R + G + B ~ 30%. #064C97 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 76 + 151 = 233 (100%)
R 6 of 233 ~ 2.58%
G 76 of 233 ~ 32.62%
B 151 of 233 ~ 64.81'%

%32.62
%64.81

CMYK color model

#064C97 color CMYK value is (96,50,0,41).

  • cyan value is 96.03%
  • magenta value is 49.67%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (96,50,0,41)
C96M50Y0K41 (96%, 50%, 0%, 41%)
(0.96 / 0.50 / 0.00 / 0.41)

CMYK percentages

%96.03
%49.67
%0
%40.78

Codes

Color #064C97 in popluar color models

06 4C 97
RGB 6 76 151
HSL 211° 92.36% 30.78%
HSB/HSV 211° 96.03% 59.22%
CMYK 96.03% 49.67% 0.00%
40.78%

Color #064C97 in popluar number systems.

HEX 06 4C 97
Decimal 6 76 151
Binary 110 1001100 10010111
Octal 6 114 227

Shades and tints

Shades of #064C97

#064C97
(6,76,151)
#06468A
(6,70,138)
#06407D
(6,64,125)
#063A70
(6,58,112)
#063463
(6,52,99)
#062E56
(6,46,86)
#062849
(6,40,73)
#06223C
(6,34,60)
#061C2F
(6,28,47)
#061622
(6,22,34)
#061015
(6,16,21)
#000000
(0,0,0)

Tints of #064C97

#064C97
(6,76,151)
#1C5CA0
(28,92,160)
#326CA9
(50,108,169)
#487CB2
(72,124,178)
#5E8CBB
(94,140,187)
#749CC4
(116,156,196)
#8AACCD
(138,172,205)
#A0BCD6
(160,188,214)
#B6CCDF
(182,204,223)
#CCDCE8
(204,220,232)
#E2ECF1
(226,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064C97 color. Also use rgb(6,76,151) instead hex code.

Text Font Color

.myTextColor { color: #064C97; }

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

This text font color is #064C97.

Background Color

.myBgColor { background-color: #064C97; }

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

This div background color is #064C97.

Border color

.myBorderColor { border: 1px solid #064C97; }

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

This div border color is #064C97.

Opacity

.myOpacity80 { color: #064C97; opacity: 0.8; }

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

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

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

This text has shadow with #064C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064C97.

Preview

Color preview on black background

This text has color #064C97 on black background.


Color preview on white background

This text has color #064C97 on white background.


Black color preview on #064C97 background

This text has black color on #064C97 background.


White color preview on #064C97 background

This text has white color on #064C97 background.


Related colors

Complementary color

Complementary color for #hex is #F9B368.


I love getcolorcode.com

Triadic colors

1 #97064C and #4C9706 with #064C97 are triadic colors.

2 #974C06 and #4C0697 with #064C97 are triadic colors.