#06405A

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

Shades of Prussian Blue #06405A

Tints of Prussian Blue #06405A

Color information

#06405A (or 0x06405A) is unknown color: approx Prussian Blue. HEX triplet: 06, 40 and 5A. RGB value is (6,64,90). Sum of RGB (Red+Green+Blue) = 6+64+90=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #06405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06405A is #F9BFA5. Grayscale: #313131. Windows color (decimal): -16367526 or 5914630. OLE color: 5914630.

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

Color convert

RGB66490-
CMYK0.930.2900.65
HSL198.57º87.5%18.82%-
HSV(B)198.57º93.33%35.29%-
XYZ3.754.4410.33-
YUV49.62150.7896.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=3.75%
G=40%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal664900.930.2900.65198.5787.518.82
Hex6405A5D1D041c75813
Octal610013213535010130713023
Binary110100000010110101011101111010100000111000111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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