#063C63

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

Shades of Prussian Blue #063C63

Tints of Prussian Blue #063C63

Color information

#063C63 (or 0x063C63) is unknown color: approx Prussian Blue. HEX triplet: 06, 3C and 63. RGB value is (6,60,99). Sum of RGB (Red+Green+Blue) = 6+60+99=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #063C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C63 is #F9C39C. Grayscale: #303030. Windows color (decimal): -16368541 or 6503430. OLE color: 6503430.

HSL color Cylindrical-coordinate representation of color #063C63: hue angle of 205.16º 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 #063C63 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB66099-
CMYK0.940.3900.61
HSL205.16º88.57%20.59%-
HSV(B)205.16º93.94%38.82%-
XYZ3.944.1712.4-
YUV48.3156.6197.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 99 (39.06% from 255) = 60%
R=3.64%
G=36.36%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal660990.940.3900.61205.1688.5720.59
Hex63C635E2703Dcd5915
Octal6741431364707531513125
Binary11011110011000111011110100111011110111001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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