#064466

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

Shades of Prussian Blue #064466

Tints of Prussian Blue #064466

Color information

#064466 (or 0x064466) is unknown color: approx Prussian Blue. HEX triplet: 06, 44 and 66. RGB value is (6,68,102). Sum of RGB (Red+Green+Blue) = 6+68+102=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #064466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064466 is #F9BB99. Grayscale: #353535. Windows color (decimal): -16366490 or 6702086. OLE color: 6702086.

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

Color convert

RGB668102-
CMYK0.940.3300.6
HSL201.25º88.89%21.18%-
HSV(B)201.25º94.12%40%-
XYZ4.545.1313.32-
YUV53.34155.4694.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=3.41%
G=38.64%
B=57.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6681020.940.3300.6201.2588.8921.18
Hex644665E2103Cc95915
Octal61041461364107431113125
Binary110100010011001101011110100001011110011001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064466; }

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

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

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

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

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

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

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

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