#063C67

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

Shades of Prussian Blue #063C67

Tints of Prussian Blue #063C67

Color information

#063C67 (or 0x063C67) is unknown color: approx Prussian Blue. HEX triplet: 06, 3C and 67. RGB value is (6,60,103). Sum of RGB (Red+Green+Blue) = 6+60+103=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #063C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C67 is #F9C398. Grayscale: #303030. Windows color (decimal): -16368537 or 6765574. OLE color: 6765574.

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

Color convert

RGB660103-
CMYK0.940.4200.60
HSL206.6º88.99%21.37%-
HSV(B)206.6º94.17%40.39%-
XYZ4.144.2513.43-
YUV48.76158.6197.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 103 (40.62% from 255) = 60.95%
R=3.55%
G=35.50%
B=60.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6601030.940.4200.60206.688.9921.37
Hex63C675E2A03Ccf5915
Octal6741471365207431713125
Binary11011110011001111011110101010011110011001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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