#06315E

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

Shades of Prussian Blue #06315E

Tints of Prussian Blue #06315E

Color information

#06315E (or 0x06315E) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 5E. RGB value is (6,49,94). Sum of RGB (Red+Green+Blue) = 6+49+94=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 94 (37.11% from 255 or 63.09% from 149); Max value from RGB is 94 - color contains mainly: blue. Hex color #06315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06315E is #F9CEA1. Grayscale: #292929. Windows color (decimal): -16371362 or 6172934. OLE color: 6172934.

HSL color Cylindrical-coordinate representation of color #06315E: hue angle of 210.68º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06315E is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB64994-
CMYK0.940.4800.63
HSL210.68º88%19.61%-
HSV(B)210.68º93.62%36.86%-
XYZ3.193.0411.01-
YUV41.27157.75102.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 94 (37.11% from 255) = 63.09%
R=4.03%
G=32.89%
B=63.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal649940.940.4800.63210.688819.61
Hex6315E5E3003Fd35814
Octal6611361366007732313024
Binary11011000110111101011110110000011111111010011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06315E; }

 p { color: rgb(6,49,94); }

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

<style>
 a { background-color: #06315E; }

 a { background-color: rgb(6,49,94); }

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

<style>
 span { border-color: #06315E; }

 span { border-color: rgb(6,49,94); }

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