#064469

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

Shades of Prussian Blue #064469

Tints of Prussian Blue #064469

Color information

#064469 (or 0x064469) is unknown color: approx Prussian Blue. HEX triplet: 06, 44 and 69. RGB value is (6,68,105). Sum of RGB (Red+Green+Blue) = 6+68+105=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #064469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064469 is #F9BB96. Grayscale: #353535. Windows color (decimal): -16366487 or 6898694. OLE color: 6898694.

HSL color Cylindrical-coordinate representation of color #064469: hue angle of 202.42º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064469 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB668105-
CMYK0.940.3500.59
HSL202.42º89.19%21.76%-
HSV(B)202.42º94.29%41.18%-
XYZ4.695.1914.12-
YUV53.68156.9693.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 105 (41.41% from 255) = 58.66%
R=3.35%
G=37.99%
B=58.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6681050.940.3500.59202.4289.1921.76
Hex644695E2303Bca5916
Octal61041511364307331213126
Binary110100010011010011011110100011011101111001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064469; }

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

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

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

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

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

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

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

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