COLOR #064453

HEX: #064453 RGB: (6,68,83)

Color info

#064453 contains mainly green and blue colors. Web safe color of #064453 is #003366 (or #036).

RGB color model

#064453 color RGB value is (6,68,83).

RGB: (6,68,83) (2%, 27%, 33%)

RGB channels and saturation

R 6 of 255 = 2%
G 68 of 255 = 27%
B 83 of 255 = 33%

6
68
83

R + G + B ~ 21%. #064453 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 68 + 83 = 157 (100%)
R 6 of 157 ~ 3.82%
G 68 of 157 ~ 43.31%
B 83 of 157 ~ 52.87'%

%43.31
%52.87

CMYK color model

#064453 color CMYK value is (93,18,0,67).

  • cyan value is 92.77%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK: (93,18,0,67) C93M18Y0K67 (93%,18%,0%,67%) (0.93/0.18/0.00/0.67) 

CMYK percentages

%92.77
%18.07
%0
%67.45

Codes

Color #064453 in popluar color models

06 44 53
RGB 6 68 83
HSL 192° 86.52% 17.45%
HSB/HSV 192° 92.77% 32.55%
CMYK 92.77% 18.07% 0.00%
67.45%

Color #064453 in popluar number systems.

HEX 06 44 53
Decimal 6 68 83
Binary 110 1000100 1010011
Octal 6 104 123

Shades and tints

Shades of #064453

#064453
(6,68,83)
#063E4C
(6,62,76)
#063845
(6,56,69)
#06323E
(6,50,62)
#062C37
(6,44,55)
#062630
(6,38,48)
#062029
(6,32,41)
#061A22
(6,26,34)
#06141B
(6,20,27)
#060E14
(6,14,20)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #064453

#064453
(6,68,83)
#1C5562
(28,85,98)
#326671
(50,102,113)
#487780
(72,119,128)
#5E888F
(94,136,143)
#74999E
(116,153,158)
#8AAAAD
(138,170,173)
#A0BBBC
(160,187,188)
#B6CCCB
(182,204,203)
#CCDDDA
(204,221,218)
#E2EEE9
(226,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064453 color. Also use rgb(6,68,83) instead hex code.

Text Font Color

.myTextColor { color: #064453; }

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

This text font color is #064453.

Background Color

.myBgColor { background-color: #064453; }

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

This div background color is #064453.

Border color

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

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

This div border color is #064453.

Opacity

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

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

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

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

This text has shadow with #064453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064453.

Preview

Color preview on black background

This text has color #064453 on black background.


Color preview on white background

This text has color #064453 on white background.


Black color preview on #064453 background

This text has black color on #064453 background.


White color preview on #064453 background

This text has white color on #064453 background.


Related colors

Complementary color

Complementary color for #hex is #F9BBAC.


I love getcolorcode.com

Triadic colors

1 #530644 and #445306 with #064453 are triadic colors.

2 #534406 and #440653 with #064453 are triadic colors.