#064667

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

Shades of Prussian Blue #064667

Tints of Prussian Blue #064667

Color information

#064667 (or 0x064667) is unknown color: approx Prussian Blue. HEX triplet: 06, 46 and 67. RGB value is (6,70,103). Sum of RGB (Red+Green+Blue) = 6+70+103=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #064667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064667 is #F9B998. Grayscale: #363636. Windows color (decimal): -16365977 or 6768134. OLE color: 6768134.

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

Color convert

RGB670103-
CMYK0.940.3200.60
HSL200.41º88.99%21.37%-
HSV(B)200.41º94.17%40.39%-
XYZ4.715.413.63-
YUV54.63155.393.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 103 (40.62% from 255) = 57.54%
R=3.35%
G=39.11%
B=57.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6701030.940.3200.60200.4188.9921.37
Hex646675E2003Cc85915
Octal61061471364007431013125
Binary110100011011001111011110100000011110011001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064667; }

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

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

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

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

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

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

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

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