#063B6D

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

Shades of Prussian Blue #063B6D

Tints of Prussian Blue #063B6D

Color information

#063B6D (or 0x063B6D) is unknown color: approx Prussian Blue. HEX triplet: 06, 3B and 6D. RGB value is (6,59,109). Sum of RGB (Red+Green+Blue) = 6+59+109=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #063B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B6D is #F9C492. Grayscale: #303030. Windows color (decimal): -16368787 or 7158534. OLE color: 7158534.

HSL color Cylindrical-coordinate representation of color #063B6D: hue angle of 209.13º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063B6D is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB659109-
CMYK0.940.4600.57
HSL209.13º89.57%22.55%-
HSV(B)209.13º94.5%42.75%-
XYZ4.44.2715.06-
YUV48.85161.9497.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=3.45%
G=33.91%
B=62.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6591090.940.4600.57209.1389.5722.55
Hex63B6D5E2E039d15a17
Octal6731551365607132113227
Binary11011101111011011011110101110011100111010001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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