#06415E

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

Shades of Prussian Blue #06415E

Tints of Prussian Blue #06415E

Color information

#06415E (or 0x06415E) is unknown color: approx Prussian Blue. HEX triplet: 06, 41 and 5E. RGB value is (6,65,94). Sum of RGB (Red+Green+Blue) = 6+65+94=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #06415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06415E is #F9BEA1. Grayscale: #323232. Windows color (decimal): -16367266 or 6177030. OLE color: 6177030.

HSL color Cylindrical-coordinate representation of color #06415E: hue angle of 199.77º 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 #06415E is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB66594-
CMYK0.940.3100.63
HSL199.77º88%19.61%-
HSV(B)199.77º93.62%36.86%-
XYZ3.994.6311.27-
YUV50.66152.4596.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=3.64%
G=39.39%
B=56.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal665940.940.3100.63199.778819.61
Hex6415E5E1F03Fc85814
Octal61011361363707731013024
Binary11010000011011110101111011111011111111001000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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