#06364F

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

Shades of Prussian Blue #06364F

Tints of Prussian Blue #06364F

Color information

#06364F (or 0x06364F) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 4F. RGB value is (6,54,79). Sum of RGB (Red+Green+Blue) = 6+54+79=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #06364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06364F is #F9C9B0. Grayscale: #2A2A2A. Windows color (decimal): -16370097 or 5191174. OLE color: 5191174.

HSL color Cylindrical-coordinate representation of color #06364F: hue angle of 200.55º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06364F is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65479-
CMYK0.920.3200.69
HSL200.55º85.88%16.67%-
HSV(B)200.55º92.41%30.98%-
XYZ2.813.247.87-
YUV42.5148.6101.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=4.32%
G=38.85%
B=56.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal654790.920.3200.69200.5585.8816.67
Hex6364F5C20045c95611
Octal66611713440010531112621
Binary110110110100111110111001000000100010111001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06364F; }

 p { color: rgb(6,54,79); }

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

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

 a { background-color: rgb(6,54,79); }

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

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

 span { border-color: rgb(6,54,79); }

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