#06405D

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

Shades of Prussian Blue #06405D

Tints of Prussian Blue #06405D

Color information

#06405D (or 0x06405D) is unknown color: approx Prussian Blue. HEX triplet: 06, 40 and 5D. RGB value is (6,64,93). Sum of RGB (Red+Green+Blue) = 6+64+93=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #06405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06405D is #F9BFA2. Grayscale: #313131. Windows color (decimal): -16367523 or 6111238. OLE color: 6111238.

HSL color Cylindrical-coordinate representation of color #06405D: hue angle of 200º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06405D is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66493-
CMYK0.940.3100.64
HSL200º87.88%19.41%-
HSV(B)200º93.55%36.47%-
XYZ3.884.511.02-
YUV49.96152.2896.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=3.68%
G=39.26%
B=57.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal664930.940.3100.6420087.8819.41
Hex6405D5E1F040c85813
Octal610013513637010031013023
Binary110100000010111011011110111110100000011001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,64,93); }

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

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

 a { background-color: rgb(6,64,93); }

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

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

 span { border-color: rgb(6,64,93); }

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