#06405B

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

Shades of Prussian Blue #06405B

Tints of Prussian Blue #06405B

Color information

#06405B (or 0x06405B) is unknown color: approx Prussian Blue. HEX triplet: 06, 40 and 5B. RGB value is (6,64,91). Sum of RGB (Red+Green+Blue) = 6+64+91=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #06405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06405B is #F9BFA4. Grayscale: #313131. Windows color (decimal): -16367525 or 5980166. OLE color: 5980166.

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

Color convert

RGB66491-
CMYK0.930.3000.64
HSL199.06º87.63%19.02%-
HSV(B)199.06º93.41%35.69%-
XYZ3.84.4610.56-
YUV49.74151.2896.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=3.73%
G=39.75%
B=56.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal664910.930.3000.64199.0687.6319.02
Hex6405B5D1E040c75813
Octal610013313536010030713023
Binary110100000010110111011101111100100000011000111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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