#06396D

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

Shades of Prussian Blue #06396D

Tints of Prussian Blue #06396D

Color information

#06396D (or 0x06396D) is unknown color: approx Prussian Blue. HEX triplet: 06, 39 and 6D. RGB value is (6,57,109). Sum of RGB (Red+Green+Blue) = 6+57+109=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #06396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06396D is #F9C692. Grayscale: #2F2F2F. Windows color (decimal): -16369299 or 7158022. OLE color: 7158022.

HSL color Cylindrical-coordinate representation of color #06396D: hue angle of 210.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06396D is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB657109-
CMYK0.940.4800.57
HSL210.29º89.57%22.55%-
HSV(B)210.29º94.5%42.75%-
XYZ4.34.0715.03-
YUV47.68162.698.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=3.49%
G=33.14%
B=63.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6571090.940.4800.57210.2989.5722.55
Hex6396D5E30039d25a17
Octal6711551366007132213227
Binary11011100111011011011110110000011100111010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06396D; }

 p { color: rgb(6,57,109); }

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

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

 a { background-color: rgb(6,57,109); }

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

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

 span { border-color: rgb(6,57,109); }

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