#063663

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

Shades of Prussian Blue #063663

Tints of Prussian Blue #063663

Color information

#063663 (or 0x063663) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 63. RGB value is (6,54,99). Sum of RGB (Red+Green+Blue) = 6+54+99=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #063663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063663 is #F9C99C. Grayscale: #2C2C2C. Windows color (decimal): -16370077 or 6501894. OLE color: 6501894.

HSL color Cylindrical-coordinate representation of color #063663: hue angle of 209.03º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063663 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB65499-
CMYK0.940.4500.61
HSL209.03º88.57%20.59%-
HSV(B)209.03º93.94%38.82%-
XYZ3.653.5812.3-
YUV44.78158.6100.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=3.77%
G=33.96%
B=62.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal654990.940.4500.61209.0388.5720.59
Hex636635E2D03Dd15915
Octal6661431365507532113125
Binary11011011011000111011110101101011110111010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063663; }

 p { color: rgb(6,54,99); }

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

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

 a { background-color: rgb(6,54,99); }

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

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

 span { border-color: rgb(6,54,99); }

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