#064560

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

Shades of Prussian Blue #064560

Tints of Prussian Blue #064560

Color information

#064560 (or 0x064560) is unknown color: approx Prussian Blue. HEX triplet: 06, 45 and 60. RGB value is (6,69,96). Sum of RGB (Red+Green+Blue) = 6+69+96=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #064560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064560 is #F9BA9F. Grayscale: #353535. Windows color (decimal): -16366240 or 6309126. OLE color: 6309126.

HSL color Cylindrical-coordinate representation of color #064560: hue angle of 198º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064560 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66996-
CMYK0.940.2800.62
HSL198º88.24%20%-
HSV(B)198º93.75%37.65%-
XYZ4.315.1411.83-
YUV53.24152.1394.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=3.51%
G=40.35%
B=56.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal669960.940.2800.6219888.2420
Hex645605E1C03Ec65814
Octal61051401363407630613024
Binary11010001011100000101111011100011111011000110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064560; }

 p { color: rgb(6,69,96); }

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

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

 a { background-color: rgb(6,69,96); }

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

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

 span { border-color: rgb(6,69,96); }

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