#064662

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

Shades of Prussian Blue #064662

Tints of Prussian Blue #064662

Color information

#064662 (or 0x064662) is unknown color: approx Prussian Blue. HEX triplet: 06, 46 and 62. RGB value is (6,70,98). Sum of RGB (Red+Green+Blue) = 6+70+98=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #064662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064662 is #F9B99D. Grayscale: #353535. Windows color (decimal): -16365982 or 6440454. OLE color: 6440454.

HSL color Cylindrical-coordinate representation of color #064662: hue angle of 198.26º 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 #064662 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67098-
CMYK0.940.2900.62
HSL198.26º88.46%20.39%-
HSV(B)198.26º93.88%38.43%-
XYZ4.475.312.34-
YUV54.06152.893.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=3.45%
G=40.23%
B=56.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal670980.940.2900.62198.2688.4620.39
Hex646625E1D03Ec65814
Octal61061421363507630613024
Binary11010001101100010101111011101011111011000110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064662; }

 p { color: rgb(6,70,98); }

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

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

 a { background-color: rgb(6,70,98); }

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

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

 span { border-color: rgb(6,70,98); }

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