#064465

Color #064465 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #064465

Tints of Prussian Blue #064465

Color information

#064465 (or 0x064465) is unknown color: approx Prussian Blue. HEX triplet: 06, 44 and 65. RGB value is (6,68,101). Sum of RGB (Red+Green+Blue) = 6+68+101=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #064465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064465 is #F9BB9A. Grayscale: #353535. Windows color (decimal): -16366491 or 6636550. OLE color: 6636550.

HSL color Cylindrical-coordinate representation of color #064465: hue angle of 200.84º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064465 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB668101-
CMYK0.940.3300.60
HSL200.84º88.79%20.98%-
HSV(B)200.84º94.06%39.61%-
XYZ4.495.1113.06-
YUV53.22154.9694.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=3.43%
G=38.86%
B=57.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6681010.940.3300.60200.8488.7920.98
Hex644655E2103Cc95915
Octal61041451364107431113125
Binary110100010011001011011110100001011110011001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064465; }

 p { color: rgb(6,68,101); }

 H1.HeaderClassName
 {
   color: #064465;
 }
 .AnyTagClassName
 {
   color: #064465;
 }
</style>
background-color css

<style>
 a { background-color: #064465; }

 a { background-color: rgb(6,68,101); }

 div.DivClassName
 {
   background-color: #064465;
 }
 .BgClassName
 {
   background-color: #064465;
 }
</style>
border-color css

<style>
 span { border-color: #064465; }

 span { border-color: rgb(6,68,101); }

 td.TdClassName
 {
   border-color: #064465;
 }
 .TagClassName
 {
   border-color: #064465;
 }
</style>