#063B6A

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

Shades of Prussian Blue #063B6A

Tints of Prussian Blue #063B6A

Color information

#063B6A (or 0x063B6A) is unknown color: approx Prussian Blue. HEX triplet: 06, 3B and 6A. RGB value is (6,59,106). Sum of RGB (Red+Green+Blue) = 6+59+106=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #063B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B6A is #F9C495. Grayscale: #303030. Windows color (decimal): -16368790 or 6961926. OLE color: 6961926.

HSL color Cylindrical-coordinate representation of color #063B6A: hue angle of 208.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063B6A is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB659106-
CMYK0.940.4400.58
HSL208.2º89.29%21.96%-
HSV(B)208.2º94.34%41.57%-
XYZ4.244.2114.22-
YUV48.51160.4497.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 106 (41.80% from 255) = 61.99%
R=3.51%
G=34.50%
B=61.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6591060.940.4400.58208.289.2921.96
Hex63B6A5E2C03Ad05916
Octal6731521365407232013126
Binary11011101111010101011110101100011101011010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063B6A; }

 p { color: rgb(6,59,106); }

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

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

 a { background-color: rgb(6,59,106); }

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

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

 span { border-color: rgb(6,59,106); }

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